diff --git a/examples/bronzeage/BronzeageEng.gf b/examples/bronzeage/BronzeageEng.gf index ab67eba67..c2f14d3ff 100644 --- a/examples/bronzeage/BronzeageEng.gf +++ b/examples/bronzeage/BronzeageEng.gf @@ -1,4 +1,4 @@ ---# -path=.:compiled:prelude:resource-1.0/swadesh +--# -path=.:resource-1.0/present:prelude:compiled concrete BronzeageEng of Bronzeage = CatEng, SwadeshEng ** BronzeageI with (Lang = LangEng), diff --git a/examples/bronzeage/BronzeageFin.gf b/examples/bronzeage/BronzeageFin.gf index 762f6915b..ff4e9cbe0 100644 --- a/examples/bronzeage/BronzeageFin.gf +++ b/examples/bronzeage/BronzeageFin.gf @@ -1,4 +1,4 @@ ---# -path=.:compiled:resource-1.0/swadesh +--# -path=.:resource-1.0/present:prelude concrete BronzeageFin of Bronzeage = CatFin, SwadeshFin ** BronzeageI with (Lang = LangFin), diff --git a/examples/bronzeage/BronzeageFre.gf b/examples/bronzeage/BronzeageFre.gf index eee718fa5..3105decf6 100644 --- a/examples/bronzeage/BronzeageFre.gf +++ b/examples/bronzeage/BronzeageFre.gf @@ -1,4 +1,4 @@ ---# -path=.:compiled:prelude:resource-1.0/swadesh +--# -path=.:resource-1.0/present:prelude:compiled concrete BronzeageFre of Bronzeage = CatFre, SwadeshFre ** BronzeageI with (Lang = LangFre), diff --git a/examples/bronzeage/BronzeageGer.gf b/examples/bronzeage/BronzeageGer.gf index 6c0a083de..23ba21665 100644 --- a/examples/bronzeage/BronzeageGer.gf +++ b/examples/bronzeage/BronzeageGer.gf @@ -1,4 +1,4 @@ ---# -path=.:compiled:resource-1.0/swadesh +--# -path=.:resource-1.0/present:prelude:compiled concrete BronzeageGer of Bronzeage = CatGer, SwadeshGer ** BronzeageI with (Lang = LangGer), diff --git a/examples/bronzeage/BronzeageIta.gf b/examples/bronzeage/BronzeageIta.gf index 24da6a1f4..adebd04a3 100644 --- a/examples/bronzeage/BronzeageIta.gf +++ b/examples/bronzeage/BronzeageIta.gf @@ -1,4 +1,4 @@ ---# -path=.:compiled:prelude:resource-1.0/swadesh +--# -path=.:resource-1.0/present:prelude:compiled concrete BronzeageIta of Bronzeage = CatIta, SwadeshIta ** BronzeageI with (Lang = LangIta), diff --git a/examples/bronzeage/BronzeageNor.gf b/examples/bronzeage/BronzeageNor.gf index 8287d5fe0..5b64d38b9 100644 --- a/examples/bronzeage/BronzeageNor.gf +++ b/examples/bronzeage/BronzeageNor.gf @@ -1,4 +1,4 @@ ---# -path=.:compiled:prelude:resource-1.0/swadesh +--# -path=.:resource-1.0/present:prelude:compiled concrete BronzeageNor of Bronzeage = CatNor, SwadeshNor ** BronzeageI with (Lang = LangNor), diff --git a/examples/bronzeage/BronzeageSpa.gf b/examples/bronzeage/BronzeageSpa.gf index 3d8154796..3d0d67b42 100644 --- a/examples/bronzeage/BronzeageSpa.gf +++ b/examples/bronzeage/BronzeageSpa.gf @@ -1,4 +1,4 @@ ---# -path=.:compiled:prelude:resource-1.0/swadesh +--# -path=.:resource-1.0/present:prelude:compiled concrete BronzeageSpa of Bronzeage = CatSpa, SwadeshSpa ** BronzeageI with (Lang = LangSpa), diff --git a/examples/bronzeage/BronzeageSwe.gf b/examples/bronzeage/BronzeageSwe.gf index 053a20406..22f1a7659 100644 --- a/examples/bronzeage/BronzeageSwe.gf +++ b/examples/bronzeage/BronzeageSwe.gf @@ -1,4 +1,4 @@ ---# -path=.:compiled:prelude:resource-1.0/swadesh +--# -path=.:resource-1.0/present:prelude:compiled concrete BronzeageSwe of Bronzeage = CatSwe, SwadeshSwe ** BronzeageI with (Lang = LangSwe), diff --git a/lib/resource-1.0/swadesh/Swadesh.gf b/examples/bronzeage/Swadesh.gf similarity index 100% rename from lib/resource-1.0/swadesh/Swadesh.gf rename to examples/bronzeage/Swadesh.gf diff --git a/lib/resource-1.0/swadesh/SwadeshEng.gf b/examples/bronzeage/SwadeshEng.gf similarity index 100% rename from lib/resource-1.0/swadesh/SwadeshEng.gf rename to examples/bronzeage/SwadeshEng.gf diff --git a/lib/resource-1.0/swadesh/SwadeshFin.gf b/examples/bronzeage/SwadeshFin.gf similarity index 99% rename from lib/resource-1.0/swadesh/SwadeshFin.gf rename to examples/bronzeage/SwadeshFin.gf index f59462fd6..b41687bee 100644 --- a/lib/resource-1.0/swadesh/SwadeshFin.gf +++ b/examples/bronzeage/SwadeshFin.gf @@ -1,4 +1,4 @@ ---# -path=.:../finnish:../common:../abstract:../../prelude +--# -path=.:../present:../finnish:../common:../abstract:../../prelude concrete SwadeshFin of Swadesh = CatFin ** open MorphoFin, LangFin, ParadigmsFin, Prelude in { diff --git a/lib/resource-1.0/swadesh/SwadeshFre.gf b/examples/bronzeage/SwadeshFre.gf similarity index 100% rename from lib/resource-1.0/swadesh/SwadeshFre.gf rename to examples/bronzeage/SwadeshFre.gf diff --git a/lib/resource-1.0/swadesh/SwadeshGer.gf b/examples/bronzeage/SwadeshGer.gf similarity index 100% rename from lib/resource-1.0/swadesh/SwadeshGer.gf rename to examples/bronzeage/SwadeshGer.gf diff --git a/lib/resource-1.0/swadesh/SwadeshIta.gf b/examples/bronzeage/SwadeshIta.gf similarity index 100% rename from lib/resource-1.0/swadesh/SwadeshIta.gf rename to examples/bronzeage/SwadeshIta.gf diff --git a/lib/resource-1.0/swadesh/SwadeshNor.gf b/examples/bronzeage/SwadeshNor.gf similarity index 100% rename from lib/resource-1.0/swadesh/SwadeshNor.gf rename to examples/bronzeage/SwadeshNor.gf diff --git a/lib/resource-1.0/swadesh/SwadeshRus.gf b/examples/bronzeage/SwadeshRus.gf similarity index 100% rename from lib/resource-1.0/swadesh/SwadeshRus.gf rename to examples/bronzeage/SwadeshRus.gf diff --git a/lib/resource-1.0/swadesh/SwadeshSpa.gf b/examples/bronzeage/SwadeshSpa.gf similarity index 100% rename from lib/resource-1.0/swadesh/SwadeshSpa.gf rename to examples/bronzeage/SwadeshSpa.gf diff --git a/lib/resource-1.0/swadesh/SwadeshSwe.gf b/examples/bronzeage/SwadeshSwe.gf similarity index 100% rename from lib/resource-1.0/swadesh/SwadeshSwe.gf rename to examples/bronzeage/SwadeshSwe.gf diff --git a/lib/resource-1.0/Makefile b/lib/resource-1.0/Makefile index a6368b590..4f8a92371 100644 --- a/lib/resource-1.0/Makefile +++ b/lib/resource-1.0/Makefile @@ -1,19 +1,23 @@ all: langs mathematical multimodal -test: +test: langs echo "gr -cat=Text -number=11 -prob | tb" | gf -nocf -probs=lang.gfprob langs.gfcm langs: echo "s ;; pm | wf langs.gfcm" | gf -nocf */Lang??*.gf english/LangEng.gf +RTS -M500M -K100M -mathematical: - gf -nocf -gfc mathematical/Mathematical???.gf +RTS -M800M -K100M +present: + gf -batch -nocf -preproc=./mkPresent */Lang??*.gf + cp -p */*.gfc */*.gfr present -multimodal: - gf -nocf -gfc multimodal/Multimodal???.gf +RTS -M500M -K100M +mathematical: present + gf -batch -nocf -preproc=./mkPresent mathematical/Mathematical???.gf + +multimodal: present + gf -batch -nocf -preproc=./mkPresent multimodal/Multimodal???.gf install: - cp -p */*.gfc */*.gfr ../compiled + cp -p */*.gfc */*.gfr langs stat: wc */*.gfc diff --git a/lib/resource-1.0/abstract/Common.gf b/lib/resource-1.0/abstract/Common.gf index cdc2d1f01..003174ef6 100644 --- a/lib/resource-1.0/abstract/Common.gf +++ b/lib/resource-1.0/abstract/Common.gf @@ -5,22 +5,25 @@ -- forms of sentences. Together they give 2 x 4 x 4 = 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 +-- can be defined in the language extensions, e.g. the "passé simple" of -- Romance languages. abstract Common = { cat Text ; -- text consisting of several phrases - Phr ; -- phrase in a text e.g. "But be quiet my darling." + Phr ; -- phrase in a text e.g. "But come here my darling." Pol ; Tense ; Ant ; fun - PPos, PNeg : Pol ; -- I sleep/don't sleep - TPres, TPast, TFut, TCond : Tense ; -- I sleep/slept/will sleep/would sleep - ASimul, AAnter : Ant ; -- I sleep/have slept + 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/lib/resource-1.0/common/CommonX.gf b/lib/resource-1.0/common/CommonX.gf index 396116712..d37136231 100644 --- a/lib/resource-1.0/common/CommonX.gf +++ b/lib/resource-1.0/common/CommonX.gf @@ -11,10 +11,10 @@ concrete CommonX of Common = open (R = ParamX) in { 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} ; + 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} ; + AAnter = {s = []} ** {a = R.Anter} ; --# notpresent } diff --git a/lib/resource-1.0/common/ParamX.gf b/lib/resource-1.0/common/ParamX.gf index 560079343..97c842173 100644 --- a/lib/resource-1.0/common/ParamX.gf +++ b/lib/resource-1.0/common/ParamX.gf @@ -5,8 +5,19 @@ resource ParamX = open Prelude in { Person = P1 | P2 | P3 ; Degree = Posit | Compar | Superl ; - Anteriority = Simul | Anter ; - Tense = Pres | Past | Fut | Cond ; + Anteriority = + Simul + | Anter --# notpresent + ; + Tense = + Pres + | Past --# notpresent + | Fut --# notpresent + | Cond --# notpresent + ; + + param + Polarity = Pos | Neg ; QForm = QDir | QIndir ; diff --git a/lib/resource-1.0/english/CatEng.gf b/lib/resource-1.0/english/CatEng.gf index e67d0cea5..a07865b63 100644 --- a/lib/resource-1.0/english/CatEng.gf +++ b/lib/resource-1.0/english/CatEng.gf @@ -37,6 +37,7 @@ concrete CatEng of Cat = CommonX ** open ResEng, Prelude in { VP = { s : Tense => Anteriority => Polarity => Order => Agr => {fin, inf : Str} ; prp : Str ; -- present participle + inf : Str ; -- infinitive ad : Str ; s2 : Agr => Str } ; diff --git a/lib/resource-1.0/english/ResEng.gf b/lib/resource-1.0/english/ResEng.gf index 867715712..df2dcc9a1 100644 --- a/lib/resource-1.0/english/ResEng.gf +++ b/lib/resource-1.0/english/ResEng.gf @@ -34,11 +34,21 @@ resource ResEng = ParamX ** open Prelude in { -- Only these five forms are needed for open-lexicon verbs. param - VForm = VInf | VPres | VPast | VPPart | VPresPart ; + VForm = + VInf + | VPres + | VPPart + | VPresPart + | VPast --# notpresent + ; -- Auxiliary verbs have special negative forms. - VVForm = VVF VForm | VVPresNeg | VVPastNeg ; + VVForm = + VVF VForm + | VVPresNeg + | VVPastNeg --# notpresent + ; -- The order of sentence is needed already in $VP$. @@ -102,7 +112,7 @@ resource ResEng = ParamX ** open Prelude in { s = table { VInf => go ; VPres => goes ; - VPast => went ; + VPast => went ; --# notpresent VPPart => gone ; VPresPart => going } ; @@ -164,6 +174,7 @@ resource ResEng = ParamX ** open Prelude in { VP : Type = { s : VerbForms ; prp : Str ; -- present participle + inf : Str ; -- infinitive ad : Str ; s2 : Agr => Str } ; @@ -176,7 +187,6 @@ resource ResEng = ParamX ** open Prelude in { let inf = verb.s ! VInf ; fin = presVerb verb agr ; - past = verb.s ! VPast ; part = verb.s ! VPPart ; vf : Str -> Str -> {fin, inf : Str} = \x,y -> {fin = x ; inf = y} ; @@ -184,24 +194,25 @@ resource ResEng = ParamX ** open Prelude in { case of { => vf fin [] ; --- should be opp => vf (does agr) inf ; - => vf (doesnt agr) inf ; - => vf (have agr) part ; - => vf (havent agr) part ; - => vf past [] ; --- should be opp - => vf "did" inf ; - => vf "didn't" inf ; - => vf "had" part ; - => vf "hadn't" part ; - => vf "will" inf ; - => vf "won't" inf ; - => vf "will" ("have" ++ part) ; - => vf "won't" ("have" ++ part) ; - => vf "would" inf ; - => vf "wouldn't" inf ; - => vf "would" ("have" ++ part) ; - => vf "wouldn't" ("have" ++ part) + => vf (have agr) part ; --# notpresent + => vf (havent agr) part ; --# notpresent + => vf (verb.s ! VPast) [] ; --# notpresent --- should be opp + => vf "did" inf ; --# notpresent + => vf "didn't" inf ; --# notpresent + => vf "had" part ; --# notpresent + => vf "hadn't" part ; --# notpresent + => vf "will" inf ; --# notpresent + => vf "won't" inf ; --# notpresent + => vf "will" ("have" ++ part) ; --# notpresent + => vf "won't" ("have" ++ part) ; --# notpresent + => vf "would" inf ; --# notpresent + => vf "wouldn't" inf ; --# notpresent + => vf "would" ("have" ++ part) ; --# notpresent + => vf "wouldn't" ("have" ++ part) ; --# notpresent + => vf (doesnt agr) inf } ; prp = verb.s ! VPresPart ; + inf = verb.s ! VInf ; ad = [] ; s2 = \\a => if_then_Str verb.isRefl (reflPron ! a) [] } ; @@ -211,28 +222,28 @@ resource ResEng = ParamX ** open Prelude in { let inf = verb.inf ; fin = verb.pres ! b ! agr ; - past = verb.past ! b ! agr ; part = verb.ppart ; vf : Str -> Str -> {fin, inf : Str} = \x,y -> {fin = x ; inf = y} ; in case of { - => vf fin [] ; - => vf (have agr) part ; - => vf (havent agr) part ; - => vf past [] ; - => vf "had" part ; - => vf "hadn't" part ; - => vf "will" inf ; - => vf "won't" inf ; - => vf "will" ("have" ++ part) ; - => vf "won't" ("have" ++ part) ; - => vf "would" inf ; - => vf "wouldn't" inf ; - => vf "would" ("have" ++ part) ; - => vf "wouldn't" ("have" ++ part) + => vf (have agr) part ; --# notpresent + => vf (havent agr) part ; --# notpresent + => vf (verb.past ! b ! agr) [] ; --# notpresent + => vf "had" part ; --# notpresent + => vf "hadn't" part ; --# notpresent + => vf "will" inf ; --# notpresent + => vf "won't" inf ; --# notpresent + => vf "will" ("have" ++ part) ; --# notpresent + => vf "won't" ("have" ++ part) ; --# notpresent + => vf "would" inf ; --# notpresent + => vf "wouldn't" inf ; --# notpresent + => vf "would" ("have" ++ part) ; --# notpresent + => vf "wouldn't" ("have" ++ part) ; --# notpresent + => vf fin [] } ; prp = verb.prpart ; + inf = verb.inf ; ad = [] ; s2 = \\_ => [] } ; @@ -240,6 +251,7 @@ resource ResEng = ParamX ** open Prelude in { 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 } ; @@ -249,6 +261,7 @@ resource ResEng = ParamX ** open Prelude in { insertAdV : Str -> VP -> VP = \adv,vp -> { s = vp.s ; prp = vp.prp ; + inf = vp.inf ; ad = vp.ad ++ adv ; s2 = \\a => vp.s2 ! a } ; @@ -264,10 +277,10 @@ resource ResEng = ParamX ** open Prelude in { Pos => \\_ => verbs ! VVF VPres ; Neg => \\_ => verbs ! VVPresNeg } ; - past = table { - Pos => \\_ => verbs ! VVF VPast ; - Neg => \\_ => verbs ! VVPastNeg - } ; + 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 ; @@ -280,7 +293,7 @@ resource ResEng = ParamX ** open Prelude in { infVP : Bool -> VP -> Agr -> Str = \isAux,vp,a -> if_then_Str isAux [] "to" ++ - (vp.s ! Fut ! Simul ! Neg ! ODir ! a).inf ++ vp.s2 ! a ; + vp.inf ++ vp.s2 ! a ; agrVerb : Str -> Str -> Agr -> Str = \has,have,agr -> case agr of { @@ -293,7 +306,11 @@ resource ResEng = ParamX ** open Prelude in { does = agrVerb "does" "do" ; doesnt = agrVerb "doesn't" "don't" ; - Aux = {pres,past : Polarity => Agr => Str ; inf,ppart,prpart : Str} ; + Aux = { + pres : Polarity => Agr => Str ; + past : Polarity => Agr => Str ; --# notpresent + inf,ppart,prpart : Str + } ; auxBe : Aux = { pres = \\b,a => case of { @@ -301,10 +318,10 @@ resource ResEng = ParamX ** open Prelude in { => ["am not"] ; --- am not I _ => agrVerb (posneg b "is") (posneg b "are") a } ; - past = \\b,a => case a of { - {n = Sg ; p = P1|P3} => (posneg b "was") ; - _ => (posneg b "were") - } ; + 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" diff --git a/lib/resource-1.0/finnish/ResFin.gf b/lib/resource-1.0/finnish/ResFin.gf index e44b7270b..ef407a3de 100644 --- a/lib/resource-1.0/finnish/ResFin.gf +++ b/lib/resource-1.0/finnish/ResFin.gf @@ -69,8 +69,8 @@ param VForm = Inf InfForm | Presn Number Person - | Impf Number Person - | Condit Number Person + | Impf Number Person --# notpresent + | Condit Number Person --# notpresent | Imper Number | ImperP3 Number | ImperP1Pl @@ -169,10 +169,11 @@ oper } ; einegole : Str * Str * Str = case of { - => ; - => ; - => ; - => ; + => ; + => ; --# notpresent + => ; --# notpresent + => ; --# notpresent + => ; --# notpresent => <"älä", verbs ! Imper Sg, "ole"> ; => <"älkää", verbs ! ImpNegPl, "olko"> ; => <"ei", verbs ! Pass False, "ole"> ; @@ -189,15 +190,16 @@ oper {fin = x ; inf = y} ; mkvf : VForm -> {fin, inf : Str} = \p -> case of { => vf (verbs ! p) [] ; - => vf ei neg ; - => vf (olla ! p) part ; - => vf ei (ole ++ part) + => 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) ; - VIFin Cond => mkvf (Condit agr.n agr.p) ; - VIFin (Pres | Fut) => mkvf (Presn agr.n agr.p) ; + 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) @@ -318,18 +320,18 @@ oper Presn Pl P1 => tuje + "mme" ; Presn Pl P2 => tuje + "tte" ; Presn Pl P3 => tulevat ; - Impf Sg P1 => tuji + "n" ; - Impf Sg P2 => tuji + "t" ; - Impf Sg P3 => tuli ; - Impf Pl P1 => tuji + "mme" ; - Impf Pl P2 => tuji + "tte" ; - Impf Pl P3 => tuli + vat ; - Condit Sg P1 => tulisi + "n" ; - Condit Sg P2 => tulisi + "t" ; - Condit Sg P3 => tulisi ; - Condit Pl P1 => tulisi + "mme" ; - Condit Pl P2 => tulisi + "tte" ; - Condit Pl P3 => tulisi + vat ; + 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" ; diff --git a/lib/resource-1.0/french/MorphoFre.gf b/lib/resource-1.0/french/MorphoFre.gf index 0b955e52c..f49c34582 100644 --- a/lib/resource-1.0/french/MorphoFre.gf +++ b/lib/resource-1.0/french/MorphoFre.gf @@ -227,11 +227,11 @@ oper 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 ; - VFin (VImperf Subjunct) n p => aller ! Subjo SImparf n p ; - VFin VPasse n p => aller ! Indi Passe n p ; - VFin VFut n p => aller ! Indi Futur n p ; - VFin VCondit n p => aller ! Condi 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 diff --git a/lib/resource-1.0/german/ResGer.gf b/lib/resource-1.0/german/ResGer.gf index 83ef88d82..4fd68e546 100644 --- a/lib/resource-1.0/german/ResGer.gf +++ b/lib/resource-1.0/german/ResGer.gf @@ -52,8 +52,8 @@ resource ResGer = ParamX ** open Prelude in { | VPresInd Number Person | VPresSubj Number Person | VImper Number - | VImpfInd Number Person - | VImpfSubj Number Person + | VImpfInd Number Person --# notpresent + | VImpfSubj Number Person --# notpresent | VPresPart AForm | VPastPart AForm ; @@ -130,7 +130,7 @@ resource ResGer = ParamX ** open Prelude in { vFin : Tense -> Agr -> VForm = \t,a -> case t of { Pres => VPresInd a.n a.p ; - Past => VImpfInd a.n a.p ; + Past => VImpfInd a.n a.p ; --# notpresent _ => VInf --- never used } ; @@ -207,18 +207,18 @@ resource ResGer = ParamX ** open Prelude in { VImper Sg => gib ; VImper Pl => gebt ; VPresSubj Sg P2 => init geben + "st" ; - VPresSubj Sg _ => init geben ; - VPresSubj Pl P2 => init geben + "t" ; - VPresSubj Pl _ => geben ; + VPresSubj Sg _ => init geben ; + VPresSubj Pl P2 => init geben + "t" ; + VPresSubj Pl _ => geben ; VPresPart a => (regA (geben + "d")).s ! Posit ! a ; - VImpfInd Sg P2 => gabst ; - VImpfInd Sg _ => gab ; - VImpfInd Pl P2 => gabt ; - VImpfInd Pl _ => gaben ; - VImpfSubj Sg P2 => gaebe + "st" ; - VImpfSubj Sg _ => gaebe ; - VImpfSubj Pl P2 => gaebe + "t" ; - VImpfSubj Pl _ => gaebe + "n" ; + 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 VPastPart a => (regA gegeben).s ! Posit ! a } ; prefix = ein ; @@ -346,7 +346,7 @@ resource ResGer = ParamX ** open Prelude in { haben : Str = vHaben ! VInf ; wird : Agr -> Str = \a -> werden_V.s ! VPresInd a.n a.p ; - wuerde : Agr -> Str = \a -> werden_V.s ! VImpfSubj a.n a.p ; + wuerde : Agr -> Str = \a -> werden_V.s ! VImpfSubj a.n a.p ; --# notpresent auf = verb.prefix ; @@ -357,18 +357,20 @@ resource ResGer = ParamX ** open Prelude in { in { s = \\a => table { VPFinite t Simul => case t of { - Pres | Past => vf (vfin t a) [] ; - Fut => vf (wird a) vinf ; - Cond => vf (wuerde a) vinf - } ; - VPFinite t Anter => case t of { - Pres | Past => vf (hat t a) vpart ; - Fut => vf (wird a) (vpart ++ haben) ; - Cond => vf (wuerde a) (vpart ++ haben) +-- Pres | Past => vf (vfin t a) [] ; -- the general rule + Past => vf (vfin t a) [] ; --# notpresent + Fut => vf (wird a) vinf ; --# notpresent + Cond => vf (wuerde a) vinf ; --# notpresent + Pres => vf (vfin t a) [] } ; + VPFinite t Anter => case t of { --# notpresent + Pres | Past => vf (hat t a) vpart ; --# notpresent + Fut => vf (wird a) (vpart ++ haben) ; --# notpresent + Cond => vf (wuerde a) (vpart ++ haben) --# notpresent + } ; --# notpresent VPImperat => vf (verb.s ! VImper a.n) [] ; - VPInfinit Simul => vf [] vinf ; - VPInfinit Anter => vf [] (vpart ++ haben) + VPInfinit Anter => vf [] (vpart ++ haben) ; --# notpresent + VPInfinit Simul => vf [] vinf } ; a1 : Polarity => Str = negation ; n2 : Agr => Str = case verb.vtype of { @@ -503,10 +505,12 @@ resource ResGer = ParamX ** open Prelude in { compl = obj ++ neg ++ vp.a2 ; inf = vp.inf ++ verb.inf ; extra = vp.ext ; - inffin = case of { - => verb.fin ++ inf ; -- double infinitive - _ => inf ++ verb.fin --- or just auxiliary vp - } + inffin = + case of { --# notpresent + => verb.fin ++ inf ; -- double infinitive --# notpresent + _ => --# notpresent + inf ++ verb.fin --- or just auxiliary vp + } --# notpresent in case o of { Main => subj ++ verb.fin ++ compl ++ inf ++ extra ; diff --git a/lib/resource-1.0/italian/BeschIta.gf b/lib/resource-1.0/italian/BeschIta.gf index feec07390..662a7c27e 100644 --- a/lib/resource-1.0/italian/BeschIta.gf +++ b/lib/resource-1.0/italian/BeschIta.gf @@ -19,42 +19,42 @@ oper essere_1 : Str -> Verbo = \essere -> Indi Pres Pl P1 => x_ + "siamo" ; Indi Pres Pl P2 => x_ + "siete" ; Indi Pres Pl P3 => x_ + "sono" ; - Indi Imperf Sg P1 => x_ + "ero" ; - Indi Imperf Sg P2 => x_ + "eri" ; - Indi Imperf Sg P3 => x_ + "era" ; - Indi Imperf Pl P1 => x_ + "eravamo" ; - Indi Imperf Pl P2 => x_ + "eravate" ; - Indi Imperf Pl P3 => x_ + "erano" ; - Pass Sg P1 => x_ + "fui" ; - Pass Sg P2 => x_ + "fosti" ; - Pass Sg P3 => x_ + "fu" ; - Pass Pl P1 => x_ + "fummo" ; - Pass Pl P2 => x_ + "foste" ; - Pass Pl P3 => x_ + "furono" ; - Fut Sg P1 => x_ + "sarò" ; - Fut Sg P2 => x_ + "sarai" ; - Fut Sg P3 => x_ + "sarà" ; - Fut Pl P1 => x_ + "saremo" ; - Fut Pl P2 => x_ + "sarete" ; - Fut Pl P3 => x_ + "saranno" ; + 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" ; - Cong Imperf Sg P2 => x_ + "fossi" ; - Cong Imperf Sg P3 => x_ + "fosse" ; - Cong Imperf Pl P1 => x_ + "fossimo" ; - Cong Imperf Pl P2 => x_ + "foste" ; - Cong Imperf Pl P3 => x_ + "fossero" ; - Cond Sg P1 => x_ + "sarei" ; - Cond Sg P2 => x_ + "saresti" ; - Cond Sg P3 => x_ + "sarebbe" ; - Cond Pl P1 => x_ + "saremmo" ; - Cond Pl P2 => x_ + "sareste" ; - Cond Pl P3 => x_ + "sarebbero" ; + 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" ; @@ -81,42 +81,42 @@ oper avere_2 : Str -> Verbo = \avere -> Indi Pres Pl P1 => x_ + "abbiamo" ; Indi Pres Pl P2 => x_ + "avete" ; Indi Pres Pl P3 => x_ + "hanno" ; - Indi Imperf Sg P1 => x_ + "avevo" ; - Indi Imperf Sg P2 => x_ + "avevi" ; - Indi Imperf Sg P3 => x_ + "aveva" ; - Indi Imperf Pl P1 => x_ + "avevamo" ; - Indi Imperf Pl P2 => x_ + "avevate" ; - Indi Imperf Pl P3 => x_ + "avevano" ; - Pass Sg P1 => x_ + "ebbi" ; - Pass Sg P2 => x_ + "avesti" ; - Pass Sg P3 => x_ + "ebbe" ; - Pass Pl P1 => x_ + "avemmo" ; - Pass Pl P2 => x_ + "aveste" ; - Pass Pl P3 => x_ + "ebbero" ; - Fut Sg P1 => x_ + "avrò" ; - Fut Sg P2 => x_ + "avrai" ; - Fut Sg P3 => x_ + "avrà" ; - Fut Pl P1 => x_ + "avremo" ; - Fut Pl P2 => x_ + "avrete" ; - Fut Pl P3 => x_ + "avranno" ; + 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" ; - Cong Imperf Sg P2 => x_ + "avessi" ; - Cong Imperf Sg P3 => x_ + "avesse" ; - Cong Imperf Pl P1 => x_ + "avessimo" ; - Cong Imperf Pl P2 => x_ + "aveste" ; - Cong Imperf Pl P3 => x_ + "avessero" ; - Cond Sg P1 => x_ + "avrei" ; - Cond Sg P2 => x_ + "avresti" ; - Cond Sg P3 => x_ + "avrebbe" ; - Cond Pl P1 => x_ + "avremmo" ; - Cond Pl P2 => x_ + "avreste" ; - Cond Pl P3 => x_ + "avrebbero" ; + 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" ; @@ -143,42 +143,42 @@ oper amare_6 : Str -> Verbo = \amare -> Indi Pres Pl P1 => am_ + "iamo" ; Indi Pres Pl P2 => am_ + "ate" ; Indi Pres Pl P3 => am_ + "ano" ; - Indi Imperf Sg P1 => am_ + "avo" ; - Indi Imperf Sg P2 => am_ + "avi" ; - Indi Imperf Sg P3 => am_ + "ava" ; - Indi Imperf Pl P1 => am_ + "avamo" ; - Indi Imperf Pl P2 => am_ + "avate" ; - Indi Imperf Pl P3 => am_ + "avano" ; - Pass Sg P1 => am_ + "ai" ; - Pass Sg P2 => am_ + "asti" ; - Pass Sg P3 => am_ + "ò" ; - Pass Pl P1 => am_ + "ammo" ; - Pass Pl P2 => am_ + "aste" ; - Pass Pl P3 => am_ + "arono" ; - Fut Sg P1 => am_ + "erò" ; - Fut Sg P2 => am_ + "erai" ; - Fut Sg P3 => am_ + "erà" ; - Fut Pl P1 => am_ + "eremo" ; - Fut Pl P2 => am_ + "erete" ; - Fut Pl P3 => am_ + "eranno" ; + 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" ; - Cong Imperf Sg P2 => am_ + "assi" ; - Cong Imperf Sg P3 => am_ + "asse" ; - Cong Imperf Pl P1 => am_ + "assimo" ; - Cong Imperf Pl P2 => am_ + "aste" ; - Cong Imperf Pl P3 => am_ + "assero" ; - Cond Sg P1 => am_ + "erei" ; - Cond Sg P2 => am_ + "eresti" ; - Cond Sg P3 => am_ + "erebbe" ; - Cond Pl P1 => am_ + "eremmo" ; - Cond Pl P2 => am_ + "ereste" ; - Cond Pl P3 => am_ + "erebbero" ; + 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" ; @@ -205,42 +205,42 @@ oper cercare_7 : Str -> Verbo = \cercare -> Indi Pres Pl P1 => cerc_ + "hiamo" ; Indi Pres Pl P2 => cerc_ + "ate" ; Indi Pres Pl P3 => cerc_ + "ano" ; - Indi Imperf Sg P1 => cerc_ + "avo" ; - Indi Imperf Sg P2 => cerc_ + "avi" ; - Indi Imperf Sg P3 => cerc_ + "ava" ; - Indi Imperf Pl P1 => cerc_ + "avamo" ; - Indi Imperf Pl P2 => cerc_ + "avate" ; - Indi Imperf Pl P3 => cerc_ + "avano" ; - Pass Sg P1 => cerc_ + "ai" ; - Pass Sg P2 => cerc_ + "asti" ; - Pass Sg P3 => cerc_ + "ò" ; - Pass Pl P1 => cerc_ + "ammo" ; - Pass Pl P2 => cerc_ + "aste" ; - Pass Pl P3 => cerc_ + "arono" ; - Fut Sg P1 => cerc_ + "herò" ; - Fut Sg P2 => cerc_ + "herai" ; - Fut Sg P3 => cerc_ + "herà" ; - Fut Pl P1 => cerc_ + "heremo" ; - Fut Pl P2 => cerc_ + "herete" ; - Fut Pl P3 => cerc_ + "heranno" ; + 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" ; - Cong Imperf Sg P2 => cerc_ + "assi" ; - Cong Imperf Sg P3 => cerc_ + "asse" ; - Cong Imperf Pl P1 => cerc_ + "assimo" ; - Cong Imperf Pl P2 => cerc_ + "aste" ; - Cong Imperf Pl P3 => cerc_ + "assero" ; - Cond Sg P1 => cerc_ + "herei" ; - Cond Sg P2 => cerc_ + "heresti" ; - Cond Sg P3 => cerc_ + "herebbe" ; - Cond Pl P1 => cerc_ + "heremmo" ; - Cond Pl P2 => cerc_ + "hereste" ; - Cond Pl P3 => cerc_ + "herebbero" ; + 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" ; @@ -267,42 +267,42 @@ oper legare_8 : Str -> Verbo = \legare -> Indi Pres Pl P1 => leg_ + "hiamo" ; Indi Pres Pl P2 => leg_ + "ate" ; Indi Pres Pl P3 => leg_ + "ano" ; - Indi Imperf Sg P1 => leg_ + "avo" ; - Indi Imperf Sg P2 => leg_ + "avi" ; - Indi Imperf Sg P3 => leg_ + "ava" ; - Indi Imperf Pl P1 => leg_ + "avamo" ; - Indi Imperf Pl P2 => leg_ + "avate" ; - Indi Imperf Pl P3 => leg_ + "avano" ; - Pass Sg P1 => leg_ + "ai" ; - Pass Sg P2 => leg_ + "asti" ; - Pass Sg P3 => leg_ + "ò" ; - Pass Pl P1 => leg_ + "ammo" ; - Pass Pl P2 => leg_ + "aste" ; - Pass Pl P3 => leg_ + "arono" ; - Fut Sg P1 => leg_ + "herò" ; - Fut Sg P2 => leg_ + "herai" ; - Fut Sg P3 => leg_ + "herà" ; - Fut Pl P1 => leg_ + "heremo" ; - Fut Pl P2 => leg_ + "herete" ; - Fut Pl P3 => leg_ + "heranno" ; + 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" ; - Cong Imperf Sg P2 => leg_ + "assi" ; - Cong Imperf Sg P3 => leg_ + "asse" ; - Cong Imperf Pl P1 => leg_ + "assimo" ; - Cong Imperf Pl P2 => leg_ + "aste" ; - Cong Imperf Pl P3 => leg_ + "assero" ; - Cond Sg P1 => leg_ + "herei" ; - Cond Sg P2 => leg_ + "heresti" ; - Cond Sg P3 => leg_ + "herebbe" ; - Cond Pl P1 => leg_ + "heremmo" ; - Cond Pl P2 => leg_ + "hereste" ; - Cond Pl P3 => leg_ + "herebbero" ; + 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" ; @@ -329,42 +329,42 @@ oper cominciare_9 : Str -> Verbo = \cominciare -> Indi Pres Pl P1 => cominc_ + "iamo" ; Indi Pres Pl P2 => cominc_ + "iate" ; Indi Pres Pl P3 => cominc_ + "iano" ; - Indi Imperf Sg P1 => cominc_ + "iavo" ; - Indi Imperf Sg P2 => cominc_ + "iavi" ; - Indi Imperf Sg P3 => cominc_ + "iava" ; - Indi Imperf Pl P1 => cominc_ + "iavamo" ; - Indi Imperf Pl P2 => cominc_ + "iavate" ; - Indi Imperf Pl P3 => cominc_ + "iavano" ; - Pass Sg P1 => cominc_ + "iai" ; - Pass Sg P2 => cominc_ + "iasti" ; - Pass Sg P3 => cominc_ + "iò" ; - Pass Pl P1 => cominc_ + "iammo" ; - Pass Pl P2 => cominc_ + "iaste" ; - Pass Pl P3 => cominc_ + "iarono" ; - Fut Sg P1 => cominc_ + "erò" ; - Fut Sg P2 => cominc_ + "erai" ; - Fut Sg P3 => cominc_ + "erà" ; - Fut Pl P1 => cominc_ + "eremo" ; - Fut Pl P2 => cominc_ + "erete" ; - Fut Pl P3 => cominc_ + "eranno" ; + 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" ; - Cong Imperf Sg P2 => cominc_ + "iassi" ; - Cong Imperf Sg P3 => cominc_ + "iasse" ; - Cong Imperf Pl P1 => cominc_ + "iassimo" ; - Cong Imperf Pl P2 => cominc_ + "iaste" ; - Cong Imperf Pl P3 => cominc_ + "iassero" ; - Cond Sg P1 => cominc_ + "erei" ; - Cond Sg P2 => cominc_ + "eresti" ; - Cond Sg P3 => cominc_ + "erebbe" ; - Cond Pl P1 => cominc_ + "eremmo" ; - Cond Pl P2 => cominc_ + "ereste" ; - Cond Pl P3 => cominc_ + "erebbero" ; + 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" ; @@ -391,42 +391,42 @@ oper mangiare_10 : Str -> Verbo = \mangiare -> Indi Pres Pl P1 => mang_ + "iamo" ; Indi Pres Pl P2 => mang_ + "iate" ; Indi Pres Pl P3 => mang_ + "iano" ; - Indi Imperf Sg P1 => mang_ + "iavo" ; - Indi Imperf Sg P2 => mang_ + "iavi" ; - Indi Imperf Sg P3 => mang_ + "iava" ; - Indi Imperf Pl P1 => mang_ + "iavamo" ; - Indi Imperf Pl P2 => mang_ + "iavate" ; - Indi Imperf Pl P3 => mang_ + "iavano" ; - Pass Sg P1 => mang_ + "iai" ; - Pass Sg P2 => mang_ + "iasti" ; - Pass Sg P3 => mang_ + "iò" ; - Pass Pl P1 => mang_ + "iammo" ; - Pass Pl P2 => mang_ + "iaste" ; - Pass Pl P3 => mang_ + "iarono" ; - Fut Sg P1 => mang_ + "erò" ; - Fut Sg P2 => mang_ + "erai" ; - Fut Sg P3 => mang_ + "erà" ; - Fut Pl P1 => mang_ + "eremo" ; - Fut Pl P2 => mang_ + "erete" ; - Fut Pl P3 => mang_ + "eranno" ; + 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" ; - Cong Imperf Sg P2 => mang_ + "iassi" ; - Cong Imperf Sg P3 => mang_ + "iasse" ; - Cong Imperf Pl P1 => mang_ + "iassimo" ; - Cong Imperf Pl P2 => mang_ + "iaste" ; - Cong Imperf Pl P3 => mang_ + "iassero" ; - Cond Sg P1 => mang_ + "erei" ; - Cond Sg P2 => mang_ + "eresti" ; - Cond Sg P3 => mang_ + "erebbe" ; - Cond Pl P1 => mang_ + "eremmo" ; - Cond Pl P2 => mang_ + "ereste" ; - Cond Pl P3 => mang_ + "erebbero" ; + 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" ; @@ -453,42 +453,42 @@ oper inviare_11 : Str -> Verbo = \inviare -> Indi Pres Pl P1 => invi_ + "iamo" ; Indi Pres Pl P2 => invi_ + "ate" ; Indi Pres Pl P3 => invi_ + "ano" ; - Indi Imperf Sg P1 => invi_ + "avo" ; - Indi Imperf Sg P2 => invi_ + "avi" ; - Indi Imperf Sg P3 => invi_ + "ava" ; - Indi Imperf Pl P1 => invi_ + "avamo" ; - Indi Imperf Pl P2 => invi_ + "avate" ; - Indi Imperf Pl P3 => invi_ + "avano" ; - Pass Sg P1 => invi_ + "ai" ; - Pass Sg P2 => invi_ + "asti" ; - Pass Sg P3 => invi_ + "ò" ; - Pass Pl P1 => invi_ + "ammo" ; - Pass Pl P2 => invi_ + "aste" ; - Pass Pl P3 => invi_ + "arono" ; - Fut Sg P1 => invi_ + "erò" ; - Fut Sg P2 => invi_ + "erai" ; - Fut Sg P3 => invi_ + "erà" ; - Fut Pl P1 => invi_ + "eremo" ; - Fut Pl P2 => invi_ + "erete" ; - Fut Pl P3 => invi_ + "eranno" ; + 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" ; - Cong Imperf Sg P2 => invi_ + "assi" ; - Cong Imperf Sg P3 => invi_ + "asse" ; - Cong Imperf Pl P1 => invi_ + "assimo" ; - Cong Imperf Pl P2 => invi_ + "aste" ; - Cong Imperf Pl P3 => invi_ + "assero" ; - Cond Sg P1 => invi_ + "erei" ; - Cond Sg P2 => invi_ + "eresti" ; - Cond Sg P3 => invi_ + "erebbe" ; - Cond Pl P1 => invi_ + "eremmo" ; - Cond Pl P2 => invi_ + "ereste" ; - Cond Pl P3 => invi_ + "erebbero" ; + 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" ; @@ -515,42 +515,42 @@ oper studiare_12 : Str -> Verbo = \studiare -> Indi Pres Pl P1 => studi_ + "amo" ; Indi Pres Pl P2 => studi_ + "ate" ; Indi Pres Pl P3 => studi_ + "ano" ; - Indi Imperf Sg P1 => studi_ + "avo" ; - Indi Imperf Sg P2 => studi_ + "avi" ; - Indi Imperf Sg P3 => studi_ + "ava" ; - Indi Imperf Pl P1 => studi_ + "avamo" ; - Indi Imperf Pl P2 => studi_ + "avate" ; - Indi Imperf Pl P3 => studi_ + "avano" ; - Pass Sg P1 => studi_ + "ai" ; - Pass Sg P2 => studi_ + "asti" ; - Pass Sg P3 => studi_ + "ò" ; - Pass Pl P1 => studi_ + "ammo" ; - Pass Pl P2 => studi_ + "aste" ; - Pass Pl P3 => studi_ + "arono" ; - Fut Sg P1 => studi_ + "erò" ; - Fut Sg P2 => studi_ + "erai" ; - Fut Sg P3 => studi_ + "erà" ; - Fut Pl P1 => studi_ + "eremo" ; - Fut Pl P2 => studi_ + "erete" ; - Fut Pl P3 => studi_ + "eranno" ; + 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" ; - Cong Imperf Sg P2 => studi_ + "assi" ; - Cong Imperf Sg P3 => studi_ + "asse" ; - Cong Imperf Pl P1 => studi_ + "assimo" ; - Cong Imperf Pl P2 => studi_ + "aste" ; - Cong Imperf Pl P3 => studi_ + "assero" ; - Cond Sg P1 => studi_ + "erei" ; - Cond Sg P2 => studi_ + "eresti" ; - Cond Sg P3 => studi_ + "erebbe" ; - Cond Pl P1 => studi_ + "eremmo" ; - Cond Pl P2 => studi_ + "ereste" ; - Cond Pl P3 => studi_ + "erebbero" ; + 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" ; @@ -577,42 +577,42 @@ oper giocare_13 : Str -> Verbo = \giocare -> Indi Pres Pl P1 => gioc_ + "hiamo" ; Indi Pres Pl P2 => gioc_ + "ate" ; Indi Pres Pl P3 => gioc_ + "ano" ; - Indi Imperf Sg P1 => gioc_ + "avo" ; - Indi Imperf Sg P2 => gioc_ + "avi" ; - Indi Imperf Sg P3 => gioc_ + "ava" ; - Indi Imperf Pl P1 => gioc_ + "avamo" ; - Indi Imperf Pl P2 => gioc_ + "avate" ; - Indi Imperf Pl P3 => gioc_ + "avano" ; - Pass Sg P1 => gioc_ + "ai" ; - Pass Sg P2 => gioc_ + "asti" ; - Pass Sg P3 => gioc_ + "ò" ; - Pass Pl P1 => gioc_ + "ammo" ; - Pass Pl P2 => gioc_ + "aste" ; - Pass Pl P3 => gioc_ + "arono" ; - Fut Sg P1 => gioc_ + "herò" ; - Fut Sg P2 => gioc_ + "herai" ; - Fut Sg P3 => gioc_ + "herà" ; - Fut Pl P1 => gioc_ + "heremo" ; - Fut Pl P2 => gioc_ + "herete" ; - Fut Pl P3 => gioc_ + "heranno" ; + 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" ; - Cong Imperf Sg P2 => gioc_ + "assi" ; - Cong Imperf Sg P3 => gioc_ + "asse" ; - Cong Imperf Pl P1 => gioc_ + "assimo" ; - Cong Imperf Pl P2 => gioc_ + "aste" ; - Cong Imperf Pl P3 => gioc_ + "assero" ; - Cond Sg P1 => gioc_ + "herei" ; - Cond Sg P2 => gioc_ + "heresti" ; - Cond Sg P3 => gioc_ + "herebbe" ; - Cond Pl P1 => gioc_ + "heremmo" ; - Cond Pl P2 => gioc_ + "hereste" ; - Cond Pl P3 => gioc_ + "herebbero" ; + 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" ; @@ -639,42 +639,42 @@ oper andare_14 : Str -> Verbo = \andare -> Indi Pres Pl P1 => x_ + "andiamo" ; Indi Pres Pl P2 => x_ + "andate" ; Indi Pres Pl P3 => x_ + "vanno" ; - Indi Imperf Sg P1 => x_ + "andavo" ; - Indi Imperf Sg P2 => x_ + "andavi" ; - Indi Imperf Sg P3 => x_ + "andava" ; - Indi Imperf Pl P1 => x_ + "andavamo" ; - Indi Imperf Pl P2 => x_ + "andavate" ; - Indi Imperf Pl P3 => x_ + "andavano" ; - Pass Sg P1 => x_ + "andai" ; - Pass Sg P2 => x_ + "andasti" ; - Pass Sg P3 => x_ + "andò" ; - Pass Pl P1 => x_ + "andammo" ; - Pass Pl P2 => x_ + "andaste" ; - Pass Pl P3 => x_ + "andarono" ; - Fut Sg P1 => x_ + "andrò" ; - Fut Sg P2 => x_ + "andrai" ; - Fut Sg P3 => x_ + "andrà" ; - Fut Pl P1 => x_ + "andremo" ; - Fut Pl P2 => x_ + "andrete" ; - Fut Pl P3 => x_ + "andranno" ; + 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" ; - Cong Imperf Sg P2 => x_ + "andassi" ; - Cong Imperf Sg P3 => x_ + "andasse" ; - Cong Imperf Pl P1 => x_ + "andassimo" ; - Cong Imperf Pl P2 => x_ + "andaste" ; - Cong Imperf Pl P3 => x_ + "andassero" ; - Cond Sg P1 => x_ + "andrei" ; - Cond Sg P2 => x_ + "andresti" ; - Cond Sg P3 => x_ + "andrebbe" ; - Cond Pl P1 => x_ + "andremmo" ; - Cond Pl P2 => x_ + "andreste" ; - Cond Pl P3 => x_ + "andrebbero" ; + 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" ; @@ -701,42 +701,42 @@ oper riandare_14b : Str -> Verbo = \riandare -> Indi Pres Pl P1 => ri_ + "andiamo" ; Indi Pres Pl P2 => ri_ + "andate" ; Indi Pres Pl P3 => ri_ + "vanno" ; - Indi Imperf Sg P1 => ri_ + "andavo" ; - Indi Imperf Sg P2 => ri_ + "andavi" ; - Indi Imperf Sg P3 => ri_ + "andava" ; - Indi Imperf Pl P1 => ri_ + "andavamo" ; - Indi Imperf Pl P2 => ri_ + "andavate" ; - Indi Imperf Pl P3 => ri_ + "andavano" ; - Pass Sg P1 => ri_ + "andai" ; - Pass Sg P2 => ri_ + "andasti" ; - Pass Sg P3 => ri_ + "andò" ; - Pass Pl P1 => ri_ + "andammo" ; - Pass Pl P2 => ri_ + "andaste" ; - Pass Pl P3 => ri_ + "andarono" ; - Fut Sg P1 => ri_ + "andrò" ; - Fut Sg P2 => ri_ + "andrai" ; - Fut Sg P3 => ri_ + "andrà" ; - Fut Pl P1 => ri_ + "andremo" ; - Fut Pl P2 => ri_ + "andrete" ; - Fut Pl P3 => ri_ + "andranno" ; + 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" ; - Cong Imperf Sg P2 => ri_ + "andassi" ; - Cong Imperf Sg P3 => ri_ + "andasse" ; - Cong Imperf Pl P1 => ri_ + "andassimo" ; - Cong Imperf Pl P2 => ri_ + "andaste" ; - Cong Imperf Pl P3 => ri_ + "andassero" ; - Cond Sg P1 => ri_ + "andrei" ; - Cond Sg P2 => ri_ + "andresti" ; - Cond Sg P3 => ri_ + "andrebbe" ; - Cond Pl P1 => ri_ + "andremmo" ; - Cond Pl P2 => ri_ + "andreste" ; - Cond Pl P3 => ri_ + "andrebbero" ; + 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" ; @@ -763,42 +763,42 @@ oper dare_15 : Str -> Verbo = \dare -> Indi Pres Pl P1 => d_ + "iamo" ; Indi Pres Pl P2 => d_ + "ate" ; Indi Pres Pl P3 => d_ + "anno" ; - Indi Imperf Sg P1 => d_ + "avo" ; - Indi Imperf Sg P2 => d_ + "avi" ; - Indi Imperf Sg P3 => d_ + "ava" ; - Indi Imperf Pl P1 => d_ + "avamo" ; - Indi Imperf Pl P2 => d_ + "avate" ; - Indi Imperf Pl P3 => d_ + "avano" ; - Pass Sg P1 => d_ + "iedi" ; - Pass Sg P2 => d_ + "esti" ; - Pass Sg P3 => d_ + "iede" ; - Pass Pl P1 => d_ + "emmo" ; - Pass Pl P2 => d_ + "este" ; - Pass Pl P3 => d_ + "iedero" ; - Fut Sg P1 => d_ + "arò" ; - Fut Sg P2 => d_ + "arai" ; - Fut Sg P3 => d_ + "arà" ; - Fut Pl P1 => d_ + "aremo" ; - Fut Pl P2 => d_ + "arete" ; - Fut Pl P3 => d_ + "aranno" ; + 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" ; - Cong Imperf Sg P2 => d_ + "essi" ; - Cong Imperf Sg P3 => d_ + "esse" ; - Cong Imperf Pl P1 => d_ + "essimo" ; - Cong Imperf Pl P2 => d_ + "este" ; - Cong Imperf Pl P3 => d_ + "essero" ; - Cond Sg P1 => d_ + "arei" ; - Cond Sg P2 => d_ + "aresti" ; - Cond Sg P3 => d_ + "arebbe" ; - Cond Pl P1 => d_ + "aremmo" ; - Cond Pl P2 => d_ + "areste" ; - Cond Pl P3 => d_ + "arebbero" ; + 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" ; @@ -825,42 +825,42 @@ oper stare_16 : Str -> Verbo = \stare -> Indi Pres Pl P1 => st_ + "iamo" ; Indi Pres Pl P2 => st_ + "ate" ; Indi Pres Pl P3 => st_ + "anno" ; - Indi Imperf Sg P1 => st_ + "avo" ; - Indi Imperf Sg P2 => st_ + "avi" ; - Indi Imperf Sg P3 => st_ + "ava" ; - Indi Imperf Pl P1 => st_ + "avamo" ; - Indi Imperf Pl P2 => st_ + "avate" ; - Indi Imperf Pl P3 => st_ + "avano" ; - Pass Sg P1 => st_ + "etti" ; - Pass Sg P2 => st_ + "esti" ; - Pass Sg P3 => st_ + "ette" ; - Pass Pl P1 => st_ + "emmo" ; - Pass Pl P2 => st_ + "este" ; - Pass Pl P3 => st_ + "ettero" ; - Fut Sg P1 => st_ + "arò" ; - Fut Sg P2 => st_ + "arai" ; - Fut Sg P3 => st_ + "arà" ; - Fut Pl P1 => st_ + "aremo" ; - Fut Pl P2 => st_ + "arete" ; - Fut Pl P3 => st_ + "aranno" ; + 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" ; - Cong Imperf Sg P2 => st_ + "essi" ; - Cong Imperf Sg P3 => st_ + "esse" ; - Cong Imperf Pl P1 => st_ + "essimo" ; - Cong Imperf Pl P2 => st_ + "este" ; - Cong Imperf Pl P3 => st_ + "essero" ; - Cond Sg P1 => st_ + "arei" ; - Cond Sg P2 => st_ + "aresti" ; - Cond Sg P3 => st_ + "arebbe" ; - Cond Pl P1 => st_ + "aremmo" ; - Cond Pl P2 => st_ + "areste" ; - Cond Pl P3 => st_ + "arebbero" ; + 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" ; @@ -887,42 +887,42 @@ oper agitare_17 : Str -> Verbo = \agitare -> Indi Pres Pl P1 => agit_ + "iamo" ; Indi Pres Pl P2 => agit_ + "ate" ; Indi Pres Pl P3 => agit_ + "ano" ; - Indi Imperf Sg P1 => agit_ + "avo" ; - Indi Imperf Sg P2 => agit_ + "avi" ; - Indi Imperf Sg P3 => agit_ + "ava" ; - Indi Imperf Pl P1 => agit_ + "avamo" ; - Indi Imperf Pl P2 => agit_ + "avate" ; - Indi Imperf Pl P3 => agit_ + "avano" ; - Pass Sg P1 => agit_ + "ai" ; - Pass Sg P2 => agit_ + "asti" ; - Pass Sg P3 => agit_ + "ò" ; - Pass Pl P1 => agit_ + "ammo" ; - Pass Pl P2 => agit_ + "aste" ; - Pass Pl P3 => agit_ + "arono" ; - Fut Sg P1 => agit_ + "erò" ; - Fut Sg P2 => agit_ + "erai" ; - Fut Sg P3 => agit_ + "erà" ; - Fut Pl P1 => agit_ + "eremo" ; - Fut Pl P2 => agit_ + "erete" ; - Fut Pl P3 => agit_ + "eranno" ; + 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" ; - Cong Imperf Sg P2 => agit_ + "assi" ; - Cong Imperf Sg P3 => agit_ + "asse" ; - Cong Imperf Pl P1 => agit_ + "assimo" ; - Cong Imperf Pl P2 => agit_ + "aste" ; - Cong Imperf Pl P3 => agit_ + "assero" ; - Cond Sg P1 => agit_ + "erei" ; - Cond Sg P2 => agit_ + "eresti" ; - Cond Sg P3 => agit_ + "erebbe" ; - Cond Pl P1 => agit_ + "eremmo" ; - Cond Pl P2 => agit_ + "ereste" ; - Cond Pl P3 => agit_ + "erebbero" ; + 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" ; @@ -949,42 +949,42 @@ oper immaginare_18 : Str -> Verbo = \immaginare -> Indi Pres Pl P1 => immagin_ + "iamo" ; Indi Pres Pl P2 => immagin_ + "ate" ; Indi Pres Pl P3 => immagin_ + "ano" ; - Indi Imperf Sg P1 => immagin_ + "avo" ; - Indi Imperf Sg P2 => immagin_ + "avi" ; - Indi Imperf Sg P3 => immagin_ + "ava" ; - Indi Imperf Pl P1 => immagin_ + "avamo" ; - Indi Imperf Pl P2 => immagin_ + "avate" ; - Indi Imperf Pl P3 => immagin_ + "avano" ; - Pass Sg P1 => immagin_ + "ai" ; - Pass Sg P2 => immagin_ + "asti" ; - Pass Sg P3 => immagin_ + "ò" ; - Pass Pl P1 => immagin_ + "ammo" ; - Pass Pl P2 => immagin_ + "aste" ; - Pass Pl P3 => immagin_ + "arono" ; - Fut Sg P1 => immagin_ + "erò" ; - Fut Sg P2 => immagin_ + "erai" ; - Fut Sg P3 => immagin_ + "erà" ; - Fut Pl P1 => immagin_ + "eremo" ; - Fut Pl P2 => immagin_ + "erete" ; - Fut Pl P3 => immagin_ + "eranno" ; + 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" ; - Cong Imperf Sg P2 => immagin_ + "assi" ; - Cong Imperf Sg P3 => immagin_ + "asse" ; - Cong Imperf Pl P1 => immagin_ + "assimo" ; - Cong Imperf Pl P2 => immagin_ + "aste" ; - Cong Imperf Pl P3 => immagin_ + "assero" ; - Cond Sg P1 => immagin_ + "erei" ; - Cond Sg P2 => immagin_ + "eresti" ; - Cond Sg P3 => immagin_ + "erebbe" ; - Cond Pl P1 => immagin_ + "eremmo" ; - Cond Pl P2 => immagin_ + "ereste" ; - Cond Pl P3 => immagin_ + "erebbero" ; + 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" ; @@ -1011,42 +1011,42 @@ oper modificare_19 : Str -> Verbo = \modificare -> Indi Pres Pl P1 => modific_ + "hiamo" ; Indi Pres Pl P2 => modific_ + "ate" ; Indi Pres Pl P3 => modific_ + "ano" ; - Indi Imperf Sg P1 => modific_ + "avo" ; - Indi Imperf Sg P2 => modific_ + "avi" ; - Indi Imperf Sg P3 => modific_ + "ava" ; - Indi Imperf Pl P1 => modific_ + "avamo" ; - Indi Imperf Pl P2 => modific_ + "avate" ; - Indi Imperf Pl P3 => modific_ + "avano" ; - Pass Sg P1 => modific_ + "ai" ; - Pass Sg P2 => modific_ + "asti" ; - Pass Sg P3 => modific_ + "ò" ; - Pass Pl P1 => modific_ + "ammo" ; - Pass Pl P2 => modific_ + "aste" ; - Pass Pl P3 => modific_ + "arono" ; - Fut Sg P1 => modific_ + "herò" ; - Fut Sg P2 => modific_ + "herai" ; - Fut Sg P3 => modific_ + "herà" ; - Fut Pl P1 => modific_ + "heremo" ; - Fut Pl P2 => modific_ + "herete" ; - Fut Pl P3 => modific_ + "heranno" ; + 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" ; - Cong Imperf Sg P2 => modific_ + "assi" ; - Cong Imperf Sg P3 => modific_ + "asse" ; - Cong Imperf Pl P1 => modific_ + "assimo" ; - Cong Imperf Pl P2 => modific_ + "aste" ; - Cong Imperf Pl P3 => modific_ + "assero" ; - Cond Sg P1 => modific_ + "herei" ; - Cond Sg P2 => modific_ + "heresti" ; - Cond Sg P3 => modific_ + "herebbe" ; - Cond Pl P1 => modific_ + "heremmo" ; - Cond Pl P2 => modific_ + "hereste" ; - Cond Pl P3 => modific_ + "herebbero" ; + 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" ; @@ -1073,42 +1073,42 @@ oper temere_20 : Str -> Verbo = \temere -> Indi Pres Pl P1 => tem_ + "iamo" ; Indi Pres Pl P2 => tem_ + "ete" ; Indi Pres Pl P3 => tem_ + "ono" ; - Indi Imperf Sg P1 => tem_ + "evo" ; - Indi Imperf Sg P2 => tem_ + "evi" ; - Indi Imperf Sg P3 => tem_ + "eva" ; - Indi Imperf Pl P1 => tem_ + "evamo" ; - Indi Imperf Pl P2 => tem_ + "evate" ; - Indi Imperf Pl P3 => tem_ + "evano" ; - Pass Sg P1 => tem_ + "etti" ; - Pass Sg P2 => tem_ + "esti" ; - Pass Sg P3 => tem_ + "ette" ; - Pass Pl P1 => tem_ + "emmo" ; - Pass Pl P2 => tem_ + "este" ; - Pass Pl P3 => tem_ + "ettero" ; - Fut Sg P1 => tem_ + "erò" ; - Fut Sg P2 => tem_ + "erai" ; - Fut Sg P3 => tem_ + "erà" ; - Fut Pl P1 => tem_ + "eremo" ; - Fut Pl P2 => tem_ + "erete" ; - Fut Pl P3 => tem_ + "eranno" ; + 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" ; - Cong Imperf Sg P2 => tem_ + "essi" ; - Cong Imperf Sg P3 => tem_ + "esse" ; - Cong Imperf Pl P1 => tem_ + "essimo" ; - Cong Imperf Pl P2 => tem_ + "este" ; - Cong Imperf Pl P3 => tem_ + "essero" ; - Cond Sg P1 => tem_ + "erei" ; - Cond Sg P2 => tem_ + "eresti" ; - Cond Sg P3 => tem_ + "erebbe" ; - Cond Pl P1 => tem_ + "eremmo" ; - Cond Pl P2 => tem_ + "ereste" ; - Cond Pl P3 => tem_ + "erebbero" ; + 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" ; @@ -1135,42 +1135,42 @@ oper accendere_21 : Str -> Verbo = \accendere -> Indi Pres Pl P1 => acce_ + "ndiamo" ; Indi Pres Pl P2 => acce_ + "ndete" ; Indi Pres Pl P3 => acce_ + "ndono" ; - Indi Imperf Sg P1 => acce_ + "ndevo" ; - Indi Imperf Sg P2 => acce_ + "ndevi" ; - Indi Imperf Sg P3 => acce_ + "ndeva" ; - Indi Imperf Pl P1 => acce_ + "ndevamo" ; - Indi Imperf Pl P2 => acce_ + "ndevate" ; - Indi Imperf Pl P3 => acce_ + "ndevano" ; - Pass Sg P1 => acce_ + "si" ; - Pass Sg P2 => acce_ + "ndesti" ; - Pass Sg P3 => acce_ + "se" ; - Pass Pl P1 => acce_ + "ndemmo" ; - Pass Pl P2 => acce_ + "ndeste" ; - Pass Pl P3 => acce_ + "sero" ; - Fut Sg P1 => acce_ + "nderò" ; - Fut Sg P2 => acce_ + "nderai" ; - Fut Sg P3 => acce_ + "nderà" ; - Fut Pl P1 => acce_ + "nderemo" ; - Fut Pl P2 => acce_ + "nderete" ; - Fut Pl P3 => acce_ + "nderanno" ; + 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" ; - Cong Imperf Sg P2 => acce_ + "ndessi" ; - Cong Imperf Sg P3 => acce_ + "ndesse" ; - Cong Imperf Pl P1 => acce_ + "ndessimo" ; - Cong Imperf Pl P2 => acce_ + "ndeste" ; - Cong Imperf Pl P3 => acce_ + "ndessero" ; - Cond Sg P1 => acce_ + "nderei" ; - Cond Sg P2 => acce_ + "nderesti" ; - Cond Sg P3 => acce_ + "nderebbe" ; - Cond Pl P1 => acce_ + "nderemmo" ; - Cond Pl P2 => acce_ + "ndereste" ; - Cond Pl P3 => acce_ + "nderebbero" ; + 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" ; @@ -1197,42 +1197,42 @@ oper affiggere_22 : Str -> Verbo = \affiggere -> Indi Pres Pl P1 => affi_ + "ggiamo" ; Indi Pres Pl P2 => affi_ + "ggete" ; Indi Pres Pl P3 => affi_ + "ggono" ; - Indi Imperf Sg P1 => affi_ + "ggevo" ; - Indi Imperf Sg P2 => affi_ + "ggevi" ; - Indi Imperf Sg P3 => affi_ + "ggeva" ; - Indi Imperf Pl P1 => affi_ + "ggevamo" ; - Indi Imperf Pl P2 => affi_ + "ggevate" ; - Indi Imperf Pl P3 => affi_ + "ggevano" ; - Pass Sg P1 => affi_ + "ssi" ; - Pass Sg P2 => affi_ + "ggesti" ; - Pass Sg P3 => affi_ + "sse" ; - Pass Pl P1 => affi_ + "ggemmo" ; - Pass Pl P2 => affi_ + "ggeste" ; - Pass Pl P3 => affi_ + "ssero" ; - Fut Sg P1 => affi_ + "ggerò" ; - Fut Sg P2 => affi_ + "ggerai" ; - Fut Sg P3 => affi_ + "ggerà" ; - Fut Pl P1 => affi_ + "ggeremo" ; - Fut Pl P2 => affi_ + "ggerete" ; - Fut Pl P3 => affi_ + "ggeranno" ; + 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" ; - Cong Imperf Sg P2 => affi_ + "ggessi" ; - Cong Imperf Sg P3 => affi_ + "ggesse" ; - Cong Imperf Pl P1 => affi_ + "ggessimo" ; - Cong Imperf Pl P2 => affi_ + "ggeste" ; - Cong Imperf Pl P3 => affi_ + "ggessero" ; - Cond Sg P1 => affi_ + "ggerei" ; - Cond Sg P2 => affi_ + "ggeresti" ; - Cond Sg P3 => affi_ + "ggerebbe" ; - Cond Pl P1 => affi_ + "ggeremmo" ; - Cond Pl P2 => affi_ + "ggereste" ; - Cond Pl P3 => affi_ + "ggerebbero" ; + 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" ; @@ -1259,42 +1259,42 @@ oper ardere_23 : Str -> Verbo = \ardere -> Indi Pres Pl P1 => ar_ + "diamo" ; Indi Pres Pl P2 => ar_ + "dete" ; Indi Pres Pl P3 => ar_ + "dono" ; - Indi Imperf Sg P1 => ar_ + "devo" ; - Indi Imperf Sg P2 => ar_ + "devi" ; - Indi Imperf Sg P3 => ar_ + "deva" ; - Indi Imperf Pl P1 => ar_ + "devamo" ; - Indi Imperf Pl P2 => ar_ + "devate" ; - Indi Imperf Pl P3 => ar_ + "devano" ; - Pass Sg P1 => ar_ + "si" ; - Pass Sg P2 => ar_ + "desti" ; - Pass Sg P3 => ar_ + "se" ; - Pass Pl P1 => ar_ + "demmo" ; - Pass Pl P2 => ar_ + "deste" ; - Pass Pl P3 => ar_ + "sero" ; - Fut Sg P1 => ar_ + "derò" ; - Fut Sg P2 => ar_ + "derai" ; - Fut Sg P3 => ar_ + "derà" ; - Fut Pl P1 => ar_ + "deremo" ; - Fut Pl P2 => ar_ + "derete" ; - Fut Pl P3 => ar_ + "deranno" ; + 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" ; - Cong Imperf Sg P2 => ar_ + "dessi" ; - Cong Imperf Sg P3 => ar_ + "desse" ; - Cong Imperf Pl P1 => ar_ + "dessimo" ; - Cong Imperf Pl P2 => ar_ + "deste" ; - Cong Imperf Pl P3 => ar_ + "dessero" ; - Cond Sg P1 => ar_ + "derei" ; - Cond Sg P2 => ar_ + "deresti" ; - Cond Sg P3 => ar_ + "derebbe" ; - Cond Pl P1 => ar_ + "deremmo" ; - Cond Pl P2 => ar_ + "dereste" ; - Cond Pl P3 => ar_ + "derebbero" ; + 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" ; @@ -1321,42 +1321,42 @@ oper assistere_24 : Str -> Verbo = \assistere -> Indi Pres Pl P1 => assist_ + "iamo" ; Indi Pres Pl P2 => assist_ + "ete" ; Indi Pres Pl P3 => assist_ + "ono" ; - Indi Imperf Sg P1 => assist_ + "evo" ; - Indi Imperf Sg P2 => assist_ + "evi" ; - Indi Imperf Sg P3 => assist_ + "eva" ; - Indi Imperf Pl P1 => assist_ + "evamo" ; - Indi Imperf Pl P2 => assist_ + "evate" ; - Indi Imperf Pl P3 => assist_ + "evano" ; - Pass Sg P1 => assist_ + "ei" ; - Pass Sg P2 => assist_ + "esti" ; - Pass Sg P3 => assist_ + "é" ; - Pass Pl P1 => assist_ + "emmo" ; - Pass Pl P2 => assist_ + "este" ; - Pass Pl P3 => assist_ + "erono" ; - Fut Sg P1 => assist_ + "erò" ; - Fut Sg P2 => assist_ + "erai" ; - Fut Sg P3 => assist_ + "erà" ; - Fut Pl P1 => assist_ + "eremo" ; - Fut Pl P2 => assist_ + "erete" ; - Fut Pl P3 => assist_ + "eranno" ; + 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" ; - Cong Imperf Sg P2 => assist_ + "essi" ; - Cong Imperf Sg P3 => assist_ + "esse" ; - Cong Imperf Pl P1 => assist_ + "essimo" ; - Cong Imperf Pl P2 => assist_ + "este" ; - Cong Imperf Pl P3 => assist_ + "essero" ; - Cond Sg P1 => assist_ + "erei" ; - Cond Sg P2 => assist_ + "eresti" ; - Cond Sg P3 => assist_ + "erebbe" ; - Cond Pl P1 => assist_ + "eremmo" ; - Cond Pl P2 => assist_ + "ereste" ; - Cond Pl P3 => assist_ + "erebbero" ; + 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" ; @@ -1383,42 +1383,42 @@ oper assolvere_25 : Str -> Verbo = \assolvere -> Indi Pres Pl P1 => assol_ + "viamo" ; Indi Pres Pl P2 => assol_ + "vete" ; Indi Pres Pl P3 => assol_ + "vono" ; - Indi Imperf Sg P1 => assol_ + "vevo" ; - Indi Imperf Sg P2 => assol_ + "vevi" ; - Indi Imperf Sg P3 => assol_ + "veva" ; - Indi Imperf Pl P1 => assol_ + "vevamo" ; - Indi Imperf Pl P2 => assol_ + "vevate" ; - Indi Imperf Pl P3 => assol_ + "vevano" ; - Pass Sg P1 => assol_ + "si" ; - Pass Sg P2 => assol_ + "vesti" ; - Pass Sg P3 => assol_ + "se" ; - Pass Pl P1 => assol_ + "vemmo" ; - Pass Pl P2 => assol_ + "veste" ; - Pass Pl P3 => assol_ + "sero" ; - Fut Sg P1 => assol_ + "verò" ; - Fut Sg P2 => assol_ + "verai" ; - Fut Sg P3 => assol_ + "verà" ; - Fut Pl P1 => assol_ + "veremo" ; - Fut Pl P2 => assol_ + "verete" ; - Fut Pl P3 => assol_ + "veranno" ; + 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" ; - Cong Imperf Sg P2 => assol_ + "vessi" ; - Cong Imperf Sg P3 => assol_ + "vesse" ; - Cong Imperf Pl P1 => assol_ + "vessimo" ; - Cong Imperf Pl P2 => assol_ + "veste" ; - Cong Imperf Pl P3 => assol_ + "vessero" ; - Cond Sg P1 => assol_ + "verei" ; - Cond Sg P2 => assol_ + "veresti" ; - Cond Sg P3 => assol_ + "verebbe" ; - Cond Pl P1 => assol_ + "veremmo" ; - Cond Pl P2 => assol_ + "vereste" ; - Cond Pl P3 => assol_ + "verebbero" ; + 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" ; @@ -1445,42 +1445,42 @@ oper assumere_26 : Str -> Verbo = \assumere -> Indi Pres Pl P1 => assu_ + "miamo" ; Indi Pres Pl P2 => assu_ + "mete" ; Indi Pres Pl P3 => assu_ + "mono" ; - Indi Imperf Sg P1 => assu_ + "mevo" ; - Indi Imperf Sg P2 => assu_ + "mevi" ; - Indi Imperf Sg P3 => assu_ + "meva" ; - Indi Imperf Pl P1 => assu_ + "mevamo" ; - Indi Imperf Pl P2 => assu_ + "mevate" ; - Indi Imperf Pl P3 => assu_ + "mevano" ; - Pass Sg P1 => assu_ + "nsi" ; - Pass Sg P2 => assu_ + "mesti" ; - Pass Sg P3 => assu_ + "nse" ; - Pass Pl P1 => assu_ + "memmo" ; - Pass Pl P2 => assu_ + "meste" ; - Pass Pl P3 => assu_ + "nsero" ; - Fut Sg P1 => assu_ + "merò" ; - Fut Sg P2 => assu_ + "merai" ; - Fut Sg P3 => assu_ + "merà" ; - Fut Pl P1 => assu_ + "meremo" ; - Fut Pl P2 => assu_ + "merete" ; - Fut Pl P3 => assu_ + "meranno" ; + 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" ; - Cong Imperf Sg P2 => assu_ + "messi" ; - Cong Imperf Sg P3 => assu_ + "messe" ; - Cong Imperf Pl P1 => assu_ + "messimo" ; - Cong Imperf Pl P2 => assu_ + "meste" ; - Cong Imperf Pl P3 => assu_ + "messero" ; - Cond Sg P1 => assu_ + "merei" ; - Cond Sg P2 => assu_ + "meresti" ; - Cond Sg P3 => assu_ + "merebbe" ; - Cond Pl P1 => assu_ + "meremmo" ; - Cond Pl P2 => assu_ + "mereste" ; - Cond Pl P3 => assu_ + "merebbero" ; + 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" ; @@ -1507,42 +1507,42 @@ oper bere_27 : Str -> Verbo = \bere -> Indi Pres Pl P1 => be_ + "viamo" ; Indi Pres Pl P2 => be_ + "vete" ; Indi Pres Pl P3 => be_ + "vono" ; - Indi Imperf Sg P1 => be_ + "vevo" ; - Indi Imperf Sg P2 => be_ + "vevi" ; - Indi Imperf Sg P3 => be_ + "veva" ; - Indi Imperf Pl P1 => be_ + "vevamo" ; - Indi Imperf Pl P2 => be_ + "vevate" ; - Indi Imperf Pl P3 => be_ + "vevano" ; - Pass Sg P1 => be_ + "vvi" ; - Pass Sg P2 => be_ + "vesti" ; - Pass Sg P3 => be_ + "vve" ; - Pass Pl P1 => be_ + "vemmo" ; - Pass Pl P2 => be_ + "veste" ; - Pass Pl P3 => be_ + "vvero" ; - Fut Sg P1 => be_ + "rrò" ; - Fut Sg P2 => be_ + "rrai" ; - Fut Sg P3 => be_ + "rrà" ; - Fut Pl P1 => be_ + "rremo" ; - Fut Pl P2 => be_ + "rrete" ; - Fut Pl P3 => be_ + "rranno" ; + 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" ; - Cong Imperf Sg P2 => be_ + "vessi" ; - Cong Imperf Sg P3 => be_ + "vesse" ; - Cong Imperf Pl P1 => be_ + "vessimo" ; - Cong Imperf Pl P2 => be_ + "veste" ; - Cong Imperf Pl P3 => be_ + "vessero" ; - Cond Sg P1 => be_ + "rrei" ; - Cond Sg P2 => be_ + "rresti" ; - Cond Sg P3 => be_ + "rrebbe" ; - Cond Pl P1 => be_ + "rremmo" ; - Cond Pl P2 => be_ + "rreste" ; - Cond Pl P3 => be_ + "rrebbero" ; + 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" ; @@ -1569,42 +1569,42 @@ oper cadere_28 : Str -> Verbo = \caere -> Indi Pres Pl P1 => ca_ + "iamo" ; Indi Pres Pl P2 => ca_ + "ete" ; Indi Pres Pl P3 => ca_ + "ono" ; - Indi Imperf Sg P1 => ca_ + "evo" ; - Indi Imperf Sg P2 => ca_ + "evi" ; - Indi Imperf Sg P3 => ca_ + "eva" ; - Indi Imperf Pl P1 => ca_ + "evamo" ; - Indi Imperf Pl P2 => ca_ + "evate" ; - Indi Imperf Pl P3 => ca_ + "evano" ; - Pass Sg P1 => ca_ + "di" ; - Pass Sg P2 => ca_ + "esti" ; - Pass Sg P3 => ca_ + "de" ; - Pass Pl P1 => ca_ + "emmo" ; - Pass Pl P2 => ca_ + "este" ; - Pass Pl P3 => ca_ + "dero" ; - Fut Sg P1 => ca_ + "rò" ; - Fut Sg P2 => ca_ + "rai" ; - Fut Sg P3 => ca_ + "rà" ; - Fut Pl P1 => ca_ + "remo" ; - Fut Pl P2 => ca_ + "rete" ; - Fut Pl P3 => ca_ + "ranno" ; + 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" ; - Cong Imperf Sg P2 => ca_ + "essi" ; - Cong Imperf Sg P3 => ca_ + "esse" ; - Cong Imperf Pl P1 => ca_ + "essimo" ; - Cong Imperf Pl P2 => ca_ + "este" ; - Cong Imperf Pl P3 => ca_ + "essero" ; - Cond Sg P1 => ca_ + "rei" ; - Cond Sg P2 => ca_ + "resti" ; - Cond Sg P3 => ca_ + "rebbe" ; - Cond Pl P1 => ca_ + "remmo" ; - Cond Pl P2 => ca_ + "reste" ; - Cond Pl P3 => ca_ + "rebbero" ; + 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" ; @@ -1631,42 +1631,42 @@ oper chiedere_29 : Str -> Verbo = \chiedere -> Indi Pres Pl P1 => chie_ + "diamo" ; Indi Pres Pl P2 => chie_ + "dete" ; Indi Pres Pl P3 => chie_ + "dono" ; - Indi Imperf Sg P1 => chie_ + "devo" ; - Indi Imperf Sg P2 => chie_ + "devi" ; - Indi Imperf Sg P3 => chie_ + "deva" ; - Indi Imperf Pl P1 => chie_ + "devamo" ; - Indi Imperf Pl P2 => chie_ + "devate" ; - Indi Imperf Pl P3 => chie_ + "devano" ; - Pass Sg P1 => chie_ + "si" ; - Pass Sg P2 => chie_ + "desti" ; - Pass Sg P3 => chie_ + "se" ; - Pass Pl P1 => chie_ + "demmo" ; - Pass Pl P2 => chie_ + "deste" ; - Pass Pl P3 => chie_ + "sero" ; - Fut Sg P1 => chie_ + "derò" ; - Fut Sg P2 => chie_ + "derai" ; - Fut Sg P3 => chie_ + "derà" ; - Fut Pl P1 => chie_ + "deremo" ; - Fut Pl P2 => chie_ + "derete" ; - Fut Pl P3 => chie_ + "deranno" ; + 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" ; - Cong Imperf Sg P2 => chie_ + "dessi" ; - Cong Imperf Sg P3 => chie_ + "desse" ; - Cong Imperf Pl P1 => chie_ + "dessimo" ; - Cong Imperf Pl P2 => chie_ + "deste" ; - Cong Imperf Pl P3 => chie_ + "dessero" ; - Cond Sg P1 => chie_ + "derei" ; - Cond Sg P2 => chie_ + "deresti" ; - Cond Sg P3 => chie_ + "derebbe" ; - Cond Pl P1 => chie_ + "deremmo" ; - Cond Pl P2 => chie_ + "dereste" ; - Cond Pl P3 => chie_ + "derebbero" ; + 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" ; @@ -1693,42 +1693,42 @@ oper chiudere_30 : Str -> Verbo = \chiudere -> Indi Pres Pl P1 => chiu_ + "diamo" ; Indi Pres Pl P2 => chiu_ + "dete" ; Indi Pres Pl P3 => chiu_ + "dono" ; - Indi Imperf Sg P1 => chiu_ + "devo" ; - Indi Imperf Sg P2 => chiu_ + "devi" ; - Indi Imperf Sg P3 => chiu_ + "deva" ; - Indi Imperf Pl P1 => chiu_ + "devamo" ; - Indi Imperf Pl P2 => chiu_ + "devate" ; - Indi Imperf Pl P3 => chiu_ + "devano" ; - Pass Sg P1 => chiu_ + "si" ; - Pass Sg P2 => chiu_ + "desti" ; - Pass Sg P3 => chiu_ + "se" ; - Pass Pl P1 => chiu_ + "demmo" ; - Pass Pl P2 => chiu_ + "deste" ; - Pass Pl P3 => chiu_ + "sero" ; - Fut Sg P1 => chiu_ + "derò" ; - Fut Sg P2 => chiu_ + "derai" ; - Fut Sg P3 => chiu_ + "derà" ; - Fut Pl P1 => chiu_ + "deremo" ; - Fut Pl P2 => chiu_ + "derete" ; - Fut Pl P3 => chiu_ + "deranno" ; + 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" ; - Cong Imperf Sg P2 => chiu_ + "dessi" ; - Cong Imperf Sg P3 => chiu_ + "desse" ; - Cong Imperf Pl P1 => chiu_ + "dessimo" ; - Cong Imperf Pl P2 => chiu_ + "deste" ; - Cong Imperf Pl P3 => chiu_ + "dessero" ; - Cond Sg P1 => chiu_ + "derei" ; - Cond Sg P2 => chiu_ + "deresti" ; - Cond Sg P3 => chiu_ + "derebbe" ; - Cond Pl P1 => chiu_ + "deremmo" ; - Cond Pl P2 => chiu_ + "dereste" ; - Cond Pl P3 => chiu_ + "derebbero" ; + 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" ; @@ -1755,42 +1755,42 @@ oper cingere_31 : Str -> Verbo = \cingere -> Indi Pres Pl P1 => cin_ + "giamo" ; Indi Pres Pl P2 => cin_ + "gete" ; Indi Pres Pl P3 => cin_ + "gono" ; - Indi Imperf Sg P1 => cin_ + "gevo" ; - Indi Imperf Sg P2 => cin_ + "gevi" ; - Indi Imperf Sg P3 => cin_ + "geva" ; - Indi Imperf Pl P1 => cin_ + "gevamo" ; - Indi Imperf Pl P2 => cin_ + "gevate" ; - Indi Imperf Pl P3 => cin_ + "gevano" ; - Pass Sg P1 => cin_ + "si" ; - Pass Sg P2 => cin_ + "gesti" ; - Pass Sg P3 => cin_ + "se" ; - Pass Pl P1 => cin_ + "gemmo" ; - Pass Pl P2 => cin_ + "geste" ; - Pass Pl P3 => cin_ + "sero" ; - Fut Sg P1 => cin_ + "gerò" ; - Fut Sg P2 => cin_ + "gerai" ; - Fut Sg P3 => cin_ + "gerà" ; - Fut Pl P1 => cin_ + "geremo" ; - Fut Pl P2 => cin_ + "gerete" ; - Fut Pl P3 => cin_ + "geranno" ; + 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" ; - Cong Imperf Sg P2 => cin_ + "gessi" ; - Cong Imperf Sg P3 => cin_ + "gesse" ; - Cong Imperf Pl P1 => cin_ + "gessimo" ; - Cong Imperf Pl P2 => cin_ + "geste" ; - Cong Imperf Pl P3 => cin_ + "gessero" ; - Cond Sg P1 => cin_ + "gerei" ; - Cond Sg P2 => cin_ + "geresti" ; - Cond Sg P3 => cin_ + "gerebbe" ; - Cond Pl P1 => cin_ + "geremmo" ; - Cond Pl P2 => cin_ + "gereste" ; - Cond Pl P3 => cin_ + "gerebbero" ; + 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" ; @@ -1817,42 +1817,42 @@ oper cogliere_32 : Str -> Verbo = \cogliere -> Indi Pres Pl P1 => co_ + "gliamo" ; Indi Pres Pl P2 => co_ + "gliete" ; Indi Pres Pl P3 => co_ + "lgono" ; - Indi Imperf Sg P1 => co_ + "glievo" ; - Indi Imperf Sg P2 => co_ + "glievi" ; - Indi Imperf Sg P3 => co_ + "glieva" ; - Indi Imperf Pl P1 => co_ + "glievamo" ; - Indi Imperf Pl P2 => co_ + "glievate" ; - Indi Imperf Pl P3 => co_ + "glievano" ; - Pass Sg P1 => co_ + "lsi" ; - Pass Sg P2 => co_ + "gliesti" ; - Pass Sg P3 => co_ + "lse" ; - Pass Pl P1 => co_ + "gliemmo" ; - Pass Pl P2 => co_ + "glieste" ; - Pass Pl P3 => co_ + "lsero" ; - Fut Sg P1 => co_ + "glierò" ; - Fut Sg P2 => co_ + "glierai" ; - Fut Sg P3 => co_ + "glierà" ; - Fut Pl P1 => co_ + "glieremo" ; - Fut Pl P2 => co_ + "glierete" ; - Fut Pl P3 => co_ + "glieranno" ; + 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" ; - Cong Imperf Sg P2 => co_ + "gliessi" ; - Cong Imperf Sg P3 => co_ + "gliesse" ; - Cong Imperf Pl P1 => co_ + "gliessimo" ; - Cong Imperf Pl P2 => co_ + "glieste" ; - Cong Imperf Pl P3 => co_ + "gliessero" ; - Cond Sg P1 => co_ + "glierei" ; - Cond Sg P2 => co_ + "glieresti" ; - Cond Sg P3 => co_ + "glierebbe" ; - Cond Pl P1 => co_ + "glieremmo" ; - Cond Pl P2 => co_ + "gliereste" ; - Cond Pl P3 => co_ + "glierebbero" ; + 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" ; @@ -1879,42 +1879,42 @@ oper compiere_33 : Str -> Verbo = \compiere -> Indi Pres Pl P1 => compi_ + "amo" ; Indi Pres Pl P2 => compi_ + "te" ; Indi Pres Pl P3 => compi_ + "ono" ; - Indi Imperf Sg P1 => compi_ + "evo" ; - Indi Imperf Sg P2 => compi_ + "evi" ; - Indi Imperf Sg P3 => compi_ + "eva" ; - Indi Imperf Pl P1 => compi_ + "evamo" ; - Indi Imperf Pl P2 => compi_ + "evate" ; - Indi Imperf Pl P3 => compi_ + "evano" ; - Pass Sg P1 => compi_ + "ei" ; - Pass Sg P2 => compi_ + "esti" ; - Pass Sg P3 => compi_ + "é" ; - Pass Pl P1 => compi_ + "emmo" ; - Pass Pl P2 => compi_ + "este" ; - Pass Pl P3 => compi_ + "erono" ; - Fut Sg P1 => compi_ + "rò" ; - Fut Sg P2 => compi_ + "rai" ; - Fut Sg P3 => compi_ + "rà" ; - Fut Pl P1 => compi_ + "remo" ; - Fut Pl P2 => compi_ + "rete" ; - Fut Pl P3 => compi_ + "ranno" ; + 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" ; - Cong Imperf Sg P2 => compi_ + "essi" ; - Cong Imperf Sg P3 => compi_ + "esse" ; - Cong Imperf Pl P1 => compi_ + "essimo" ; - Cong Imperf Pl P2 => compi_ + "este" ; - Cong Imperf Pl P3 => compi_ + "essero" ; - Cond Sg P1 => compi_ + "rei" ; - Cond Sg P2 => compi_ + "resti" ; - Cond Sg P3 => compi_ + "rebbe" ; - Cond Pl P1 => compi_ + "remmo" ; - Cond Pl P2 => compi_ + "reste" ; - Cond Pl P3 => compi_ + "rebbero" ; + 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" ; @@ -1941,42 +1941,42 @@ oper compire_33b : Str -> Verbo = \cire -> Indi Pres Pl P1 => c_ + "iamo" ; Indi Pres Pl P2 => c_ + "ite" ; Indi Pres Pl P3 => c_ + "iscono" ; - Indi Imperf Sg P1 => c_ + "ivo" ; - Indi Imperf Sg P2 => c_ + "ivi" ; - Indi Imperf Sg P3 => c_ + "iva" ; - Indi Imperf Pl P1 => c_ + "ivamo" ; - Indi Imperf Pl P2 => c_ + "ivate" ; - Indi Imperf Pl P3 => c_ + "ivano" ; - Pass Sg P1 => c_ + "ii" ; - Pass Sg P2 => c_ + "isti" ; - Pass Sg P3 => c_ + "ì" ; - Pass Pl P1 => c_ + "immo" ; - Pass Pl P2 => c_ + "iste" ; - Pass Pl P3 => c_ + "irono" ; - Fut Sg P1 => c_ + "irò" ; - Fut Sg P2 => c_ + "irai" ; - Fut Sg P3 => c_ + "irà" ; - Fut Pl P1 => c_ + "iremo" ; - Fut Pl P2 => c_ + "irete" ; - Fut Pl P3 => c_ + "iranno" ; + 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" ; - Cong Imperf Sg P2 => c_ + "issi" ; - Cong Imperf Sg P3 => c_ + "isse" ; - Cong Imperf Pl P1 => c_ + "issimo" ; - Cong Imperf Pl P2 => c_ + "iste" ; - Cong Imperf Pl P3 => c_ + "issero" ; - Cond Sg P1 => c_ + "irei" ; - Cond Sg P2 => c_ + "iresti" ; - Cond Sg P3 => c_ + "irebbe" ; - Cond Pl P1 => c_ + "iremmo" ; - Cond Pl P2 => c_ + "ireste" ; - Cond Pl P3 => c_ + "irebbero" ; + 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" ; @@ -2003,42 +2003,42 @@ oper comprimere_34 : Str -> Verbo = \comprimere -> Indi Pres Pl P1 => compr_ + "imiamo" ; Indi Pres Pl P2 => compr_ + "imete" ; Indi Pres Pl P3 => compr_ + "imono" ; - Indi Imperf Sg P1 => compr_ + "imevo" ; - Indi Imperf Sg P2 => compr_ + "imevi" ; - Indi Imperf Sg P3 => compr_ + "imeva" ; - Indi Imperf Pl P1 => compr_ + "imevamo" ; - Indi Imperf Pl P2 => compr_ + "imevate" ; - Indi Imperf Pl P3 => compr_ + "imevano" ; - Pass Sg P1 => compr_ + "essi" ; - Pass Sg P2 => compr_ + "imesti" ; - Pass Sg P3 => compr_ + "esse" ; - Pass Pl P1 => compr_ + "imemmo" ; - Pass Pl P2 => compr_ + "imeste" ; - Pass Pl P3 => compr_ + "essero" ; - Fut Sg P1 => compr_ + "imerò" ; - Fut Sg P2 => compr_ + "imerai" ; - Fut Sg P3 => compr_ + "imerà" ; - Fut Pl P1 => compr_ + "imeremo" ; - Fut Pl P2 => compr_ + "imerete" ; - Fut Pl P3 => compr_ + "imeranno" ; + 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" ; - Cong Imperf Sg P2 => compr_ + "imessi" ; - Cong Imperf Sg P3 => compr_ + "imesse" ; - Cong Imperf Pl P1 => compr_ + "imessimo" ; - Cong Imperf Pl P2 => compr_ + "imeste" ; - Cong Imperf Pl P3 => compr_ + "imessero" ; - Cond Sg P1 => compr_ + "imerei" ; - Cond Sg P2 => compr_ + "imeresti" ; - Cond Sg P3 => compr_ + "imerebbe" ; - Cond Pl P1 => compr_ + "imeremmo" ; - Cond Pl P2 => compr_ + "imereste" ; - Cond Pl P3 => compr_ + "imerebbero" ; + 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" ; @@ -2065,42 +2065,42 @@ oper concedere_35 : Str -> Verbo = \concedere -> Indi Pres Pl P1 => conce_ + "diamo" ; Indi Pres Pl P2 => conce_ + "dete" ; Indi Pres Pl P3 => conce_ + "dono" ; - Indi Imperf Sg P1 => conce_ + "devo" ; - Indi Imperf Sg P2 => conce_ + "devi" ; - Indi Imperf Sg P3 => conce_ + "deva" ; - Indi Imperf Pl P1 => conce_ + "devamo" ; - Indi Imperf Pl P2 => conce_ + "devate" ; - Indi Imperf Pl P3 => conce_ + "devano" ; - Pass Sg P1 => conce_ + "ssi" ; - Pass Sg P2 => conce_ + "desti" ; - Pass Sg P3 => conce_ + "sse" ; - Pass Pl P1 => conce_ + "demmo" ; - Pass Pl P2 => conce_ + "deste" ; - Pass Pl P3 => conce_ + "ssero" ; - Fut Sg P1 => conce_ + "derò" ; - Fut Sg P2 => conce_ + "derai" ; - Fut Sg P3 => conce_ + "derà" ; - Fut Pl P1 => conce_ + "deremo" ; - Fut Pl P2 => conce_ + "derete" ; - Fut Pl P3 => conce_ + "deranno" ; + 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" ; - Cong Imperf Sg P2 => conce_ + "dessi" ; - Cong Imperf Sg P3 => conce_ + "desse" ; - Cong Imperf Pl P1 => conce_ + "dessimo" ; - Cong Imperf Pl P2 => conce_ + "deste" ; - Cong Imperf Pl P3 => conce_ + "dessero" ; - Cond Sg P1 => conce_ + "derei" ; - Cond Sg P2 => conce_ + "deresti" ; - Cond Sg P3 => conce_ + "derebbe" ; - Cond Pl P1 => conce_ + "deremmo" ; - Cond Pl P2 => conce_ + "dereste" ; - Cond Pl P3 => conce_ + "derebbero" ; + 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" ; @@ -2127,42 +2127,42 @@ oper condurre_36 : Str -> Verbo = \condurre -> Indi Pres Pl P1 => cond_ + "uciamo" ; Indi Pres Pl P2 => cond_ + "ucete" ; Indi Pres Pl P3 => cond_ + "ucono" ; - Indi Imperf Sg P1 => cond_ + "ucevo" ; - Indi Imperf Sg P2 => cond_ + "ucevi" ; - Indi Imperf Sg P3 => cond_ + "uceva" ; - Indi Imperf Pl P1 => cond_ + "ucevamo" ; - Indi Imperf Pl P2 => cond_ + "ucevate" ; - Indi Imperf Pl P3 => cond_ + "ucevano" ; - Pass Sg P1 => cond_ + "ussi" ; - Pass Sg P2 => cond_ + "ucesti" ; - Pass Sg P3 => cond_ + "usse" ; - Pass Pl P1 => cond_ + "ucemmo" ; - Pass Pl P2 => cond_ + "uceste" ; - Pass Pl P3 => cond_ + "ussero" ; - Fut Sg P1 => cond_ + "urrò" ; - Fut Sg P2 => cond_ + "urrai" ; - Fut Sg P3 => cond_ + "urrà" ; - Fut Pl P1 => cond_ + "urremo" ; - Fut Pl P2 => cond_ + "urrete" ; - Fut Pl P3 => cond_ + "urranno" ; + 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" ; - Cong Imperf Sg P2 => cond_ + "ucessi" ; - Cong Imperf Sg P3 => cond_ + "ucesse" ; - Cong Imperf Pl P1 => cond_ + "ucessimo" ; - Cong Imperf Pl P2 => cond_ + "uceste" ; - Cong Imperf Pl P3 => cond_ + "ucessero" ; - Cond Sg P1 => cond_ + "urrei" ; - Cond Sg P2 => cond_ + "urresti" ; - Cond Sg P3 => cond_ + "urrebbe" ; - Cond Pl P1 => cond_ + "urremmo" ; - Cond Pl P2 => cond_ + "urreste" ; - Cond Pl P3 => cond_ + "urrebbero" ; + 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" ; @@ -2189,42 +2189,42 @@ oper conoscere_37 : Str -> Verbo = \conoscere -> Indi Pres Pl P1 => cono_ + "sciamo" ; Indi Pres Pl P2 => cono_ + "scete" ; Indi Pres Pl P3 => cono_ + "scono" ; - Indi Imperf Sg P1 => cono_ + "scevo" ; - Indi Imperf Sg P2 => cono_ + "scevi" ; - Indi Imperf Sg P3 => cono_ + "sceva" ; - Indi Imperf Pl P1 => cono_ + "scevamo" ; - Indi Imperf Pl P2 => cono_ + "scevate" ; - Indi Imperf Pl P3 => cono_ + "scevano" ; - Pass Sg P1 => cono_ + "bbi" ; - Pass Sg P2 => cono_ + "scesti" ; - Pass Sg P3 => cono_ + "bbe" ; - Pass Pl P1 => cono_ + "scemmo" ; - Pass Pl P2 => cono_ + "sceste" ; - Pass Pl P3 => cono_ + "bbero" ; - Fut Sg P1 => cono_ + "scerò" ; - Fut Sg P2 => cono_ + "scerai" ; - Fut Sg P3 => cono_ + "scerà" ; - Fut Pl P1 => cono_ + "sceremo" ; - Fut Pl P2 => cono_ + "scerete" ; - Fut Pl P3 => cono_ + "sceranno" ; + 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" ; - Cong Imperf Sg P2 => cono_ + "scessi" ; - Cong Imperf Sg P3 => cono_ + "scesse" ; - Cong Imperf Pl P1 => cono_ + "scessimo" ; - Cong Imperf Pl P2 => cono_ + "sceste" ; - Cong Imperf Pl P3 => cono_ + "scessero" ; - Cond Sg P1 => cono_ + "scerei" ; - Cond Sg P2 => cono_ + "sceresti" ; - Cond Sg P3 => cono_ + "scerebbe" ; - Cond Pl P1 => cono_ + "sceremmo" ; - Cond Pl P2 => cono_ + "scereste" ; - Cond Pl P3 => cono_ + "scerebbero" ; + 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" ; @@ -2251,42 +2251,42 @@ oper correre_38 : Str -> Verbo = \correre -> Indi Pres Pl P1 => cor_ + "riamo" ; Indi Pres Pl P2 => cor_ + "rete" ; Indi Pres Pl P3 => cor_ + "rono" ; - Indi Imperf Sg P1 => cor_ + "revo" ; - Indi Imperf Sg P2 => cor_ + "revi" ; - Indi Imperf Sg P3 => cor_ + "reva" ; - Indi Imperf Pl P1 => cor_ + "revamo" ; - Indi Imperf Pl P2 => cor_ + "revate" ; - Indi Imperf Pl P3 => cor_ + "revano" ; - Pass Sg P1 => cor_ + "si" ; - Pass Sg P2 => cor_ + "resti" ; - Pass Sg P3 => cor_ + "se" ; - Pass Pl P1 => cor_ + "remmo" ; - Pass Pl P2 => cor_ + "reste" ; - Pass Pl P3 => cor_ + "sero" ; - Fut Sg P1 => cor_ + "rerò" ; - Fut Sg P2 => cor_ + "rerai" ; - Fut Sg P3 => cor_ + "rerà" ; - Fut Pl P1 => cor_ + "reremo" ; - Fut Pl P2 => cor_ + "rerete" ; - Fut Pl P3 => cor_ + "reranno" ; + 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" ; - Cong Imperf Sg P2 => cor_ + "ressi" ; - Cong Imperf Sg P3 => cor_ + "resse" ; - Cong Imperf Pl P1 => cor_ + "ressimo" ; - Cong Imperf Pl P2 => cor_ + "reste" ; - Cong Imperf Pl P3 => cor_ + "ressero" ; - Cond Sg P1 => cor_ + "rerei" ; - Cond Sg P2 => cor_ + "reresti" ; - Cond Sg P3 => cor_ + "rerebbe" ; - Cond Pl P1 => cor_ + "reremmo" ; - Cond Pl P2 => cor_ + "rereste" ; - Cond Pl P3 => cor_ + "rerebbero" ; + 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" ; @@ -2313,42 +2313,42 @@ oper crescere_39 : Str -> Verbo = \crescere -> Indi Pres Pl P1 => cre_ + "sciamo" ; Indi Pres Pl P2 => cre_ + "scete" ; Indi Pres Pl P3 => cre_ + "scono" ; - Indi Imperf Sg P1 => cre_ + "scevo" ; - Indi Imperf Sg P2 => cre_ + "scevi" ; - Indi Imperf Sg P3 => cre_ + "sceva" ; - Indi Imperf Pl P1 => cre_ + "scevamo" ; - Indi Imperf Pl P2 => cre_ + "scevate" ; - Indi Imperf Pl P3 => cre_ + "scevano" ; - Pass Sg P1 => cre_ + "bbi" ; - Pass Sg P2 => cre_ + "scesti" ; - Pass Sg P3 => cre_ + "bbe" ; - Pass Pl P1 => cre_ + "scemmo" ; - Pass Pl P2 => cre_ + "sceste" ; - Pass Pl P3 => cre_ + "bbero" ; - Fut Sg P1 => cre_ + "scerò" ; - Fut Sg P2 => cre_ + "scerai" ; - Fut Sg P3 => cre_ + "scerà" ; - Fut Pl P1 => cre_ + "sceremo" ; - Fut Pl P2 => cre_ + "scerete" ; - Fut Pl P3 => cre_ + "sceranno" ; + 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" ; - Cong Imperf Sg P2 => cre_ + "scessi" ; - Cong Imperf Sg P3 => cre_ + "scesse" ; - Cong Imperf Pl P1 => cre_ + "scessimo" ; - Cong Imperf Pl P2 => cre_ + "sceste" ; - Cong Imperf Pl P3 => cre_ + "scessero" ; - Cond Sg P1 => cre_ + "scerei" ; - Cond Sg P2 => cre_ + "sceresti" ; - Cond Sg P3 => cre_ + "scerebbe" ; - Cond Pl P1 => cre_ + "sceremmo" ; - Cond Pl P2 => cre_ + "scereste" ; - Cond Pl P3 => cre_ + "scerebbero" ; + 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" ; @@ -2375,42 +2375,42 @@ oper cuocere_40 : Str -> Verbo = \cuocere -> Indi Pres Pl P1 => c_ + "uociamo" ; Indi Pres Pl P2 => c_ + "uocete" ; Indi Pres Pl P3 => c_ + "uociono" ; - Indi Imperf Sg P1 => c_ + "uocevo" ; - Indi Imperf Sg P2 => c_ + "uocevi" ; - Indi Imperf Sg P3 => c_ + "uoceva" ; - Indi Imperf Pl P1 => c_ + "uocevamo" ; - Indi Imperf Pl P2 => c_ + "uocevate" ; - Indi Imperf Pl P3 => c_ + "uocevano" ; - Pass Sg P1 => c_ + "ossi" ; - Pass Sg P2 => c_ + "uocesti" ; - Pass Sg P3 => c_ + "osse" ; - Pass Pl P1 => c_ + "uocemmo" ; - Pass Pl P2 => c_ + "uoceste" ; - Pass Pl P3 => c_ + "ossero" ; - Fut Sg P1 => c_ + "uocerò" ; - Fut Sg P2 => c_ + "uocerai" ; - Fut Sg P3 => c_ + "uocerà" ; - Fut Pl P1 => c_ + "uoceremo" ; - Fut Pl P2 => c_ + "uocerete" ; - Fut Pl P3 => c_ + "uoceranno" ; + 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" ; - Cong Imperf Sg P2 => c_ + "uocessi" ; - Cong Imperf Sg P3 => c_ + "uocesse" ; - Cong Imperf Pl P1 => c_ + "uocessimo" ; - Cong Imperf Pl P2 => c_ + "uoceste" ; - Cong Imperf Pl P3 => c_ + "uocessero" ; - Cond Sg P1 => c_ + "uocerei" ; - Cond Sg P2 => c_ + "uoceresti" ; - Cond Sg P3 => c_ + "uocerebbe" ; - Cond Pl P1 => c_ + "uoceremmo" ; - Cond Pl P2 => c_ + "uocereste" ; - Cond Pl P3 => c_ + "uocerebbero" ; + 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" ; @@ -2437,42 +2437,42 @@ oper dire_41 : Str -> Verbo = \dire -> Indi Pres Pl P1 => d_ + "iciamo" ; Indi Pres Pl P2 => d_ + "ite" ; Indi Pres Pl P3 => d_ + "icono" ; - Indi Imperf Sg P1 => d_ + "icevo" ; - Indi Imperf Sg P2 => d_ + "icevi" ; - Indi Imperf Sg P3 => d_ + "iceva" ; - Indi Imperf Pl P1 => d_ + "icevamo" ; - Indi Imperf Pl P2 => d_ + "icevate" ; - Indi Imperf Pl P3 => d_ + "icevano" ; - Pass Sg P1 => d_ + "issi" ; - Pass Sg P2 => d_ + "icesti" ; - Pass Sg P3 => d_ + "isse" ; - Pass Pl P1 => d_ + "icemmo" ; - Pass Pl P2 => d_ + "iceste" ; - Pass Pl P3 => d_ + "issero" ; - Fut Sg P1 => d_ + "irò" ; - Fut Sg P2 => d_ + "irai" ; - Fut Sg P3 => d_ + "irà" ; - Fut Pl P1 => d_ + "iremo" ; - Fut Pl P2 => d_ + "irete" ; - Fut Pl P3 => d_ + "iranno" ; + 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" ; - Cong Imperf Sg P2 => d_ + "icessi" ; - Cong Imperf Sg P3 => d_ + "icesse" ; - Cong Imperf Pl P1 => d_ + "icessimo" ; - Cong Imperf Pl P2 => d_ + "iceste" ; - Cong Imperf Pl P3 => d_ + "icessero" ; - Cond Sg P1 => d_ + "irei" ; - Cond Sg P2 => d_ + "iresti" ; - Cond Sg P3 => d_ + "irebbe" ; - Cond Pl P1 => d_ + "iremmo" ; - Cond Pl P2 => d_ + "ireste" ; - Cond Pl P3 => d_ + "irebbero" ; + 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" ; @@ -2499,42 +2499,42 @@ oper dirigere_42 : Str -> Verbo = \dirigere -> Indi Pres Pl P1 => dir_ + "igiamo" ; Indi Pres Pl P2 => dir_ + "igete" ; Indi Pres Pl P3 => dir_ + "igono" ; - Indi Imperf Sg P1 => dir_ + "igevo" ; - Indi Imperf Sg P2 => dir_ + "igevi" ; - Indi Imperf Sg P3 => dir_ + "igeva" ; - Indi Imperf Pl P1 => dir_ + "igevamo" ; - Indi Imperf Pl P2 => dir_ + "igevate" ; - Indi Imperf Pl P3 => dir_ + "igevano" ; - Pass Sg P1 => dir_ + "essi" ; - Pass Sg P2 => dir_ + "igesti" ; - Pass Sg P3 => dir_ + "esse" ; - Pass Pl P1 => dir_ + "igemmo" ; - Pass Pl P2 => dir_ + "igeste" ; - Pass Pl P3 => dir_ + "essero" ; - Fut Sg P1 => dir_ + "igerò" ; - Fut Sg P2 => dir_ + "igerai" ; - Fut Sg P3 => dir_ + "igerà" ; - Fut Pl P1 => dir_ + "igeremo" ; - Fut Pl P2 => dir_ + "igerete" ; - Fut Pl P3 => dir_ + "igeranno" ; + 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" ; - Cong Imperf Sg P2 => dir_ + "igessi" ; - Cong Imperf Sg P3 => dir_ + "igesse" ; - Cong Imperf Pl P1 => dir_ + "igessimo" ; - Cong Imperf Pl P2 => dir_ + "igeste" ; - Cong Imperf Pl P3 => dir_ + "igessero" ; - Cond Sg P1 => dir_ + "igerei" ; - Cond Sg P2 => dir_ + "igeresti" ; - Cond Sg P3 => dir_ + "igerebbe" ; - Cond Pl P1 => dir_ + "igeremmo" ; - Cond Pl P2 => dir_ + "igereste" ; - Cond Pl P3 => dir_ + "igerebbero" ; + 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" ; @@ -2561,42 +2561,42 @@ oper discutere_43 : Str -> Verbo = \discutere -> Indi Pres Pl P1 => discu_ + "tiamo" ; Indi Pres Pl P2 => discu_ + "tete" ; Indi Pres Pl P3 => discu_ + "tono" ; - Indi Imperf Sg P1 => discu_ + "tevo" ; - Indi Imperf Sg P2 => discu_ + "tevi" ; - Indi Imperf Sg P3 => discu_ + "teva" ; - Indi Imperf Pl P1 => discu_ + "tevamo" ; - Indi Imperf Pl P2 => discu_ + "tevate" ; - Indi Imperf Pl P3 => discu_ + "tevano" ; - Pass Sg P1 => discu_ + "ssi" ; - Pass Sg P2 => discu_ + "testi" ; - Pass Sg P3 => discu_ + "sse" ; - Pass Pl P1 => discu_ + "temmo" ; - Pass Pl P2 => discu_ + "teste" ; - Pass Pl P3 => discu_ + "ssero" ; - Fut Sg P1 => discu_ + "terò" ; - Fut Sg P2 => discu_ + "terai" ; - Fut Sg P3 => discu_ + "terà" ; - Fut Pl P1 => discu_ + "teremo" ; - Fut Pl P2 => discu_ + "terete" ; - Fut Pl P3 => discu_ + "teranno" ; + 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" ; - Cong Imperf Sg P2 => discu_ + "tessi" ; - Cong Imperf Sg P3 => discu_ + "tesse" ; - Cong Imperf Pl P1 => discu_ + "tessimo" ; - Cong Imperf Pl P2 => discu_ + "teste" ; - Cong Imperf Pl P3 => discu_ + "tessero" ; - Cond Sg P1 => discu_ + "terei" ; - Cond Sg P2 => discu_ + "teresti" ; - Cond Sg P3 => discu_ + "terebbe" ; - Cond Pl P1 => discu_ + "teremmo" ; - Cond Pl P2 => discu_ + "tereste" ; - Cond Pl P3 => discu_ + "terebbero" ; + 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" ; @@ -2623,42 +2623,42 @@ oper distinguere_44 : Str -> Verbo = \distinguere -> Indi Pres Pl P1 => distin_ + "guiamo" ; Indi Pres Pl P2 => distin_ + "guete" ; Indi Pres Pl P3 => distin_ + "guono" ; - Indi Imperf Sg P1 => distin_ + "guevo" ; - Indi Imperf Sg P2 => distin_ + "guevi" ; - Indi Imperf Sg P3 => distin_ + "gueva" ; - Indi Imperf Pl P1 => distin_ + "guevamo" ; - Indi Imperf Pl P2 => distin_ + "guevate" ; - Indi Imperf Pl P3 => distin_ + "guevano" ; - Pass Sg P1 => distin_ + "si" ; - Pass Sg P2 => distin_ + "guesti" ; - Pass Sg P3 => distin_ + "se" ; - Pass Pl P1 => distin_ + "guemmo" ; - Pass Pl P2 => distin_ + "gueste" ; - Pass Pl P3 => distin_ + "sero" ; - Fut Sg P1 => distin_ + "guerò" ; - Fut Sg P2 => distin_ + "guerai" ; - Fut Sg P3 => distin_ + "guerà" ; - Fut Pl P1 => distin_ + "gueremo" ; - Fut Pl P2 => distin_ + "guerete" ; - Fut Pl P3 => distin_ + "gueranno" ; + 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" ; - Cong Imperf Sg P2 => distin_ + "guessi" ; - Cong Imperf Sg P3 => distin_ + "guesse" ; - Cong Imperf Pl P1 => distin_ + "guessimo" ; - Cong Imperf Pl P2 => distin_ + "gueste" ; - Cong Imperf Pl P3 => distin_ + "guessero" ; - Cond Sg P1 => distin_ + "guerei" ; - Cond Sg P2 => distin_ + "gueresti" ; - Cond Sg P3 => distin_ + "guerebbe" ; - Cond Pl P1 => distin_ + "gueremmo" ; - Cond Pl P2 => distin_ + "guereste" ; - Cond Pl P3 => distin_ + "guerebbero" ; + 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" ; @@ -2685,42 +2685,42 @@ oper distruggere_45 : Str -> Verbo = \distruggere -> Indi Pres Pl P1 => distru_ + "ggiamo" ; Indi Pres Pl P2 => distru_ + "ggete" ; Indi Pres Pl P3 => distru_ + "ggono" ; - Indi Imperf Sg P1 => distru_ + "ggevo" ; - Indi Imperf Sg P2 => distru_ + "ggevi" ; - Indi Imperf Sg P3 => distru_ + "ggeva" ; - Indi Imperf Pl P1 => distru_ + "ggevamo" ; - Indi Imperf Pl P2 => distru_ + "ggevate" ; - Indi Imperf Pl P3 => distru_ + "ggevano" ; - Pass Sg P1 => distru_ + "ssi" ; - Pass Sg P2 => distru_ + "ggesti" ; - Pass Sg P3 => distru_ + "sse" ; - Pass Pl P1 => distru_ + "ggemmo" ; - Pass Pl P2 => distru_ + "ggeste" ; - Pass Pl P3 => distru_ + "ssero" ; - Fut Sg P1 => distru_ + "ggerò" ; - Fut Sg P2 => distru_ + "ggerai" ; - Fut Sg P3 => distru_ + "ggerà" ; - Fut Pl P1 => distru_ + "ggeremo" ; - Fut Pl P2 => distru_ + "ggerete" ; - Fut Pl P3 => distru_ + "ggeranno" ; + 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" ; - Cong Imperf Sg P2 => distru_ + "ggessi" ; - Cong Imperf Sg P3 => distru_ + "ggesse" ; - Cong Imperf Pl P1 => distru_ + "ggessimo" ; - Cong Imperf Pl P2 => distru_ + "ggeste" ; - Cong Imperf Pl P3 => distru_ + "ggessero" ; - Cond Sg P1 => distru_ + "ggerei" ; - Cond Sg P2 => distru_ + "ggeresti" ; - Cond Sg P3 => distru_ + "ggerebbe" ; - Cond Pl P1 => distru_ + "ggeremmo" ; - Cond Pl P2 => distru_ + "ggereste" ; - Cond Pl P3 => distru_ + "ggerebbero" ; + 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" ; @@ -2747,42 +2747,42 @@ oper dolere_46 : Str -> Verbo = \dolere -> Indi Pres Pl P1 => d_ + "oliamo" ; Indi Pres Pl P2 => d_ + "olete" ; Indi Pres Pl P3 => d_ + "olgono" ; - Indi Imperf Sg P1 => d_ + "olevo" ; - Indi Imperf Sg P2 => d_ + "olevi" ; - Indi Imperf Sg P3 => d_ + "oleva" ; - Indi Imperf Pl P1 => d_ + "olevamo" ; - Indi Imperf Pl P2 => d_ + "olevate" ; - Indi Imperf Pl P3 => d_ + "olevano" ; - Pass Sg P1 => d_ + "olsi" ; - Pass Sg P2 => d_ + "olesti" ; - Pass Sg P3 => d_ + "olse" ; - Pass Pl P1 => d_ + "olemmo" ; - Pass Pl P2 => d_ + "oleste" ; - Pass Pl P3 => d_ + "olsero" ; - Fut Sg P1 => d_ + "orrò" ; - Fut Sg P2 => d_ + "orrai" ; - Fut Sg P3 => d_ + "orrà" ; - Fut Pl P1 => d_ + "orremo" ; - Fut Pl P2 => d_ + "orrete" ; - Fut Pl P3 => d_ + "orranno" ; + 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" ; - Cong Imperf Sg P2 => d_ + "olessi" ; - Cong Imperf Sg P3 => d_ + "olesse" ; - Cong Imperf Pl P1 => d_ + "olessimo" ; - Cong Imperf Pl P2 => d_ + "oleste" ; - Cong Imperf Pl P3 => d_ + "olessero" ; - Cond Sg P1 => d_ + "orrei" ; - Cond Sg P2 => d_ + "orresti" ; - Cond Sg P3 => d_ + "orrebbe" ; - Cond Pl P1 => d_ + "orremmo" ; - Cond Pl P2 => d_ + "orreste" ; - Cond Pl P3 => d_ + "orrebbero" ; + 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" ; @@ -2809,42 +2809,42 @@ oper dovere_47 : Str -> Verbo = \dovere -> 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" ; - Indi Imperf Sg P2 => d_ + "ovevi" ; - Indi Imperf Sg P3 => d_ + "oveva" ; - Indi Imperf Pl P1 => d_ + "ovevamo" ; - Indi Imperf Pl P2 => d_ + "ovevate" ; - Indi Imperf Pl P3 => d_ + "ovevano" ; - Pass Sg P1 => d_ + "ovetti" ; - Pass Sg P2 => d_ + "ovesti" ; - Pass Sg P3 => d_ + "ovette" ; - Pass Pl P1 => d_ + "ovemmo" ; - Pass Pl P2 => d_ + "oveste" ; - Pass Pl P3 => d_ + "ovettero" ; - Fut Sg P1 => d_ + "ovrò" ; - Fut Sg P2 => d_ + "ovrai" ; - Fut Sg P3 => d_ + "ovrà" ; - Fut Pl P1 => d_ + "ovremo" ; - Fut Pl P2 => d_ + "ovrete" ; - Fut Pl P3 => d_ + "ovranno" ; + 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" ; - Cong Imperf Sg P2 => d_ + "ovessi" ; - Cong Imperf Sg P3 => d_ + "ovesse" ; - Cong Imperf Pl P1 => d_ + "ovessimo" ; - Cong Imperf Pl P2 => d_ + "oveste" ; - Cong Imperf Pl P3 => d_ + "ovessero" ; - Cond Sg P1 => d_ + "ovrei" ; - Cond Sg P2 => d_ + "ovresti" ; - Cond Sg P3 => d_ + "ovrebbe" ; - Cond Pl P1 => d_ + "ovremmo" ; - Cond Pl P2 => d_ + "ovreste" ; - Cond Pl P3 => d_ + "ovrebbero" ; + 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 {} ; @@ -2871,42 +2871,42 @@ oper emergere_28 : Str -> Verbo = \emergere -> Indi Pres Pl P1 => emer_ + "giamo" ; Indi Pres Pl P2 => emer_ + "gete" ; Indi Pres Pl P3 => emer_ + "gono" ; - Indi Imperf Sg P1 => emer_ + "gevo" ; - Indi Imperf Sg P2 => emer_ + "gevi" ; - Indi Imperf Sg P3 => emer_ + "geva" ; - Indi Imperf Pl P1 => emer_ + "gevamo" ; - Indi Imperf Pl P2 => emer_ + "gevate" ; - Indi Imperf Pl P3 => emer_ + "gevano" ; - Pass Sg P1 => emer_ + "si" ; - Pass Sg P2 => emer_ + "gesti" ; - Pass Sg P3 => emer_ + "se" ; - Pass Pl P1 => emer_ + "gemmo" ; - Pass Pl P2 => emer_ + "geste" ; - Pass Pl P3 => emer_ + "sero" ; - Fut Sg P1 => emer_ + "gerò" ; - Fut Sg P2 => emer_ + "gerai" ; - Fut Sg P3 => emer_ + "gerà" ; - Fut Pl P1 => emer_ + "geremo" ; - Fut Pl P2 => emer_ + "gerete" ; - Fut Pl P3 => emer_ + "geranno" ; + 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" ; - Cong Imperf Sg P2 => emer_ + "gessi" ; - Cong Imperf Sg P3 => emer_ + "gesse" ; - Cong Imperf Pl P1 => emer_ + "gessimo" ; - Cong Imperf Pl P2 => emer_ + "geste" ; - Cong Imperf Pl P3 => emer_ + "gessero" ; - Cond Sg P1 => emer_ + "gerei" ; - Cond Sg P2 => emer_ + "geresti" ; - Cond Sg P3 => emer_ + "gerebbe" ; - Cond Pl P1 => emer_ + "geremmo" ; - Cond Pl P2 => emer_ + "gereste" ; - Cond Pl P3 => emer_ + "gerebbero" ; + 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" ; @@ -2933,42 +2933,42 @@ oper espandere_49 : Str -> Verbo = \espandere -> Indi Pres Pl P1 => espan_ + "diamo" ; Indi Pres Pl P2 => espan_ + "dete" ; Indi Pres Pl P3 => espan_ + "dono" ; - Indi Imperf Sg P1 => espan_ + "devo" ; - Indi Imperf Sg P2 => espan_ + "devi" ; - Indi Imperf Sg P3 => espan_ + "deva" ; - Indi Imperf Pl P1 => espan_ + "devamo" ; - Indi Imperf Pl P2 => espan_ + "devate" ; - Indi Imperf Pl P3 => espan_ + "devano" ; - Pass Sg P1 => espan_ + "si" ; - Pass Sg P2 => espan_ + "desti" ; - Pass Sg P3 => espan_ + "se" ; - Pass Pl P1 => espan_ + "demmo" ; - Pass Pl P2 => espan_ + "deste" ; - Pass Pl P3 => espan_ + "sero" ; - Fut Sg P1 => espan_ + "derò" ; - Fut Sg P2 => espan_ + "derai" ; - Fut Sg P3 => espan_ + "derà" ; - Fut Pl P1 => espan_ + "deremo" ; - Fut Pl P2 => espan_ + "derete" ; - Fut Pl P3 => espan_ + "deranno" ; + 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" ; - Cong Imperf Sg P2 => espan_ + "dessi" ; - Cong Imperf Sg P3 => espan_ + "desse" ; - Cong Imperf Pl P1 => espan_ + "dessimo" ; - Cong Imperf Pl P2 => espan_ + "deste" ; - Cong Imperf Pl P3 => espan_ + "dessero" ; - Cond Sg P1 => espan_ + "derei" ; - Cond Sg P2 => espan_ + "deresti" ; - Cond Sg P3 => espan_ + "derebbe" ; - Cond Pl P1 => espan_ + "deremmo" ; - Cond Pl P2 => espan_ + "dereste" ; - Cond Pl P3 => espan_ + "derebbero" ; + 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" ; @@ -2995,42 +2995,42 @@ oper espellere_50 : Str -> Verbo = \espellere -> Indi Pres Pl P1 => esp_ + "elliamo" ; Indi Pres Pl P2 => esp_ + "ellete" ; Indi Pres Pl P3 => esp_ + "ellono" ; - Indi Imperf Sg P1 => esp_ + "ellevo" ; - Indi Imperf Sg P2 => esp_ + "ellevi" ; - Indi Imperf Sg P3 => esp_ + "elleva" ; - Indi Imperf Pl P1 => esp_ + "ellevamo" ; - Indi Imperf Pl P2 => esp_ + "ellevate" ; - Indi Imperf Pl P3 => esp_ + "ellevano" ; - Pass Sg P1 => esp_ + "ulsi" ; - Pass Sg P2 => esp_ + "ellesti" ; - Pass Sg P3 => esp_ + "ulse" ; - Pass Pl P1 => esp_ + "ellemmo" ; - Pass Pl P2 => esp_ + "elleste" ; - Pass Pl P3 => esp_ + "ulsero" ; - Fut Sg P1 => esp_ + "ellerò" ; - Fut Sg P2 => esp_ + "ellerai" ; - Fut Sg P3 => esp_ + "ellerà" ; - Fut Pl P1 => esp_ + "elleremo" ; - Fut Pl P2 => esp_ + "ellerete" ; - Fut Pl P3 => esp_ + "elleranno" ; + 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" ; - Cong Imperf Sg P2 => esp_ + "ellessi" ; - Cong Imperf Sg P3 => esp_ + "ellesse" ; - Cong Imperf Pl P1 => esp_ + "ellessimo" ; - Cong Imperf Pl P2 => esp_ + "elleste" ; - Cong Imperf Pl P3 => esp_ + "ellessero" ; - Cond Sg P1 => esp_ + "ellerei" ; - Cond Sg P2 => esp_ + "elleresti" ; - Cond Sg P3 => esp_ + "ellerebbe" ; - Cond Pl P1 => esp_ + "elleremmo" ; - Cond Pl P2 => esp_ + "ellereste" ; - Cond Pl P3 => esp_ + "ellerebbero" ; + 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" ; @@ -3057,42 +3057,42 @@ oper esplodere_51 : Str -> Verbo = \esplodere -> Indi Pres Pl P1 => esplo_ + "diamo" ; Indi Pres Pl P2 => esplo_ + "dete" ; Indi Pres Pl P3 => esplo_ + "dono" ; - Indi Imperf Sg P1 => esplo_ + "devo" ; - Indi Imperf Sg P2 => esplo_ + "devi" ; - Indi Imperf Sg P3 => esplo_ + "deva" ; - Indi Imperf Pl P1 => esplo_ + "devamo" ; - Indi Imperf Pl P2 => esplo_ + "devate" ; - Indi Imperf Pl P3 => esplo_ + "devano" ; - Pass Sg P1 => esplo_ + "si" ; - Pass Sg P2 => esplo_ + "desti" ; - Pass Sg P3 => esplo_ + "se" ; - Pass Pl P1 => esplo_ + "demmo" ; - Pass Pl P2 => esplo_ + "deste" ; - Pass Pl P3 => esplo_ + "sero" ; - Fut Sg P1 => esplo_ + "derò" ; - Fut Sg P2 => esplo_ + "derai" ; - Fut Sg P3 => esplo_ + "derà" ; - Fut Pl P1 => esplo_ + "deremo" ; - Fut Pl P2 => esplo_ + "derete" ; - Fut Pl P3 => esplo_ + "deranno" ; + 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" ; - Cong Imperf Sg P2 => esplo_ + "dessi" ; - Cong Imperf Sg P3 => esplo_ + "desse" ; - Cong Imperf Pl P1 => esplo_ + "dessimo" ; - Cong Imperf Pl P2 => esplo_ + "deste" ; - Cong Imperf Pl P3 => esplo_ + "dessero" ; - Cond Sg P1 => esplo_ + "derei" ; - Cond Sg P2 => esplo_ + "deresti" ; - Cond Sg P3 => esplo_ + "derebbe" ; - Cond Pl P1 => esplo_ + "deremmo" ; - Cond Pl P2 => esplo_ + "dereste" ; - Cond Pl P3 => esplo_ + "derebbero" ; + 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" ; @@ -3119,42 +3119,42 @@ oper fare_52 : Str -> Verbo = \fare -> Indi Pres Pl P1 => f_ + "acciamo" ; Indi Pres Pl P2 => f_ + "ate" ; Indi Pres Pl P3 => f_ + "anno" ; - Indi Imperf Sg P1 => f_ + "acevo" ; - Indi Imperf Sg P2 => f_ + "acevi" ; - Indi Imperf Sg P3 => f_ + "aceva" ; - Indi Imperf Pl P1 => f_ + "acevamo" ; - Indi Imperf Pl P2 => f_ + "acevate" ; - Indi Imperf Pl P3 => f_ + "acevano" ; - Pass Sg P1 => f_ + "eci" ; - Pass Sg P2 => f_ + "acesti" ; - Pass Sg P3 => f_ + "ece" ; - Pass Pl P1 => f_ + "acemmo" ; - Pass Pl P2 => f_ + "aceste" ; - Pass Pl P3 => f_ + "ecero" ; - Fut Sg P1 => f_ + "arò" ; - Fut Sg P2 => f_ + "arai" ; - Fut Sg P3 => f_ + "arà" ; - Fut Pl P1 => f_ + "aremo" ; - Fut Pl P2 => f_ + "arete" ; - Fut Pl P3 => f_ + "aranno" ; + 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" ; - Cong Imperf Sg P2 => f_ + "acessi" ; - Cong Imperf Sg P3 => f_ + "acesse" ; - Cong Imperf Pl P1 => f_ + "acessimo" ; - Cong Imperf Pl P2 => f_ + "aceste" ; - Cong Imperf Pl P3 => f_ + "acessero" ; - Cond Sg P1 => f_ + "arei" ; - Cond Sg P2 => f_ + "aresti" ; - Cond Sg P3 => f_ + "arebbe" ; - Cond Pl P1 => f_ + "aremmo" ; - Cond Pl P2 => f_ + "areste" ; - Cond Pl P3 => f_ + "arebbero" ; + 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" ; @@ -3181,42 +3181,42 @@ oper flettere_53 : Str -> Verbo = \flettere -> Indi Pres Pl P1 => fle_ + "ttiamo" ; Indi Pres Pl P2 => fle_ + "ttete" ; Indi Pres Pl P3 => fle_ + "ttono" ; - Indi Imperf Sg P1 => fle_ + "ttevo" ; - Indi Imperf Sg P2 => fle_ + "ttevi" ; - Indi Imperf Sg P3 => fle_ + "tteva" ; - Indi Imperf Pl P1 => fle_ + "ttevamo" ; - Indi Imperf Pl P2 => fle_ + "ttevate" ; - Indi Imperf Pl P3 => fle_ + "ttevano" ; - Pass Sg P1 => fle_ + "ssi" ; - Pass Sg P2 => fle_ + "ttesti" ; - Pass Sg P3 => fle_ + "sse" ; - Pass Pl P1 => fle_ + "ttemmo" ; - Pass Pl P2 => fle_ + "tteste" ; - Pass Pl P3 => fle_ + "ssero" ; - Fut Sg P1 => fle_ + "tterò" ; - Fut Sg P2 => fle_ + "tterai" ; - Fut Sg P3 => fle_ + "tterà" ; - Fut Pl P1 => fle_ + "tteremo" ; - Fut Pl P2 => fle_ + "tterete" ; - Fut Pl P3 => fle_ + "tteranno" ; + 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" ; - Cong Imperf Sg P2 => fle_ + "ttessi" ; - Cong Imperf Sg P3 => fle_ + "ttesse" ; - Cong Imperf Pl P1 => fle_ + "ttessimo" ; - Cong Imperf Pl P2 => fle_ + "tteste" ; - Cong Imperf Pl P3 => fle_ + "ttessero" ; - Cond Sg P1 => fle_ + "tterei" ; - Cond Sg P2 => fle_ + "tteresti" ; - Cond Sg P3 => fle_ + "tterebbe" ; - Cond Pl P1 => fle_ + "tteremmo" ; - Cond Pl P2 => fle_ + "ttereste" ; - Cond Pl P3 => fle_ + "tterebbero" ; + 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" ; @@ -3243,42 +3243,42 @@ oper fondere_54 : Str -> Verbo = \fondere -> Indi Pres Pl P1 => f_ + "ondiamo" ; Indi Pres Pl P2 => f_ + "ondete" ; Indi Pres Pl P3 => f_ + "ondono" ; - Indi Imperf Sg P1 => f_ + "ondevo" ; - Indi Imperf Sg P2 => f_ + "ondevi" ; - Indi Imperf Sg P3 => f_ + "ondeva" ; - Indi Imperf Pl P1 => f_ + "ondevamo" ; - Indi Imperf Pl P2 => f_ + "ondevate" ; - Indi Imperf Pl P3 => f_ + "ondevano" ; - Pass Sg P1 => f_ + "usi" ; - Pass Sg P2 => f_ + "ondesti" ; - Pass Sg P3 => f_ + "use" ; - Pass Pl P1 => f_ + "ondemmo" ; - Pass Pl P2 => f_ + "ondeste" ; - Pass Pl P3 => f_ + "usero" ; - Fut Sg P1 => f_ + "onderò" ; - Fut Sg P2 => f_ + "onderai" ; - Fut Sg P3 => f_ + "onderà" ; - Fut Pl P1 => f_ + "onderemo" ; - Fut Pl P2 => f_ + "onderete" ; - Fut Pl P3 => f_ + "onderanno" ; + 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" ; - Cong Imperf Sg P2 => f_ + "ondessi" ; - Cong Imperf Sg P3 => f_ + "ondesse" ; - Cong Imperf Pl P1 => f_ + "ondessimo" ; - Cong Imperf Pl P2 => f_ + "ondeste" ; - Cong Imperf Pl P3 => f_ + "ondessero" ; - Cond Sg P1 => f_ + "onderei" ; - Cond Sg P2 => f_ + "onderesti" ; - Cond Sg P3 => f_ + "onderebbe" ; - Cond Pl P1 => f_ + "onderemmo" ; - Cond Pl P2 => f_ + "ondereste" ; - Cond Pl P3 => f_ + "onderebbero" ; + 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" ; @@ -3305,42 +3305,42 @@ oper giungere_55 : Str -> Verbo = \giungere -> Indi Pres Pl P1 => giun_ + "giamo" ; Indi Pres Pl P2 => giun_ + "gete" ; Indi Pres Pl P3 => giun_ + "gono" ; - Indi Imperf Sg P1 => giun_ + "gevo" ; - Indi Imperf Sg P2 => giun_ + "gevi" ; - Indi Imperf Sg P3 => giun_ + "geva" ; - Indi Imperf Pl P1 => giun_ + "gevamo" ; - Indi Imperf Pl P2 => giun_ + "gevate" ; - Indi Imperf Pl P3 => giun_ + "gevano" ; - Pass Sg P1 => giun_ + "si" ; - Pass Sg P2 => giun_ + "gesti" ; - Pass Sg P3 => giun_ + "se" ; - Pass Pl P1 => giun_ + "gemmo" ; - Pass Pl P2 => giun_ + "geste" ; - Pass Pl P3 => giun_ + "sero" ; - Fut Sg P1 => giun_ + "gerò" ; - Fut Sg P2 => giun_ + "gerai" ; - Fut Sg P3 => giun_ + "gerà" ; - Fut Pl P1 => giun_ + "geremo" ; - Fut Pl P2 => giun_ + "gerete" ; - Fut Pl P3 => giun_ + "geranno" ; + 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" ; - Cong Imperf Sg P2 => giun_ + "gessi" ; - Cong Imperf Sg P3 => giun_ + "gesse" ; - Cong Imperf Pl P1 => giun_ + "gessimo" ; - Cong Imperf Pl P2 => giun_ + "geste" ; - Cong Imperf Pl P3 => giun_ + "gessero" ; - Cond Sg P1 => giun_ + "gerei" ; - Cond Sg P2 => giun_ + "geresti" ; - Cond Sg P3 => giun_ + "gerebbe" ; - Cond Pl P1 => giun_ + "geremmo" ; - Cond Pl P2 => giun_ + "gereste" ; - Cond Pl P3 => giun_ + "gerebbero" ; + 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" ; @@ -3367,42 +3367,42 @@ oper leggere_56 : Str -> Verbo = \leggere -> Indi Pres Pl P1 => le_ + "ggiamo" ; Indi Pres Pl P2 => le_ + "ggete" ; Indi Pres Pl P3 => le_ + "ggono" ; - Indi Imperf Sg P1 => le_ + "ggevo" ; - Indi Imperf Sg P2 => le_ + "ggevi" ; - Indi Imperf Sg P3 => le_ + "ggeva" ; - Indi Imperf Pl P1 => le_ + "ggevamo" ; - Indi Imperf Pl P2 => le_ + "ggevate" ; - Indi Imperf Pl P3 => le_ + "ggevano" ; - Pass Sg P1 => le_ + "ssi" ; - Pass Sg P2 => le_ + "ggesti" ; - Pass Sg P3 => le_ + "sse" ; - Pass Pl P1 => le_ + "ggemmo" ; - Pass Pl P2 => le_ + "ggeste" ; - Pass Pl P3 => le_ + "ssero" ; - Fut Sg P1 => le_ + "ggerò" ; - Fut Sg P2 => le_ + "ggerai" ; - Fut Sg P3 => le_ + "ggerà" ; - Fut Pl P1 => le_ + "ggeremo" ; - Fut Pl P2 => le_ + "ggerete" ; - Fut Pl P3 => le_ + "ggeranno" ; + 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" ; - Cong Imperf Sg P2 => le_ + "ggessi" ; - Cong Imperf Sg P3 => le_ + "ggesse" ; - Cong Imperf Pl P1 => le_ + "ggessimo" ; - Cong Imperf Pl P2 => le_ + "ggeste" ; - Cong Imperf Pl P3 => le_ + "ggessero" ; - Cond Sg P1 => le_ + "ggerei" ; - Cond Sg P2 => le_ + "ggeresti" ; - Cond Sg P3 => le_ + "ggerebbe" ; - Cond Pl P1 => le_ + "ggeremmo" ; - Cond Pl P2 => le_ + "ggereste" ; - Cond Pl P3 => le_ + "ggerebbero" ; + 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" ; @@ -3429,42 +3429,42 @@ oper mettere_57 : Str -> Verbo = \mettere -> Indi Pres Pl P1 => m_ + "ettiamo" ; Indi Pres Pl P2 => m_ + "ettete" ; Indi Pres Pl P3 => m_ + "ettono" ; - Indi Imperf Sg P1 => m_ + "ettevo" ; - Indi Imperf Sg P2 => m_ + "ettevi" ; - Indi Imperf Sg P3 => m_ + "etteva" ; - Indi Imperf Pl P1 => m_ + "ettevamo" ; - Indi Imperf Pl P2 => m_ + "ettevate" ; - Indi Imperf Pl P3 => m_ + "ettevano" ; - Pass Sg P1 => m_ + "isi" ; - Pass Sg P2 => m_ + "ettesti" ; - Pass Sg P3 => m_ + "ise" ; - Pass Pl P1 => m_ + "ettemmo" ; - Pass Pl P2 => m_ + "etteste" ; - Pass Pl P3 => m_ + "isero" ; - Fut Sg P1 => m_ + "etterò" ; - Fut Sg P2 => m_ + "etterai" ; - Fut Sg P3 => m_ + "etterà" ; - Fut Pl P1 => m_ + "etteremo" ; - Fut Pl P2 => m_ + "etterete" ; - Fut Pl P3 => m_ + "etteranno" ; + 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" ; - Cong Imperf Sg P2 => m_ + "ettessi" ; - Cong Imperf Sg P3 => m_ + "ettesse" ; - Cong Imperf Pl P1 => m_ + "ettessimo" ; - Cong Imperf Pl P2 => m_ + "etteste" ; - Cong Imperf Pl P3 => m_ + "ettessero" ; - Cond Sg P1 => m_ + "etterei" ; - Cond Sg P2 => m_ + "etteresti" ; - Cond Sg P3 => m_ + "etterebbe" ; - Cond Pl P1 => m_ + "etteremmo" ; - Cond Pl P2 => m_ + "ettereste" ; - Cond Pl P3 => m_ + "etterebbero" ; + 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" ; @@ -3491,42 +3491,42 @@ oper muovere_58 : Str -> Verbo = \muovere -> Indi Pres Pl P1 => m_ + "uoviamo" ; Indi Pres Pl P2 => m_ + "uovete" ; Indi Pres Pl P3 => m_ + "uovono" ; - Indi Imperf Sg P1 => m_ + "uovevo" ; - Indi Imperf Sg P2 => m_ + "uovevi" ; - Indi Imperf Sg P3 => m_ + "uoveva" ; - Indi Imperf Pl P1 => m_ + "uovevamo" ; - Indi Imperf Pl P2 => m_ + "uovevate" ; - Indi Imperf Pl P3 => m_ + "uovevano" ; - Pass Sg P1 => m_ + "ossi" ; - Pass Sg P2 => m_ + "uovesti" ; - Pass Sg P3 => m_ + "osse" ; - Pass Pl P1 => m_ + "uovemmo" ; - Pass Pl P2 => m_ + "uoveste" ; - Pass Pl P3 => m_ + "ossero" ; - Fut Sg P1 => m_ + "uoverò" ; - Fut Sg P2 => m_ + "uoverai" ; - Fut Sg P3 => m_ + "uoverà" ; - Fut Pl P1 => m_ + "uoveremo" ; - Fut Pl P2 => m_ + "uoverete" ; - Fut Pl P3 => m_ + "uoveranno" ; + 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" ; - Cong Imperf Sg P2 => m_ + "uovessi" ; - Cong Imperf Sg P3 => m_ + "uovesse" ; - Cong Imperf Pl P1 => m_ + "uovessimo" ; - Cong Imperf Pl P2 => m_ + "uoveste" ; - Cong Imperf Pl P3 => m_ + "uovessero" ; - Cond Sg P1 => m_ + "uoverei" ; - Cond Sg P2 => m_ + "uoveresti" ; - Cond Sg P3 => m_ + "uoverebbe" ; - Cond Pl P1 => m_ + "uoveremmo" ; - Cond Pl P2 => m_ + "uovereste" ; - Cond Pl P3 => m_ + "uoverebbero" ; + 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" ; @@ -3553,42 +3553,42 @@ oper nascere_59 : Str -> Verbo = \nascere -> Indi Pres Pl P1 => na_ + "sciamo" ; Indi Pres Pl P2 => na_ + "scete" ; Indi Pres Pl P3 => na_ + "scono" ; - Indi Imperf Sg P1 => na_ + "scevo" ; - Indi Imperf Sg P2 => na_ + "scevi" ; - Indi Imperf Sg P3 => na_ + "sceva" ; - Indi Imperf Pl P1 => na_ + "scevamo" ; - Indi Imperf Pl P2 => na_ + "scevate" ; - Indi Imperf Pl P3 => na_ + "scevano" ; - Pass Sg P1 => na_ + "cqui" ; - Pass Sg P2 => na_ + "scesti" ; - Pass Sg P3 => na_ + "cque" ; - Pass Pl P1 => na_ + "scemmo" ; - Pass Pl P2 => na_ + "sceste" ; - Pass Pl P3 => na_ + "cquero" ; - Fut Sg P1 => na_ + "scerò" ; - Fut Sg P2 => na_ + "scerai" ; - Fut Sg P3 => na_ + "scerà" ; - Fut Pl P1 => na_ + "sceremo" ; - Fut Pl P2 => na_ + "scerete" ; - Fut Pl P3 => na_ + "sceranno" ; + 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" ; - Cong Imperf Sg P2 => na_ + "scessi" ; - Cong Imperf Sg P3 => na_ + "scesse" ; - Cong Imperf Pl P1 => na_ + "scessimo" ; - Cong Imperf Pl P2 => na_ + "sceste" ; - Cong Imperf Pl P3 => na_ + "scessero" ; - Cond Sg P1 => na_ + "scerei" ; - Cond Sg P2 => na_ + "sceresti" ; - Cond Sg P3 => na_ + "scerebbe" ; - Cond Pl P1 => na_ + "sceremmo" ; - Cond Pl P2 => na_ + "scereste" ; - Cond Pl P3 => na_ + "scerebbero" ; + 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" ; @@ -3615,42 +3615,42 @@ oper nuocere_60 : Str -> Verbo = \nuocere -> Indi Pres Pl P1 => n_ + "uociamo" ; Indi Pres Pl P2 => n_ + "uocete" ; Indi Pres Pl P3 => n_ + "uocciono" ; - Indi Imperf Sg P1 => n_ + "uocevo" ; - Indi Imperf Sg P2 => n_ + "uocevi" ; - Indi Imperf Sg P3 => n_ + "uoceva" ; - Indi Imperf Pl P1 => n_ + "uocevamo" ; - Indi Imperf Pl P2 => n_ + "uocevate" ; - Indi Imperf Pl P3 => n_ + "uocevano" ; - Pass Sg P1 => n_ + "ocqui" ; - Pass Sg P2 => n_ + "uocesti" ; - Pass Sg P3 => n_ + "ocque" ; - Pass Pl P1 => n_ + "uocemmo" ; - Pass Pl P2 => n_ + "uoceste" ; - Pass Pl P3 => n_ + "ocquero" ; - Fut Sg P1 => n_ + "uocerò" ; - Fut Sg P2 => n_ + "uocerai" ; - Fut Sg P3 => n_ + "uocerà" ; - Fut Pl P1 => n_ + "uoceremo" ; - Fut Pl P2 => n_ + "uocerete" ; - Fut Pl P3 => n_ + "uoceranno" ; + 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" ; - Cong Imperf Sg P2 => n_ + "uocessi" ; - Cong Imperf Sg P3 => n_ + "uocesse" ; - Cong Imperf Pl P1 => n_ + "uocessimo" ; - Cong Imperf Pl P2 => n_ + "uoceste" ; - Cong Imperf Pl P3 => n_ + "uocessero" ; - Cond Sg P1 => n_ + "uocerei" ; - Cond Sg P2 => n_ + "uoceresti" ; - Cond Sg P3 => n_ + "uocerebbe" ; - Cond Pl P1 => n_ + "uoceremmo" ; - Cond Pl P2 => n_ + "uocereste" ; - Cond Pl P3 => n_ + "uocerebbero" ; + 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" ; @@ -3677,42 +3677,42 @@ oper parere_61 : Str -> Verbo = \parere -> Indi Pres Pl P1 => pa_ + "riamo" ; Indi Pres Pl P2 => pa_ + "rete" ; Indi Pres Pl P3 => pa_ + "iono" ; - Indi Imperf Sg P1 => pa_ + "revo" ; - Indi Imperf Sg P2 => pa_ + "revi" ; - Indi Imperf Sg P3 => pa_ + "reva" ; - Indi Imperf Pl P1 => pa_ + "revamo" ; - Indi Imperf Pl P2 => pa_ + "revate" ; - Indi Imperf Pl P3 => pa_ + "revano" ; - Pass Sg P1 => pa_ + "rvi" ; - Pass Sg P2 => pa_ + "resti" ; - Pass Sg P3 => pa_ + "rve" ; - Pass Pl P1 => pa_ + "remmo" ; - Pass Pl P2 => pa_ + "reste" ; - Pass Pl P3 => pa_ + "rvero" ; - Fut Sg P1 => pa_ + "rrò" ; - Fut Sg P2 => pa_ + "rrai" ; - Fut Sg P3 => pa_ + "rrà" ; - Fut Pl P1 => pa_ + "rremo" ; - Fut Pl P2 => pa_ + "rrete" ; - Fut Pl P3 => pa_ + "rranno" ; + 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" ; - Cong Imperf Sg P2 => pa_ + "ressi" ; - Cong Imperf Sg P3 => pa_ + "resse" ; - Cong Imperf Pl P1 => pa_ + "ressimo" ; - Cong Imperf Pl P2 => pa_ + "reste" ; - Cong Imperf Pl P3 => pa_ + "ressero" ; - Cond Sg P1 => pa_ + "rrei" ; - Cond Sg P2 => pa_ + "rresti" ; - Cond Sg P3 => pa_ + "rrebbe" ; - Cond Pl P1 => pa_ + "rremmo" ; - Cond Pl P2 => pa_ + "rreste" ; - Cond Pl P3 => pa_ + "rrebbero" ; + 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 {} ; @@ -3739,42 +3739,42 @@ oper perdere_62 : Str -> Verbo = \perdere -> Indi Pres Pl P1 => per_ + "diamo" ; Indi Pres Pl P2 => per_ + "dete" ; Indi Pres Pl P3 => per_ + "dono" ; - Indi Imperf Sg P1 => per_ + "devo" ; - Indi Imperf Sg P2 => per_ + "devi" ; - Indi Imperf Sg P3 => per_ + "deva" ; - Indi Imperf Pl P1 => per_ + "devamo" ; - Indi Imperf Pl P2 => per_ + "devate" ; - Indi Imperf Pl P3 => per_ + "devano" ; - Pass Sg P1 => per_ + "si" ; - Pass Sg P2 => per_ + "desti" ; - Pass Sg P3 => per_ + "se" ; - Pass Pl P1 => per_ + "demmo" ; - Pass Pl P2 => per_ + "deste" ; - Pass Pl P3 => per_ + "sero" ; - Fut Sg P1 => per_ + "derò" ; - Fut Sg P2 => per_ + "derai" ; - Fut Sg P3 => per_ + "derà" ; - Fut Pl P1 => per_ + "deremo" ; - Fut Pl P2 => per_ + "derete" ; - Fut Pl P3 => per_ + "deranno" ; + 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" ; - Cong Imperf Sg P2 => per_ + "dessi" ; - Cong Imperf Sg P3 => per_ + "desse" ; - Cong Imperf Pl P1 => per_ + "dessimo" ; - Cong Imperf Pl P2 => per_ + "deste" ; - Cong Imperf Pl P3 => per_ + "dessero" ; - Cond Sg P1 => per_ + "derei" ; - Cond Sg P2 => per_ + "deresti" ; - Cond Sg P3 => per_ + "derebbe" ; - Cond Pl P1 => per_ + "deremmo" ; - Cond Pl P2 => per_ + "dereste" ; - Cond Pl P3 => per_ + "derebbero" ; + 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" ; @@ -3801,42 +3801,42 @@ oper persuadere_63 : Str -> Verbo = \persuadere -> Indi Pres Pl P1 => persua_ + "diamo" ; Indi Pres Pl P2 => persua_ + "dete" ; Indi Pres Pl P3 => persua_ + "dono" ; - Indi Imperf Sg P1 => persua_ + "devo" ; - Indi Imperf Sg P2 => persua_ + "devi" ; - Indi Imperf Sg P3 => persua_ + "deva" ; - Indi Imperf Pl P1 => persua_ + "devamo" ; - Indi Imperf Pl P2 => persua_ + "devate" ; - Indi Imperf Pl P3 => persua_ + "devano" ; - Pass Sg P1 => persua_ + "si" ; - Pass Sg P2 => persua_ + "desti" ; - Pass Sg P3 => persua_ + "se" ; - Pass Pl P1 => persua_ + "demmo" ; - Pass Pl P2 => persua_ + "deste" ; - Pass Pl P3 => persua_ + "sero" ; - Fut Sg P1 => persua_ + "derò" ; - Fut Sg P2 => persua_ + "derai" ; - Fut Sg P3 => persua_ + "derà" ; - Fut Pl P1 => persua_ + "deremo" ; - Fut Pl P2 => persua_ + "derete" ; - Fut Pl P3 => persua_ + "deranno" ; + 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" ; - Cong Imperf Sg P2 => persua_ + "dessi" ; - Cong Imperf Sg P3 => persua_ + "desse" ; - Cong Imperf Pl P1 => persua_ + "dessimo" ; - Cong Imperf Pl P2 => persua_ + "deste" ; - Cong Imperf Pl P3 => persua_ + "dessero" ; - Cond Sg P1 => persua_ + "derei" ; - Cond Sg P2 => persua_ + "deresti" ; - Cond Sg P3 => persua_ + "derebbe" ; - Cond Pl P1 => persua_ + "deremmo" ; - Cond Pl P2 => persua_ + "dereste" ; - Cond Pl P3 => persua_ + "derebbero" ; + 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" ; @@ -3863,42 +3863,42 @@ oper piacere_64 : Str -> Verbo = \piacerecere -> Indi Pres Pl P1 => piacerec_ + "iamo" ; Indi Pres Pl P2 => piacerec_ + "ete" ; Indi Pres Pl P3 => piacerec_ + "ciono" ; - Indi Imperf Sg P1 => piacerec_ + "evo" ; - Indi Imperf Sg P2 => piacerec_ + "evi" ; - Indi Imperf Sg P3 => piacerec_ + "eva" ; - Indi Imperf Pl P1 => piacerec_ + "evamo" ; - Indi Imperf Pl P2 => piacerec_ + "evate" ; - Indi Imperf Pl P3 => piacerec_ + "evano" ; - Pass Sg P1 => piacerec_ + "qui" ; - Pass Sg P2 => piacerec_ + "esti" ; - Pass Sg P3 => piacerec_ + "que" ; - Pass Pl P1 => piacerec_ + "emmo" ; - Pass Pl P2 => piacerec_ + "este" ; - Pass Pl P3 => piacerec_ + "quero" ; - Fut Sg P1 => piacerec_ + "erò" ; - Fut Sg P2 => piacerec_ + "erai" ; - Fut Sg P3 => piacerec_ + "erà" ; - Fut Pl P1 => piacerec_ + "eremo" ; - Fut Pl P2 => piacerec_ + "erete" ; - Fut Pl P3 => piacerec_ + "eranno" ; + 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" ; - Cong Imperf Sg P2 => piacerec_ + "essi" ; - Cong Imperf Sg P3 => piacerec_ + "esse" ; - Cong Imperf Pl P1 => piacerec_ + "essimo" ; - Cong Imperf Pl P2 => piacerec_ + "este" ; - Cong Imperf Pl P3 => piacerec_ + "essero" ; - Cond Sg P1 => piacerec_ + "erei" ; - Cond Sg P2 => piacerec_ + "eresti" ; - Cond Sg P3 => piacerec_ + "erebbe" ; - Cond Pl P1 => piacerec_ + "eremmo" ; - Cond Pl P2 => piacerec_ + "ereste" ; - Cond Pl P3 => piacerec_ + "erebbero" ; + 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" ; @@ -3925,42 +3925,42 @@ oper piangere_65 : Str -> Verbo = \piangere -> Indi Pres Pl P1 => pian_ + "giamo" ; Indi Pres Pl P2 => pian_ + "gete" ; Indi Pres Pl P3 => pian_ + "gono" ; - Indi Imperf Sg P1 => pian_ + "gevo" ; - Indi Imperf Sg P2 => pian_ + "gevi" ; - Indi Imperf Sg P3 => pian_ + "geva" ; - Indi Imperf Pl P1 => pian_ + "gevamo" ; - Indi Imperf Pl P2 => pian_ + "gevate" ; - Indi Imperf Pl P3 => pian_ + "gevano" ; - Pass Sg P1 => pian_ + "si" ; - Pass Sg P2 => pian_ + "gesti" ; - Pass Sg P3 => pian_ + "se" ; - Pass Pl P1 => pian_ + "gemmo" ; - Pass Pl P2 => pian_ + "geste" ; - Pass Pl P3 => pian_ + "sero" ; - Fut Sg P1 => pian_ + "gerò" ; - Fut Sg P2 => pian_ + "gerai" ; - Fut Sg P3 => pian_ + "gerà" ; - Fut Pl P1 => pian_ + "geremo" ; - Fut Pl P2 => pian_ + "gerete" ; - Fut Pl P3 => pian_ + "geranno" ; + 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" ; - Cong Imperf Sg P2 => pian_ + "gessi" ; - Cong Imperf Sg P3 => pian_ + "gesse" ; - Cong Imperf Pl P1 => pian_ + "gessimo" ; - Cong Imperf Pl P2 => pian_ + "geste" ; - Cong Imperf Pl P3 => pian_ + "gessero" ; - Cond Sg P1 => pian_ + "gerei" ; - Cond Sg P2 => pian_ + "geresti" ; - Cond Sg P3 => pian_ + "gerebbe" ; - Cond Pl P1 => pian_ + "geremmo" ; - Cond Pl P2 => pian_ + "gereste" ; - Cond Pl P3 => pian_ + "gerebbero" ; + 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" ; @@ -3987,42 +3987,42 @@ oper piovere_66 : Str -> Verbo = \piovere -> Indi Pres Pl P1 => piov_ + "iamo" ; Indi Pres Pl P2 => piov_ + "ete" ; Indi Pres Pl P3 => piov_ + "ono" ; - Indi Imperf Sg P1 => piov_ + "evo" ; - Indi Imperf Sg P2 => piov_ + "evi" ; - Indi Imperf Sg P3 => piov_ + "eva" ; - Indi Imperf Pl P1 => piov_ + "evamo" ; - Indi Imperf Pl P2 => piov_ + "evate" ; - Indi Imperf Pl P3 => piov_ + "evano" ; - Pass Sg P1 => piov_ + "vi" ; - Pass Sg P2 => piov_ + "esti" ; - Pass Sg P3 => piov_ + "ve" ; - Pass Pl P1 => piov_ + "emmo" ; - Pass Pl P2 => piov_ + "este" ; - Pass Pl P3 => piov_ + "vero" ; - Fut Sg P1 => piov_ + "erò" ; - Fut Sg P2 => piov_ + "erai" ; - Fut Sg P3 => piov_ + "erà" ; - Fut Pl P1 => piov_ + "eremo" ; - Fut Pl P2 => piov_ + "erete" ; - Fut Pl P3 => piov_ + "eranno" ; + 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" ; - Cong Imperf Sg P2 => piov_ + "essi" ; - Cong Imperf Sg P3 => piov_ + "esse" ; - Cong Imperf Pl P1 => piov_ + "essimo" ; - Cong Imperf Pl P2 => piov_ + "este" ; - Cong Imperf Pl P3 => piov_ + "essero" ; - Cond Sg P1 => piov_ + "erei" ; - Cond Sg P2 => piov_ + "eresti" ; - Cond Sg P3 => piov_ + "erebbe" ; - Cond Pl P1 => piov_ + "eremmo" ; - Cond Pl P2 => piov_ + "ereste" ; - Cond Pl P3 => piov_ + "erebbero" ; + 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" ; @@ -4049,42 +4049,42 @@ oper porgere_67 : Str -> Verbo = \porgere -> Indi Pres Pl P1 => por_ + "giamo" ; Indi Pres Pl P2 => por_ + "gete" ; Indi Pres Pl P3 => por_ + "gono" ; - Indi Imperf Sg P1 => por_ + "gevo" ; - Indi Imperf Sg P2 => por_ + "gevi" ; - Indi Imperf Sg P3 => por_ + "geva" ; - Indi Imperf Pl P1 => por_ + "gevamo" ; - Indi Imperf Pl P2 => por_ + "gevate" ; - Indi Imperf Pl P3 => por_ + "gevano" ; - Pass Sg P1 => por_ + "si" ; - Pass Sg P2 => por_ + "gesti" ; - Pass Sg P3 => por_ + "se" ; - Pass Pl P1 => por_ + "gemmo" ; - Pass Pl P2 => por_ + "geste" ; - Pass Pl P3 => por_ + "sero" ; - Fut Sg P1 => por_ + "gerò" ; - Fut Sg P2 => por_ + "gerai" ; - Fut Sg P3 => por_ + "gerà" ; - Fut Pl P1 => por_ + "geremo" ; - Fut Pl P2 => por_ + "gerete" ; - Fut Pl P3 => por_ + "geranno" ; + 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" ; - Cong Imperf Sg P2 => por_ + "gessi" ; - Cong Imperf Sg P3 => por_ + "gesse" ; - Cong Imperf Pl P1 => por_ + "gessimo" ; - Cong Imperf Pl P2 => por_ + "geste" ; - Cong Imperf Pl P3 => por_ + "gessero" ; - Cond Sg P1 => por_ + "gerei" ; - Cond Sg P2 => por_ + "geresti" ; - Cond Sg P3 => por_ + "gerebbe" ; - Cond Pl P1 => por_ + "geremmo" ; - Cond Pl P2 => por_ + "gereste" ; - Cond Pl P3 => por_ + "gerebbero" ; + 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" ; @@ -4111,42 +4111,42 @@ oper porre_68 : Str -> Verbo = \porre -> Indi Pres Pl P1 => po_ + "niamo" ; Indi Pres Pl P2 => po_ + "nete" ; Indi Pres Pl P3 => po_ + "ngono" ; - Indi Imperf Sg P1 => po_ + "nevo" ; - Indi Imperf Sg P2 => po_ + "nevi" ; - Indi Imperf Sg P3 => po_ + "neva" ; - Indi Imperf Pl P1 => po_ + "nevamo" ; - Indi Imperf Pl P2 => po_ + "nevate" ; - Indi Imperf Pl P3 => po_ + "nevano" ; - Pass Sg P1 => po_ + "si" ; - Pass Sg P2 => po_ + "nesti" ; - Pass Sg P3 => po_ + "se" ; - Pass Pl P1 => po_ + "nemmo" ; - Pass Pl P2 => po_ + "neste" ; - Pass Pl P3 => po_ + "sero" ; - Fut Sg P1 => po_ + "rrò" ; - Fut Sg P2 => po_ + "rrai" ; - Fut Sg P3 => po_ + "rrà" ; - Fut Pl P1 => po_ + "rremo" ; - Fut Pl P2 => po_ + "rrete" ; - Fut Pl P3 => po_ + "rranno" ; + 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" ; - Cong Imperf Sg P2 => po_ + "nessi" ; - Cong Imperf Sg P3 => po_ + "nesse" ; - Cong Imperf Pl P1 => po_ + "nessimo" ; - Cong Imperf Pl P2 => po_ + "neste" ; - Cong Imperf Pl P3 => po_ + "nessero" ; - Cond Sg P1 => po_ + "rrei" ; - Cond Sg P2 => po_ + "rresti" ; - Cond Sg P3 => po_ + "rrebbe" ; - Cond Pl P1 => po_ + "rremmo" ; - Cond Pl P2 => po_ + "rreste" ; - Cond Pl P3 => po_ + "rrebbero" ; + 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" ; @@ -4173,42 +4173,42 @@ oper potere_69 : Str -> Verbo = \potere -> Indi Pres Pl P1 => p_ + "otiamo" ; Indi Pres Pl P2 => p_ + "otete" ; Indi Pres Pl P3 => p_ + "ossono" ; - Indi Imperf Sg P1 => p_ + "otevo" ; - Indi Imperf Sg P2 => p_ + "otevi" ; - Indi Imperf Sg P3 => p_ + "oteva" ; - Indi Imperf Pl P1 => p_ + "otevamo" ; - Indi Imperf Pl P2 => p_ + "otevate" ; - Indi Imperf Pl P3 => p_ + "otevano" ; - Pass Sg P1 => p_ + "otetti" ; - Pass Sg P2 => p_ + "otesti" ; - Pass Sg P3 => p_ + "otette" ; - Pass Pl P1 => p_ + "otemmo" ; - Pass Pl P2 => p_ + "oteste" ; - Pass Pl P3 => p_ + "otettero" ; - Fut Sg P1 => p_ + "otrò" ; - Fut Sg P2 => p_ + "otrai" ; - Fut Sg P3 => p_ + "otrà" ; - Fut Pl P1 => p_ + "otremo" ; - Fut Pl P2 => p_ + "otrete" ; - Fut Pl P3 => p_ + "otranno" ; + 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" ; - Cong Imperf Sg P2 => p_ + "otessi" ; - Cong Imperf Sg P3 => p_ + "otesse" ; - Cong Imperf Pl P1 => p_ + "otessimo" ; - Cong Imperf Pl P2 => p_ + "oteste" ; - Cong Imperf Pl P3 => p_ + "otessero" ; - Cond Sg P1 => p_ + "otrei" ; - Cond Sg P2 => p_ + "otresti" ; - Cond Sg P3 => p_ + "otrebbe" ; - Cond Pl P1 => p_ + "otremmo" ; - Cond Pl P2 => p_ + "otreste" ; - Cond Pl P3 => p_ + "otrebbero" ; + 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 {} ; @@ -4235,42 +4235,42 @@ oper prendere_70 : Str -> Verbo = \prendere -> Indi Pres Pl P1 => pre_ + "ndiamo" ; Indi Pres Pl P2 => pre_ + "ndete" ; Indi Pres Pl P3 => pre_ + "ndono" ; - Indi Imperf Sg P1 => pre_ + "ndevo" ; - Indi Imperf Sg P2 => pre_ + "ndevi" ; - Indi Imperf Sg P3 => pre_ + "ndeva" ; - Indi Imperf Pl P1 => pre_ + "ndevamo" ; - Indi Imperf Pl P2 => pre_ + "ndevate" ; - Indi Imperf Pl P3 => pre_ + "ndevano" ; - Pass Sg P1 => pre_ + "si" ; - Pass Sg P2 => pre_ + "ndesti" ; - Pass Sg P3 => pre_ + "se" ; - Pass Pl P1 => pre_ + "ndemmo" ; - Pass Pl P2 => pre_ + "ndeste" ; - Pass Pl P3 => pre_ + "sero" ; - Fut Sg P1 => pre_ + "nderò" ; - Fut Sg P2 => pre_ + "nderai" ; - Fut Sg P3 => pre_ + "nderà" ; - Fut Pl P1 => pre_ + "nderemo" ; - Fut Pl P2 => pre_ + "nderete" ; - Fut Pl P3 => pre_ + "nderanno" ; + 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" ; - Cong Imperf Sg P2 => pre_ + "ndessi" ; - Cong Imperf Sg P3 => pre_ + "ndesse" ; - Cong Imperf Pl P1 => pre_ + "ndessimo" ; - Cong Imperf Pl P2 => pre_ + "ndeste" ; - Cong Imperf Pl P3 => pre_ + "ndessero" ; - Cond Sg P1 => pre_ + "nderei" ; - Cond Sg P2 => pre_ + "nderesti" ; - Cond Sg P3 => pre_ + "nderebbe" ; - Cond Pl P1 => pre_ + "nderemmo" ; - Cond Pl P2 => pre_ + "ndereste" ; - Cond Pl P3 => pre_ + "nderebbero" ; + 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" ; @@ -4297,42 +4297,42 @@ oper radere_71 : Str -> Verbo = \radere -> Indi Pres Pl P1 => ra_ + "diamo" ; Indi Pres Pl P2 => ra_ + "dete" ; Indi Pres Pl P3 => ra_ + "dono" ; - Indi Imperf Sg P1 => ra_ + "devo" ; - Indi Imperf Sg P2 => ra_ + "devi" ; - Indi Imperf Sg P3 => ra_ + "deva" ; - Indi Imperf Pl P1 => ra_ + "devamo" ; - Indi Imperf Pl P2 => ra_ + "devate" ; - Indi Imperf Pl P3 => ra_ + "devano" ; - Pass Sg P1 => ra_ + "si" ; - Pass Sg P2 => ra_ + "desti" ; - Pass Sg P3 => ra_ + "se" ; - Pass Pl P1 => ra_ + "demmo" ; - Pass Pl P2 => ra_ + "deste" ; - Pass Pl P3 => ra_ + "sero" ; - Fut Sg P1 => ra_ + "derò" ; - Fut Sg P2 => ra_ + "derai" ; - Fut Sg P3 => ra_ + "derà" ; - Fut Pl P1 => ra_ + "deremo" ; - Fut Pl P2 => ra_ + "derete" ; - Fut Pl P3 => ra_ + "deranno" ; + 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" ; - Cong Imperf Sg P2 => ra_ + "dessi" ; - Cong Imperf Sg P3 => ra_ + "desse" ; - Cong Imperf Pl P1 => ra_ + "dessimo" ; - Cong Imperf Pl P2 => ra_ + "deste" ; - Cong Imperf Pl P3 => ra_ + "dessero" ; - Cond Sg P1 => ra_ + "derei" ; - Cond Sg P2 => ra_ + "deresti" ; - Cond Sg P3 => ra_ + "derebbe" ; - Cond Pl P1 => ra_ + "deremmo" ; - Cond Pl P2 => ra_ + "dereste" ; - Cond Pl P3 => ra_ + "derebbero" ; + 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" ; @@ -4359,42 +4359,42 @@ oper redigere_72 : Str -> Verbo = \redigere -> Indi Pres Pl P1 => red_ + "igiamo" ; Indi Pres Pl P2 => red_ + "igete" ; Indi Pres Pl P3 => red_ + "igono" ; - Indi Imperf Sg P1 => red_ + "igevo" ; - Indi Imperf Sg P2 => red_ + "igevi" ; - Indi Imperf Sg P3 => red_ + "igeva" ; - Indi Imperf Pl P1 => red_ + "igevamo" ; - Indi Imperf Pl P2 => red_ + "igevate" ; - Indi Imperf Pl P3 => red_ + "igevano" ; - Pass Sg P1 => red_ + "assi" ; - Pass Sg P2 => red_ + "igesti" ; - Pass Sg P3 => red_ + "asse" ; - Pass Pl P1 => red_ + "igemmo" ; - Pass Pl P2 => red_ + "igeste" ; - Pass Pl P3 => red_ + "assero" ; - Fut Sg P1 => red_ + "igerò" ; - Fut Sg P2 => red_ + "igerai" ; - Fut Sg P3 => red_ + "igerà" ; - Fut Pl P1 => red_ + "igeremo" ; - Fut Pl P2 => red_ + "igerete" ; - Fut Pl P3 => red_ + "igeranno" ; + 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" ; - Cong Imperf Sg P2 => red_ + "igessi" ; - Cong Imperf Sg P3 => red_ + "igesse" ; - Cong Imperf Pl P1 => red_ + "igessimo" ; - Cong Imperf Pl P2 => red_ + "igeste" ; - Cong Imperf Pl P3 => red_ + "igessero" ; - Cond Sg P1 => red_ + "igerei" ; - Cond Sg P2 => red_ + "igeresti" ; - Cond Sg P3 => red_ + "igerebbe" ; - Cond Pl P1 => red_ + "igeremmo" ; - Cond Pl P2 => red_ + "igereste" ; - Cond Pl P3 => red_ + "igerebbero" ; + 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" ; @@ -4421,42 +4421,42 @@ oper redimere_73 : Str -> Verbo = \redimere -> Indi Pres Pl P1 => red_ + "imiamo" ; Indi Pres Pl P2 => red_ + "imete" ; Indi Pres Pl P3 => red_ + "imono" ; - Indi Imperf Sg P1 => red_ + "imevo" ; - Indi Imperf Sg P2 => red_ + "imevi" ; - Indi Imperf Sg P3 => red_ + "imeva" ; - Indi Imperf Pl P1 => red_ + "imevamo" ; - Indi Imperf Pl P2 => red_ + "imevate" ; - Indi Imperf Pl P3 => red_ + "imevano" ; - Pass Sg P1 => red_ + "ensi" ; - Pass Sg P2 => red_ + "imesti" ; - Pass Sg P3 => red_ + "ense" ; - Pass Pl P1 => red_ + "imemmo" ; - Pass Pl P2 => red_ + "imeste" ; - Pass Pl P3 => red_ + "ensero" ; - Fut Sg P1 => red_ + "imerò" ; - Fut Sg P2 => red_ + "imerai" ; - Fut Sg P3 => red_ + "imerà" ; - Fut Pl P1 => red_ + "imeremo" ; - Fut Pl P2 => red_ + "imerete" ; - Fut Pl P3 => red_ + "imeranno" ; + 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" ; - Cong Imperf Sg P2 => red_ + "imessi" ; - Cong Imperf Sg P3 => red_ + "imesse" ; - Cong Imperf Pl P1 => red_ + "imessimo" ; - Cong Imperf Pl P2 => red_ + "imeste" ; - Cong Imperf Pl P3 => red_ + "imessero" ; - Cond Sg P1 => red_ + "imerei" ; - Cond Sg P2 => red_ + "imeresti" ; - Cond Sg P3 => red_ + "imerebbe" ; - Cond Pl P1 => red_ + "imeremmo" ; - Cond Pl P2 => red_ + "imereste" ; - Cond Pl P3 => red_ + "imerebbero" ; + 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" ; @@ -4483,42 +4483,42 @@ oper ridere_74 : Str -> Verbo = \ridere -> Indi Pres Pl P1 => ri_ + "diamo" ; Indi Pres Pl P2 => ri_ + "dete" ; Indi Pres Pl P3 => ri_ + "dono" ; - Indi Imperf Sg P1 => ri_ + "devo" ; - Indi Imperf Sg P2 => ri_ + "devi" ; - Indi Imperf Sg P3 => ri_ + "deva" ; - Indi Imperf Pl P1 => ri_ + "devamo" ; - Indi Imperf Pl P2 => ri_ + "devate" ; - Indi Imperf Pl P3 => ri_ + "devano" ; - Pass Sg P1 => ri_ + "si" ; - Pass Sg P2 => ri_ + "desti" ; - Pass Sg P3 => ri_ + "se" ; - Pass Pl P1 => ri_ + "demmo" ; - Pass Pl P2 => ri_ + "deste" ; - Pass Pl P3 => ri_ + "sero" ; - Fut Sg P1 => ri_ + "derò" ; - Fut Sg P2 => ri_ + "derai" ; - Fut Sg P3 => ri_ + "derà" ; - Fut Pl P1 => ri_ + "deremo" ; - Fut Pl P2 => ri_ + "derete" ; - Fut Pl P3 => ri_ + "deranno" ; + 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" ; - Cong Imperf Sg P2 => ri_ + "dessi" ; - Cong Imperf Sg P3 => ri_ + "desse" ; - Cong Imperf Pl P1 => ri_ + "dessimo" ; - Cong Imperf Pl P2 => ri_ + "deste" ; - Cong Imperf Pl P3 => ri_ + "dessero" ; - Cond Sg P1 => ri_ + "derei" ; - Cond Sg P2 => ri_ + "deresti" ; - Cond Sg P3 => ri_ + "derebbe" ; - Cond Pl P1 => ri_ + "deremmo" ; - Cond Pl P2 => ri_ + "dereste" ; - Cond Pl P3 => ri_ + "derebbero" ; + 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" ; @@ -4545,42 +4545,42 @@ oper rimanere_75 : Str -> Verbo = \rimanere -> Indi Pres Pl P1 => rima_ + "niamo" ; Indi Pres Pl P2 => rima_ + "nete" ; Indi Pres Pl P3 => rima_ + "ngono" ; - Indi Imperf Sg P1 => rima_ + "nevo" ; - Indi Imperf Sg P2 => rima_ + "nevi" ; - Indi Imperf Sg P3 => rima_ + "neva" ; - Indi Imperf Pl P1 => rima_ + "nevamo" ; - Indi Imperf Pl P2 => rima_ + "nevate" ; - Indi Imperf Pl P3 => rima_ + "nevano" ; - Pass Sg P1 => rima_ + "si" ; - Pass Sg P2 => rima_ + "nesti" ; - Pass Sg P3 => rima_ + "se" ; - Pass Pl P1 => rima_ + "nemmo" ; - Pass Pl P2 => rima_ + "neste" ; - Pass Pl P3 => rima_ + "sero" ; - Fut Sg P1 => rima_ + "rrò" ; - Fut Sg P2 => rima_ + "rrai" ; - Fut Sg P3 => rima_ + "rrà" ; - Fut Pl P1 => rima_ + "rremo" ; - Fut Pl P2 => rima_ + "rrete" ; - Fut Pl P3 => rima_ + "rranno" ; + 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" ; - Cong Imperf Sg P2 => rima_ + "nessi" ; - Cong Imperf Sg P3 => rima_ + "nesse" ; - Cong Imperf Pl P1 => rima_ + "nessimo" ; - Cong Imperf Pl P2 => rima_ + "neste" ; - Cong Imperf Pl P3 => rima_ + "nessero" ; - Cond Sg P1 => rima_ + "rrei" ; - Cond Sg P2 => rima_ + "rresti" ; - Cond Sg P3 => rima_ + "rrebbe" ; - Cond Pl P1 => rima_ + "rremmo" ; - Cond Pl P2 => rima_ + "rreste" ; - Cond Pl P3 => rima_ + "rrebbero" ; + 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" ; @@ -4607,42 +4607,42 @@ oper rispondere_76 : Str -> Verbo = \rispondere -> Indi Pres Pl P1 => rispo_ + "ndiamo" ; Indi Pres Pl P2 => rispo_ + "ndete" ; Indi Pres Pl P3 => rispo_ + "ndono" ; - Indi Imperf Sg P1 => rispo_ + "ndevo" ; - Indi Imperf Sg P2 => rispo_ + "ndevi" ; - Indi Imperf Sg P3 => rispo_ + "ndeva" ; - Indi Imperf Pl P1 => rispo_ + "ndevamo" ; - Indi Imperf Pl P2 => rispo_ + "ndevate" ; - Indi Imperf Pl P3 => rispo_ + "ndevano" ; - Pass Sg P1 => rispo_ + "si" ; - Pass Sg P2 => rispo_ + "ndesti" ; - Pass Sg P3 => rispo_ + "se" ; - Pass Pl P1 => rispo_ + "ndemmo" ; - Pass Pl P2 => rispo_ + "ndeste" ; - Pass Pl P3 => rispo_ + "sero" ; - Fut Sg P1 => rispo_ + "nderò" ; - Fut Sg P2 => rispo_ + "nderai" ; - Fut Sg P3 => rispo_ + "nderà" ; - Fut Pl P1 => rispo_ + "nderemo" ; - Fut Pl P2 => rispo_ + "nderete" ; - Fut Pl P3 => rispo_ + "nderanno" ; + 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" ; - Cong Imperf Sg P2 => rispo_ + "ndessi" ; - Cong Imperf Sg P3 => rispo_ + "ndesse" ; - Cong Imperf Pl P1 => rispo_ + "ndessimo" ; - Cong Imperf Pl P2 => rispo_ + "ndeste" ; - Cong Imperf Pl P3 => rispo_ + "ndessero" ; - Cond Sg P1 => rispo_ + "nderei" ; - Cond Sg P2 => rispo_ + "nderesti" ; - Cond Sg P3 => rispo_ + "nderebbe" ; - Cond Pl P1 => rispo_ + "nderemmo" ; - Cond Pl P2 => rispo_ + "ndereste" ; - Cond Pl P3 => rispo_ + "nderebbero" ; + 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" ; @@ -4669,42 +4669,42 @@ oper rompere_77 : Str -> Verbo = \roompere -> Indi Pres Pl P1 => ro_ + "ompiamo" ; Indi Pres Pl P2 => ro_ + "ompete" ; Indi Pres Pl P3 => ro_ + "ompono" ; - Indi Imperf Sg P1 => ro_ + "ompevo" ; - Indi Imperf Sg P2 => ro_ + "ompevi" ; - Indi Imperf Sg P3 => ro_ + "ompeva" ; - Indi Imperf Pl P1 => ro_ + "ompevamo" ; - Indi Imperf Pl P2 => ro_ + "ompevate" ; - Indi Imperf Pl P3 => ro_ + "ompevano" ; - Pass Sg P1 => ro_ + "uppi" ; - Pass Sg P2 => ro_ + "ompesti" ; - Pass Sg P3 => ro_ + "uppe" ; - Pass Pl P1 => ro_ + "ompemmo" ; - Pass Pl P2 => ro_ + "ompeste" ; - Pass Pl P3 => ro_ + "uppero" ; - Fut Sg P1 => ro_ + "omperò" ; - Fut Sg P2 => ro_ + "omperai" ; - Fut Sg P3 => ro_ + "omperà" ; - Fut Pl P1 => ro_ + "omperemo" ; - Fut Pl P2 => ro_ + "omperete" ; - Fut Pl P3 => ro_ + "omperanno" ; + 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" ; - Cong Imperf Sg P2 => ro_ + "ompessi" ; - Cong Imperf Sg P3 => ro_ + "ompesse" ; - Cong Imperf Pl P1 => ro_ + "ompessimo" ; - Cong Imperf Pl P2 => ro_ + "ompeste" ; - Cong Imperf Pl P3 => ro_ + "ompessero" ; - Cond Sg P1 => ro_ + "omperei" ; - Cond Sg P2 => ro_ + "omperesti" ; - Cond Sg P3 => ro_ + "omperebbe" ; - Cond Pl P1 => ro_ + "omperemmo" ; - Cond Pl P2 => ro_ + "ompereste" ; - Cond Pl P3 => ro_ + "omperebbero" ; + 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" ; @@ -4731,42 +4731,42 @@ oper sapere_78 : Str -> Verbo = \sapere -> Indi Pres Pl P1 => s_ + "appiamo" ; Indi Pres Pl P2 => s_ + "apete" ; Indi Pres Pl P3 => s_ + "anno" ; - Indi Imperf Sg P1 => s_ + "apevo" ; - Indi Imperf Sg P2 => s_ + "apevi" ; - Indi Imperf Sg P3 => s_ + "apeva" ; - Indi Imperf Pl P1 => s_ + "apevamo" ; - Indi Imperf Pl P2 => s_ + "apevate" ; - Indi Imperf Pl P3 => s_ + "apevano" ; - Pass Sg P1 => s_ + "eppi" ; - Pass Sg P2 => s_ + "apesti" ; - Pass Sg P3 => s_ + "eppe" ; - Pass Pl P1 => s_ + "apemmo" ; - Pass Pl P2 => s_ + "apeste" ; - Pass Pl P3 => s_ + "eppero" ; - Fut Sg P1 => s_ + "aprò" ; - Fut Sg P2 => s_ + "aprai" ; - Fut Sg P3 => s_ + "aprà" ; - Fut Pl P1 => s_ + "apremo" ; - Fut Pl P2 => s_ + "aprete" ; - Fut Pl P3 => s_ + "apranno" ; + 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" ; - Cong Imperf Sg P2 => s_ + "apessi" ; - Cong Imperf Sg P3 => s_ + "apesse" ; - Cong Imperf Pl P1 => s_ + "apessimo" ; - Cong Imperf Pl P2 => s_ + "apeste" ; - Cong Imperf Pl P3 => s_ + "apessero" ; - Cond Sg P1 => s_ + "aprei" ; - Cond Sg P2 => s_ + "apresti" ; - Cond Sg P3 => s_ + "aprebbe" ; - Cond Pl P1 => s_ + "apremmo" ; - Cond Pl P2 => s_ + "apreste" ; - Cond Pl P3 => s_ + "aprebbero" ; + 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" ; @@ -4793,42 +4793,42 @@ oper scegliere_79 : Str -> Verbo = \scegliere -> Indi Pres Pl P1 => sce_ + "gliamo" ; Indi Pres Pl P2 => sce_ + "gliete" ; Indi Pres Pl P3 => sce_ + "lgono" ; - Indi Imperf Sg P1 => sce_ + "glievo" ; - Indi Imperf Sg P2 => sce_ + "glievi" ; - Indi Imperf Sg P3 => sce_ + "glieva" ; - Indi Imperf Pl P1 => sce_ + "glievamo" ; - Indi Imperf Pl P2 => sce_ + "glievate" ; - Indi Imperf Pl P3 => sce_ + "glievano" ; - Pass Sg P1 => sce_ + "lsi" ; - Pass Sg P2 => sce_ + "gliesti" ; - Pass Sg P3 => sce_ + "lse" ; - Pass Pl P1 => sce_ + "gliemmo" ; - Pass Pl P2 => sce_ + "glieste" ; - Pass Pl P3 => sce_ + "lsero" ; - Fut Sg P1 => sce_ + "glierò" ; - Fut Sg P2 => sce_ + "glierai" ; - Fut Sg P3 => sce_ + "glierà" ; - Fut Pl P1 => sce_ + "glieremo" ; - Fut Pl P2 => sce_ + "glierete" ; - Fut Pl P3 => sce_ + "glieranno" ; + 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" ; - Cong Imperf Sg P2 => sce_ + "gliessi" ; - Cong Imperf Sg P3 => sce_ + "gliesse" ; - Cong Imperf Pl P1 => sce_ + "gliessimo" ; - Cong Imperf Pl P2 => sce_ + "glieste" ; - Cong Imperf Pl P3 => sce_ + "gliessero" ; - Cond Sg P1 => sce_ + "glierei" ; - Cond Sg P2 => sce_ + "glieresti" ; - Cond Sg P3 => sce_ + "glierebbe" ; - Cond Pl P1 => sce_ + "glieremmo" ; - Cond Pl P2 => sce_ + "gliereste" ; - Cond Pl P3 => sce_ + "glierebbero" ; + 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" ; @@ -4855,42 +4855,42 @@ oper scendere_80 : Str -> Verbo = \scendere -> Indi Pres Pl P1 => sce_ + "ndiamo" ; Indi Pres Pl P2 => sce_ + "ndete" ; Indi Pres Pl P3 => sce_ + "ndono" ; - Indi Imperf Sg P1 => sce_ + "ndevo" ; - Indi Imperf Sg P2 => sce_ + "ndevi" ; - Indi Imperf Sg P3 => sce_ + "ndeva" ; - Indi Imperf Pl P1 => sce_ + "ndevamo" ; - Indi Imperf Pl P2 => sce_ + "ndevate" ; - Indi Imperf Pl P3 => sce_ + "ndevano" ; - Pass Sg P1 => sce_ + "si" ; - Pass Sg P2 => sce_ + "ndesti" ; - Pass Sg P3 => sce_ + "se" ; - Pass Pl P1 => sce_ + "ndemmo" ; - Pass Pl P2 => sce_ + "ndeste" ; - Pass Pl P3 => sce_ + "sero" ; - Fut Sg P1 => sce_ + "nderò" ; - Fut Sg P2 => sce_ + "nderai" ; - Fut Sg P3 => sce_ + "nderà" ; - Fut Pl P1 => sce_ + "nderemo" ; - Fut Pl P2 => sce_ + "nderete" ; - Fut Pl P3 => sce_ + "nderanno" ; + 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" ; - Cong Imperf Sg P2 => sce_ + "ndessi" ; - Cong Imperf Sg P3 => sce_ + "ndesse" ; - Cong Imperf Pl P1 => sce_ + "ndessimo" ; - Cong Imperf Pl P2 => sce_ + "ndeste" ; - Cong Imperf Pl P3 => sce_ + "ndessero" ; - Cond Sg P1 => sce_ + "nderei" ; - Cond Sg P2 => sce_ + "nderesti" ; - Cond Sg P3 => sce_ + "nderebbe" ; - Cond Pl P1 => sce_ + "nderemmo" ; - Cond Pl P2 => sce_ + "ndereste" ; - Cond Pl P3 => sce_ + "nderebbero" ; + 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" ; @@ -4917,42 +4917,42 @@ oper scindere_81 : Str -> Verbo = \scindere -> Indi Pres Pl P1 => sci_ + "ndiamo" ; Indi Pres Pl P2 => sci_ + "ndete" ; Indi Pres Pl P3 => sci_ + "ndono" ; - Indi Imperf Sg P1 => sci_ + "ndevo" ; - Indi Imperf Sg P2 => sci_ + "ndevi" ; - Indi Imperf Sg P3 => sci_ + "ndeva" ; - Indi Imperf Pl P1 => sci_ + "ndevamo" ; - Indi Imperf Pl P2 => sci_ + "ndevate" ; - Indi Imperf Pl P3 => sci_ + "ndevano" ; - Pass Sg P1 => sci_ + "ssi" ; - Pass Sg P2 => sci_ + "ndesti" ; - Pass Sg P3 => sci_ + "sse" ; - Pass Pl P1 => sci_ + "ndemmo" ; - Pass Pl P2 => sci_ + "ndeste" ; - Pass Pl P3 => sci_ + "ssero" ; - Fut Sg P1 => sci_ + "nderò" ; - Fut Sg P2 => sci_ + "nderai" ; - Fut Sg P3 => sci_ + "nderà" ; - Fut Pl P1 => sci_ + "nderemo" ; - Fut Pl P2 => sci_ + "nderete" ; - Fut Pl P3 => sci_ + "nderanno" ; + 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" ; - Cong Imperf Sg P2 => sci_ + "ndessi" ; - Cong Imperf Sg P3 => sci_ + "ndesse" ; - Cong Imperf Pl P1 => sci_ + "ndessimo" ; - Cong Imperf Pl P2 => sci_ + "ndeste" ; - Cong Imperf Pl P3 => sci_ + "ndessero" ; - Cond Sg P1 => sci_ + "nderei" ; - Cond Sg P2 => sci_ + "nderesti" ; - Cond Sg P3 => sci_ + "nderebbe" ; - Cond Pl P1 => sci_ + "nderemmo" ; - Cond Pl P2 => sci_ + "ndereste" ; - Cond Pl P3 => sci_ + "nderebbero" ; + 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" ; @@ -4979,42 +4979,42 @@ oper scrivere_82 : Str -> Verbo = \scrivere -> Indi Pres Pl P1 => scri_ + "viamo" ; Indi Pres Pl P2 => scri_ + "vete" ; Indi Pres Pl P3 => scri_ + "vono" ; - Indi Imperf Sg P1 => scri_ + "vevo" ; - Indi Imperf Sg P2 => scri_ + "vevi" ; - Indi Imperf Sg P3 => scri_ + "veva" ; - Indi Imperf Pl P1 => scri_ + "vevamo" ; - Indi Imperf Pl P2 => scri_ + "vevate" ; - Indi Imperf Pl P3 => scri_ + "vevano" ; - Pass Sg P1 => scri_ + "ssi" ; - Pass Sg P2 => scri_ + "vesti" ; - Pass Sg P3 => scri_ + "sse" ; - Pass Pl P1 => scri_ + "vemmo" ; - Pass Pl P2 => scri_ + "veste" ; - Pass Pl P3 => scri_ + "ssero" ; - Fut Sg P1 => scri_ + "verò" ; - Fut Sg P2 => scri_ + "verai" ; - Fut Sg P3 => scri_ + "verà" ; - Fut Pl P1 => scri_ + "veremo" ; - Fut Pl P2 => scri_ + "verete" ; - Fut Pl P3 => scri_ + "veranno" ; + 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" ; - Cong Imperf Sg P2 => scri_ + "vessi" ; - Cong Imperf Sg P3 => scri_ + "vesse" ; - Cong Imperf Pl P1 => scri_ + "vessimo" ; - Cong Imperf Pl P2 => scri_ + "veste" ; - Cong Imperf Pl P3 => scri_ + "vessero" ; - Cond Sg P1 => scri_ + "verei" ; - Cond Sg P2 => scri_ + "veresti" ; - Cond Sg P3 => scri_ + "verebbe" ; - Cond Pl P1 => scri_ + "veremmo" ; - Cond Pl P2 => scri_ + "vereste" ; - Cond Pl P3 => scri_ + "verebbero" ; + 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" ; @@ -5041,42 +5041,42 @@ oper scuotere_83 : Str -> Verbo = \scuotere -> Indi Pres Pl P1 => sc_ + "uotiamo" ; Indi Pres Pl P2 => sc_ + "uotete" ; Indi Pres Pl P3 => sc_ + "uotono" ; - Indi Imperf Sg P1 => sc_ + "uotevo" ; - Indi Imperf Sg P2 => sc_ + "uotevi" ; - Indi Imperf Sg P3 => sc_ + "uoteva" ; - Indi Imperf Pl P1 => sc_ + "uotevamo" ; - Indi Imperf Pl P2 => sc_ + "uotevate" ; - Indi Imperf Pl P3 => sc_ + "uotevano" ; - Pass Sg P1 => sc_ + "ossi" ; - Pass Sg P2 => sc_ + "uotesti" ; - Pass Sg P3 => sc_ + "osse" ; - Pass Pl P1 => sc_ + "uotemmo" ; - Pass Pl P2 => sc_ + "uoteste" ; - Pass Pl P3 => sc_ + "ossero" ; - Fut Sg P1 => sc_ + "uoterò" ; - Fut Sg P2 => sc_ + "uoterai" ; - Fut Sg P3 => sc_ + "uoterà" ; - Fut Pl P1 => sc_ + "uoteremo" ; - Fut Pl P2 => sc_ + "uoterete" ; - Fut Pl P3 => sc_ + "uoteranno" ; + 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" ; - Cong Imperf Sg P2 => sc_ + "uotessi" ; - Cong Imperf Sg P3 => sc_ + "uotesse" ; - Cong Imperf Pl P1 => sc_ + "uotessimo" ; - Cong Imperf Pl P2 => sc_ + "uoteste" ; - Cong Imperf Pl P3 => sc_ + "uotessero" ; - Cond Sg P1 => sc_ + "uoterei" ; - Cond Sg P2 => sc_ + "uoteresti" ; - Cond Sg P3 => sc_ + "uoterebbe" ; - Cond Pl P1 => sc_ + "uoteremmo" ; - Cond Pl P2 => sc_ + "uotereste" ; - Cond Pl P3 => sc_ + "uoterebbero" ; + 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" ; @@ -5103,42 +5103,42 @@ oper sedere_84 : Str -> Verbo = \sedere -> Indi Pres Pl P1 => s_ + "ediamo" ; Indi Pres Pl P2 => s_ + "edete" ; Indi Pres Pl P3 => s_ + "iedono" ; - Indi Imperf Sg P1 => s_ + "edevo" ; - Indi Imperf Sg P2 => s_ + "edevi" ; - Indi Imperf Sg P3 => s_ + "edeva" ; - Indi Imperf Pl P1 => s_ + "edevamo" ; - Indi Imperf Pl P2 => s_ + "edevate" ; - Indi Imperf Pl P3 => s_ + "edevano" ; - Pass Sg P1 => s_ + "edetti" ; - Pass Sg P2 => s_ + "edesti" ; - Pass Sg P3 => s_ + "edette" ; - Pass Pl P1 => s_ + "edemmo" ; - Pass Pl P2 => s_ + "edeste" ; - Pass Pl P3 => s_ + "edettero" ; - Fut Sg P1 => s_ + "ederò" ; - Fut Sg P2 => s_ + "ederai" ; - Fut Sg P3 => s_ + "ederà" ; - Fut Pl P1 => s_ + "ederemo" ; - Fut Pl P2 => s_ + "ederete" ; - Fut Pl P3 => s_ + "ederanno" ; + 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" ; - Cong Imperf Sg P2 => s_ + "edessi" ; - Cong Imperf Sg P3 => s_ + "edesse" ; - Cong Imperf Pl P1 => s_ + "edessimo" ; - Cong Imperf Pl P2 => s_ + "edeste" ; - Cong Imperf Pl P3 => s_ + "edessero" ; - Cond Sg P1 => s_ + "ederei" ; - Cond Sg P2 => s_ + "ederesti" ; - Cond Sg P3 => s_ + "ederebbe" ; - Cond Pl P1 => s_ + "ederemmo" ; - Cond Pl P2 => s_ + "edereste" ; - Cond Pl P3 => s_ + "ederebbero" ; + 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" ; @@ -5165,42 +5165,42 @@ oper spargere_85 : Str -> Verbo = \spargere -> Indi Pres Pl P1 => spar_ + "giamo" ; Indi Pres Pl P2 => spar_ + "gete" ; Indi Pres Pl P3 => spar_ + "gono" ; - Indi Imperf Sg P1 => spar_ + "gevo" ; - Indi Imperf Sg P2 => spar_ + "gevi" ; - Indi Imperf Sg P3 => spar_ + "geva" ; - Indi Imperf Pl P1 => spar_ + "gevamo" ; - Indi Imperf Pl P2 => spar_ + "gevate" ; - Indi Imperf Pl P3 => spar_ + "gevano" ; - Pass Sg P1 => spar_ + "si" ; - Pass Sg P2 => spar_ + "gesti" ; - Pass Sg P3 => spar_ + "se" ; - Pass Pl P1 => spar_ + "gemmo" ; - Pass Pl P2 => spar_ + "geste" ; - Pass Pl P3 => spar_ + "sero" ; - Fut Sg P1 => spar_ + "gerò" ; - Fut Sg P2 => spar_ + "gerai" ; - Fut Sg P3 => spar_ + "gerà" ; - Fut Pl P1 => spar_ + "geremo" ; - Fut Pl P2 => spar_ + "gerete" ; - Fut Pl P3 => spar_ + "geranno" ; + 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" ; - Cong Imperf Sg P2 => spar_ + "gessi" ; - Cong Imperf Sg P3 => spar_ + "gesse" ; - Cong Imperf Pl P1 => spar_ + "gessimo" ; - Cong Imperf Pl P2 => spar_ + "geste" ; - Cong Imperf Pl P3 => spar_ + "gessero" ; - Cond Sg P1 => spar_ + "gerei" ; - Cond Sg P2 => spar_ + "geresti" ; - Cond Sg P3 => spar_ + "gerebbe" ; - Cond Pl P1 => spar_ + "geremmo" ; - Cond Pl P2 => spar_ + "gereste" ; - Cond Pl P3 => spar_ + "gerebbero" ; + 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" ; @@ -5227,42 +5227,42 @@ oper spegnere_86 : Str -> Verbo = \spegnere -> Indi Pres Pl P1 => spe_ + "gniamo" ; Indi Pres Pl P2 => spe_ + "gnete" ; Indi Pres Pl P3 => spe_ + "ngono" ; - Indi Imperf Sg P1 => spe_ + "gnevo" ; - Indi Imperf Sg P2 => spe_ + "gnevi" ; - Indi Imperf Sg P3 => spe_ + "gneva" ; - Indi Imperf Pl P1 => spe_ + "gnevamo" ; - Indi Imperf Pl P2 => spe_ + "gnevate" ; - Indi Imperf Pl P3 => spe_ + "gnevano" ; - Pass Sg P1 => spe_ + "nsi" ; - Pass Sg P2 => spe_ + "gnesti" ; - Pass Sg P3 => spe_ + "nse" ; - Pass Pl P1 => spe_ + "gnemmo" ; - Pass Pl P2 => spe_ + "gneste" ; - Pass Pl P3 => spe_ + "nsero" ; - Fut Sg P1 => spe_ + "gnerò" ; - Fut Sg P2 => spe_ + "gnerai" ; - Fut Sg P3 => spe_ + "gnerà" ; - Fut Pl P1 => spe_ + "gneremo" ; - Fut Pl P2 => spe_ + "gnerete" ; - Fut Pl P3 => spe_ + "gneranno" ; + 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" ; - Cong Imperf Sg P2 => spe_ + "gnessi" ; - Cong Imperf Sg P3 => spe_ + "gnesse" ; - Cong Imperf Pl P1 => spe_ + "gnessimo" ; - Cong Imperf Pl P2 => spe_ + "gneste" ; - Cong Imperf Pl P3 => spe_ + "gnessero" ; - Cond Sg P1 => spe_ + "gnerei" ; - Cond Sg P2 => spe_ + "gneresti" ; - Cond Sg P3 => spe_ + "gnerebbe" ; - Cond Pl P1 => spe_ + "gneremmo" ; - Cond Pl P2 => spe_ + "gnereste" ; - Cond Pl P3 => spe_ + "gnerebbero" ; + 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" ; @@ -5289,42 +5289,42 @@ oper stringere_87 : Str -> Verbo = \striingere -> Indi Pres Pl P1 => stri_ + "ingiamo" ; Indi Pres Pl P2 => stri_ + "ingete" ; Indi Pres Pl P3 => stri_ + "ingono" ; - Indi Imperf Sg P1 => stri_ + "ingevo" ; - Indi Imperf Sg P2 => stri_ + "ingevi" ; - Indi Imperf Sg P3 => stri_ + "ingeva" ; - Indi Imperf Pl P1 => stri_ + "ingevamo" ; - Indi Imperf Pl P2 => stri_ + "ingevate" ; - Indi Imperf Pl P3 => stri_ + "ingevano" ; - Pass Sg P1 => stri_ + "insi" ; - Pass Sg P2 => stri_ + "ingesti" ; - Pass Sg P3 => stri_ + "inse" ; - Pass Pl P1 => stri_ + "ingemmo" ; - Pass Pl P2 => stri_ + "ingeste" ; - Pass Pl P3 => stri_ + "insero" ; - Fut Sg P1 => stri_ + "ingerò" ; - Fut Sg P2 => stri_ + "ingerai" ; - Fut Sg P3 => stri_ + "ingerà" ; - Fut Pl P1 => stri_ + "ingeremo" ; - Fut Pl P2 => stri_ + "ingerete" ; - Fut Pl P3 => stri_ + "ingeranno" ; + 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" ; - Cong Imperf Sg P2 => stri_ + "ingessi" ; - Cong Imperf Sg P3 => stri_ + "ingesse" ; - Cong Imperf Pl P1 => stri_ + "ingessimo" ; - Cong Imperf Pl P2 => stri_ + "ingeste" ; - Cong Imperf Pl P3 => stri_ + "ingessero" ; - Cond Sg P1 => stri_ + "ingerei" ; - Cond Sg P2 => stri_ + "ingeresti" ; - Cond Sg P3 => stri_ + "ingerebbe" ; - Cond Pl P1 => stri_ + "ingeremmo" ; - Cond Pl P2 => stri_ + "ingereste" ; - Cond Pl P3 => stri_ + "ingerebbero" ; + 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" ; @@ -5351,42 +5351,42 @@ oper svellere_88 : Str -> Verbo = \svellere -> Indi Pres Pl P1 => svel_ + "liamo" ; Indi Pres Pl P2 => svel_ + "lete" ; Indi Pres Pl P3 => svel_ + "lono" ; - Indi Imperf Sg P1 => svel_ + "levo" ; - Indi Imperf Sg P2 => svel_ + "levi" ; - Indi Imperf Sg P3 => svel_ + "leva" ; - Indi Imperf Pl P1 => svel_ + "levamo" ; - Indi Imperf Pl P2 => svel_ + "levate" ; - Indi Imperf Pl P3 => svel_ + "levano" ; - Pass Sg P1 => svel_ + "si" ; - Pass Sg P2 => svel_ + "lesti" ; - Pass Sg P3 => svel_ + "se" ; - Pass Pl P1 => svel_ + "lemmo" ; - Pass Pl P2 => svel_ + "leste" ; - Pass Pl P3 => svel_ + "sero" ; - Fut Sg P1 => svel_ + "lerò" ; - Fut Sg P2 => svel_ + "lerai" ; - Fut Sg P3 => svel_ + "lerà" ; - Fut Pl P1 => svel_ + "leremo" ; - Fut Pl P2 => svel_ + "lerete" ; - Fut Pl P3 => svel_ + "leranno" ; + 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" ; - Cong Imperf Sg P2 => svel_ + "lessi" ; - Cong Imperf Sg P3 => svel_ + "lesse" ; - Cong Imperf Pl P1 => svel_ + "lessimo" ; - Cong Imperf Pl P2 => svel_ + "leste" ; - Cong Imperf Pl P3 => svel_ + "lessero" ; - Cond Sg P1 => svel_ + "lerei" ; - Cond Sg P2 => svel_ + "leresti" ; - Cond Sg P3 => svel_ + "lerebbe" ; - Cond Pl P1 => svel_ + "leremmo" ; - Cond Pl P2 => svel_ + "lereste" ; - Cond Pl P3 => svel_ + "lerebbero" ; + 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" ; @@ -5413,42 +5413,42 @@ oper tenere_89 : Str -> Verbo = \tenere -> Indi Pres Pl P1 => t_ + "eniamo" ; Indi Pres Pl P2 => t_ + "enete" ; Indi Pres Pl P3 => t_ + "engono" ; - Indi Imperf Sg P1 => t_ + "enevo" ; - Indi Imperf Sg P2 => t_ + "enevi" ; - Indi Imperf Sg P3 => t_ + "eneva" ; - Indi Imperf Pl P1 => t_ + "enevamo" ; - Indi Imperf Pl P2 => t_ + "enevate" ; - Indi Imperf Pl P3 => t_ + "enevano" ; - Pass Sg P1 => t_ + "enni" ; - Pass Sg P2 => t_ + "enesti" ; - Pass Sg P3 => t_ + "enne" ; - Pass Pl P1 => t_ + "enemmo" ; - Pass Pl P2 => t_ + "eneste" ; - Pass Pl P3 => t_ + "ennero" ; - Fut Sg P1 => t_ + "errò" ; - Fut Sg P2 => t_ + "errai" ; - Fut Sg P3 => t_ + "errà" ; - Fut Pl P1 => t_ + "erremo" ; - Fut Pl P2 => t_ + "errete" ; - Fut Pl P3 => t_ + "erranno" ; + 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" ; - Cong Imperf Sg P2 => t_ + "enessi" ; - Cong Imperf Sg P3 => t_ + "enesse" ; - Cong Imperf Pl P1 => t_ + "enessimo" ; - Cong Imperf Pl P2 => t_ + "eneste" ; - Cong Imperf Pl P3 => t_ + "enessero" ; - Cond Sg P1 => t_ + "errei" ; - Cond Sg P2 => t_ + "erresti" ; - Cond Sg P3 => t_ + "errebbe" ; - Cond Pl P1 => t_ + "erremmo" ; - Cond Pl P2 => t_ + "erreste" ; - Cond Pl P3 => t_ + "errebbero" ; + 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" ; @@ -5475,42 +5475,42 @@ oper torcere_90 : Str -> Verbo = \torcere -> Indi Pres Pl P1 => tor_ + "ciamo" ; Indi Pres Pl P2 => tor_ + "cete" ; Indi Pres Pl P3 => tor_ + "cono" ; - Indi Imperf Sg P1 => tor_ + "cevo" ; - Indi Imperf Sg P2 => tor_ + "cevi" ; - Indi Imperf Sg P3 => tor_ + "ceva" ; - Indi Imperf Pl P1 => tor_ + "cevamo" ; - Indi Imperf Pl P2 => tor_ + "cevate" ; - Indi Imperf Pl P3 => tor_ + "cevano" ; - Pass Sg P1 => tor_ + "si" ; - Pass Sg P2 => tor_ + "cesti" ; - Pass Sg P3 => tor_ + "se" ; - Pass Pl P1 => tor_ + "cemmo" ; - Pass Pl P2 => tor_ + "ceste" ; - Pass Pl P3 => tor_ + "sero" ; - Fut Sg P1 => tor_ + "cerò" ; - Fut Sg P2 => tor_ + "cerai" ; - Fut Sg P3 => tor_ + "cerà" ; - Fut Pl P1 => tor_ + "ceremo" ; - Fut Pl P2 => tor_ + "cerete" ; - Fut Pl P3 => tor_ + "ceranno" ; + 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" ; - Cong Imperf Sg P2 => tor_ + "cessi" ; - Cong Imperf Sg P3 => tor_ + "cesse" ; - Cong Imperf Pl P1 => tor_ + "cessimo" ; - Cong Imperf Pl P2 => tor_ + "ceste" ; - Cong Imperf Pl P3 => tor_ + "cessero" ; - Cond Sg P1 => tor_ + "cerei" ; - Cond Sg P2 => tor_ + "ceresti" ; - Cond Sg P3 => tor_ + "cerebbe" ; - Cond Pl P1 => tor_ + "ceremmo" ; - Cond Pl P2 => tor_ + "cereste" ; - Cond Pl P3 => tor_ + "cerebbero" ; + 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" ; @@ -5537,42 +5537,42 @@ oper trarre_91 : Str -> Verbo = \trarre -> Indi Pres Pl P1 => tra_ + "iamo" ; Indi Pres Pl P2 => tra_ + "ete" ; Indi Pres Pl P3 => tra_ + "ggono" ; - Indi Imperf Sg P1 => tra_ + "evo" ; - Indi Imperf Sg P2 => tra_ + "evi" ; - Indi Imperf Sg P3 => tra_ + "eva" ; - Indi Imperf Pl P1 => tra_ + "evamo" ; - Indi Imperf Pl P2 => tra_ + "evate" ; - Indi Imperf Pl P3 => tra_ + "evano" ; - Pass Sg P1 => tra_ + "ssi" ; - Pass Sg P2 => tra_ + "esti" ; - Pass Sg P3 => tra_ + "sse" ; - Pass Pl P1 => tra_ + "emmo" ; - Pass Pl P2 => tra_ + "este" ; - Pass Pl P3 => tra_ + "ssero" ; - Fut Sg P1 => tra_ + "rrò" ; - Fut Sg P2 => tra_ + "rrai" ; - Fut Sg P3 => tra_ + "rrà" ; - Fut Pl P1 => tra_ + "rremo" ; - Fut Pl P2 => tra_ + "rrete" ; - Fut Pl P3 => tra_ + "rranno" ; + 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" ; - Cong Imperf Sg P2 => tra_ + "essi" ; - Cong Imperf Sg P3 => tra_ + "esse" ; - Cong Imperf Pl P1 => tra_ + "essimo" ; - Cong Imperf Pl P2 => tra_ + "este" ; - Cong Imperf Pl P3 => tra_ + "essero" ; - Cond Sg P1 => tra_ + "rrei" ; - Cond Sg P2 => tra_ + "rresti" ; - Cond Sg P3 => tra_ + "rrebbe" ; - Cond Pl P1 => tra_ + "rremmo" ; - Cond Pl P2 => tra_ + "rreste" ; - Cond Pl P3 => tra_ + "rrebbero" ; + 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" ; @@ -5599,42 +5599,42 @@ oper valere_92 : Str -> Verbo = \valere -> Indi Pres Pl P1 => va_ + "liamo" ; Indi Pres Pl P2 => va_ + "lete" ; Indi Pres Pl P3 => va_ + "lgono" ; - Indi Imperf Sg P1 => va_ + "levo" ; - Indi Imperf Sg P2 => va_ + "levi" ; - Indi Imperf Sg P3 => va_ + "leva" ; - Indi Imperf Pl P1 => va_ + "levamo" ; - Indi Imperf Pl P2 => va_ + "levate" ; - Indi Imperf Pl P3 => va_ + "levano" ; - Pass Sg P1 => va_ + "lsi" ; - Pass Sg P2 => va_ + "lesti" ; - Pass Sg P3 => va_ + "lse" ; - Pass Pl P1 => va_ + "lemmo" ; - Pass Pl P2 => va_ + "leste" ; - Pass Pl P3 => va_ + "lsero" ; - Fut Sg P1 => va_ + "rrò" ; - Fut Sg P2 => va_ + "rrai" ; - Fut Sg P3 => va_ + "rrà" ; - Fut Pl P1 => va_ + "rremo" ; - Fut Pl P2 => va_ + "rrete" ; - Fut Pl P3 => va_ + "rranno" ; + 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" ; - Cong Imperf Sg P2 => va_ + "lessi" ; - Cong Imperf Sg P3 => va_ + "lesse" ; - Cong Imperf Pl P1 => va_ + "lessimo" ; - Cong Imperf Pl P2 => va_ + "leste" ; - Cong Imperf Pl P3 => va_ + "lessero" ; - Cond Sg P1 => va_ + "rrei" ; - Cond Sg P2 => va_ + "rresti" ; - Cond Sg P3 => va_ + "rrebbe" ; - Cond Pl P1 => va_ + "rremmo" ; - Cond Pl P2 => va_ + "rreste" ; - Cond Pl P3 => va_ + "rrebbero" ; + 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" ; @@ -5661,42 +5661,42 @@ oper vedere_93 : Str -> Verbo = \vedereedere -> Indi Pres Pl P1 => vedere_ + "ediamo" ; Indi Pres Pl P2 => vedere_ + "edete" ; Indi Pres Pl P3 => vedere_ + "edono" ; - Indi Imperf Sg P1 => vedere_ + "edevo" ; - Indi Imperf Sg P2 => vedere_ + "edevi" ; - Indi Imperf Sg P3 => vedere_ + "edeva" ; - Indi Imperf Pl P1 => vedere_ + "edevamo" ; - Indi Imperf Pl P2 => vedere_ + "edevate" ; - Indi Imperf Pl P3 => vedere_ + "edevano" ; - Pass Sg P1 => vedere_ + "idi" ; - Pass Sg P2 => vedere_ + "edesti" ; - Pass Sg P3 => vedere_ + "ide" ; - Pass Pl P1 => vedere_ + "edemmo" ; - Pass Pl P2 => vedere_ + "edeste" ; - Pass Pl P3 => vedere_ + "idero" ; - Fut Sg P1 => vedere_ + "edrò" ; - Fut Sg P2 => vedere_ + "edrai" ; - Fut Sg P3 => vedere_ + "edrà" ; - Fut Pl P1 => vedere_ + "edremo" ; - Fut Pl P2 => vedere_ + "edrete" ; - Fut Pl P3 => vedere_ + "edranno" ; + 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" ; - Cong Imperf Sg P2 => vedere_ + "edessi" ; - Cong Imperf Sg P3 => vedere_ + "edesse" ; - Cong Imperf Pl P1 => vedere_ + "edessimo" ; - Cong Imperf Pl P2 => vedere_ + "edeste" ; - Cong Imperf Pl P3 => vedere_ + "edessero" ; - Cond Sg P1 => vedere_ + "edrei" ; - Cond Sg P2 => vedere_ + "edresti" ; - Cond Sg P3 => vedere_ + "edrebbe" ; - Cond Pl P1 => vedere_ + "edremmo" ; - Cond Pl P2 => vedere_ + "edreste" ; - Cond Pl P3 => vedere_ + "edrebbero" ; + 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" ; @@ -5723,42 +5723,42 @@ oper vincere_94 : Str -> Verbo = \vincere -> Indi Pres Pl P1 => vin_ + "ciamo" ; Indi Pres Pl P2 => vin_ + "cete" ; Indi Pres Pl P3 => vin_ + "cono" ; - Indi Imperf Sg P1 => vin_ + "cevo" ; - Indi Imperf Sg P2 => vin_ + "cevi" ; - Indi Imperf Sg P3 => vin_ + "ceva" ; - Indi Imperf Pl P1 => vin_ + "cevamo" ; - Indi Imperf Pl P2 => vin_ + "cevate" ; - Indi Imperf Pl P3 => vin_ + "cevano" ; - Pass Sg P1 => vin_ + "si" ; - Pass Sg P2 => vin_ + "cesti" ; - Pass Sg P3 => vin_ + "se" ; - Pass Pl P1 => vin_ + "cemmo" ; - Pass Pl P2 => vin_ + "ceste" ; - Pass Pl P3 => vin_ + "sero" ; - Fut Sg P1 => vin_ + "cerò" ; - Fut Sg P2 => vin_ + "cerai" ; - Fut Sg P3 => vin_ + "cerà" ; - Fut Pl P1 => vin_ + "ceremo" ; - Fut Pl P2 => vin_ + "cerete" ; - Fut Pl P3 => vin_ + "ceranno" ; + 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" ; - Cong Imperf Sg P2 => vin_ + "cessi" ; - Cong Imperf Sg P3 => vin_ + "cesse" ; - Cong Imperf Pl P1 => vin_ + "cessimo" ; - Cong Imperf Pl P2 => vin_ + "ceste" ; - Cong Imperf Pl P3 => vin_ + "cessero" ; - Cond Sg P1 => vin_ + "cerei" ; - Cond Sg P2 => vin_ + "ceresti" ; - Cond Sg P3 => vin_ + "cerebbe" ; - Cond Pl P1 => vin_ + "ceremmo" ; - Cond Pl P2 => vin_ + "cereste" ; - Cond Pl P3 => vin_ + "cerebbero" ; + 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" ; @@ -5785,42 +5785,42 @@ oper vivere_95 : Str -> Verbo = \viverevere -> Indi Pres Pl P1 => vivere_ + "viamo" ; Indi Pres Pl P2 => vivere_ + "vete" ; Indi Pres Pl P3 => vivere_ + "vono" ; - Indi Imperf Sg P1 => vivere_ + "vevo" ; - Indi Imperf Sg P2 => vivere_ + "vevi" ; - Indi Imperf Sg P3 => vivere_ + "veva" ; - Indi Imperf Pl P1 => vivere_ + "vevamo" ; - Indi Imperf Pl P2 => vivere_ + "vevate" ; - Indi Imperf Pl P3 => vivere_ + "vevano" ; - Pass Sg P1 => vivere_ + "ssi" ; - Pass Sg P2 => vivere_ + "vesti" ; - Pass Sg P3 => vivere_ + "sse" ; - Pass Pl P1 => vivere_ + "vemmo" ; - Pass Pl P2 => vivere_ + "veste" ; - Pass Pl P3 => vivere_ + "ssero" ; - Fut Sg P1 => vivere_ + "vrò" ; - Fut Sg P2 => vivere_ + "vrai" ; - Fut Sg P3 => vivere_ + "vrà" ; - Fut Pl P1 => vivere_ + "vremo" ; - Fut Pl P2 => vivere_ + "vrete" ; - Fut Pl P3 => vivere_ + "vranno" ; + 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" ; - Cong Imperf Sg P2 => vivere_ + "vessi" ; - Cong Imperf Sg P3 => vivere_ + "vesse" ; - Cong Imperf Pl P1 => vivere_ + "vessimo" ; - Cong Imperf Pl P2 => vivere_ + "veste" ; - Cong Imperf Pl P3 => vivere_ + "vessero" ; - Cond Sg P1 => vivere_ + "vrei" ; - Cond Sg P2 => vivere_ + "vresti" ; - Cond Sg P3 => vivere_ + "vrebbe" ; - Cond Pl P1 => vivere_ + "vremmo" ; - Cond Pl P2 => vivere_ + "vreste" ; - Cond Pl P3 => vivere_ + "vrebbero" ; + 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" ; @@ -5847,42 +5847,42 @@ oper volere_96 : Str -> Verbo = \volere -> Indi Pres Pl P1 => v_ + "ogliamo" ; Indi Pres Pl P2 => v_ + "olete" ; Indi Pres Pl P3 => v_ + "ogliono" ; - Indi Imperf Sg P1 => v_ + "olevo" ; - Indi Imperf Sg P2 => v_ + "olevi" ; - Indi Imperf Sg P3 => v_ + "oleva" ; - Indi Imperf Pl P1 => v_ + "olevamo" ; - Indi Imperf Pl P2 => v_ + "olevate" ; - Indi Imperf Pl P3 => v_ + "olevano" ; - Pass Sg P1 => v_ + "olli" ; - Pass Sg P2 => v_ + "olesti" ; - Pass Sg P3 => v_ + "olle" ; - Pass Pl P1 => v_ + "olemmo" ; - Pass Pl P2 => v_ + "oleste" ; - Pass Pl P3 => v_ + "ollero" ; - Fut Sg P1 => v_ + "orrò" ; - Fut Sg P2 => v_ + "orrai" ; - Fut Sg P3 => v_ + "orrà" ; - Fut Pl P1 => v_ + "orremo" ; - Fut Pl P2 => v_ + "orrete" ; - Fut Pl P3 => v_ + "orranno" ; + 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" ; - Cong Imperf Sg P2 => v_ + "olessi" ; - Cong Imperf Sg P3 => v_ + "olesse" ; - Cong Imperf Pl P1 => v_ + "olessimo" ; - Cong Imperf Pl P2 => v_ + "oleste" ; - Cong Imperf Pl P3 => v_ + "olessero" ; - Cond Sg P1 => v_ + "orrei" ; - Cond Sg P2 => v_ + "orresti" ; - Cond Sg P3 => v_ + "orrebbe" ; - Cond Pl P1 => v_ + "orremmo" ; - Cond Pl P2 => v_ + "orreste" ; - Cond Pl P3 => v_ + "orrebbero" ; + 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" ; @@ -5909,42 +5909,42 @@ oper volgere_97 : Str -> Verbo = \volgere -> Indi Pres Pl P1 => vol_ + "giamo" ; Indi Pres Pl P2 => vol_ + "gete" ; Indi Pres Pl P3 => vol_ + "gono" ; - Indi Imperf Sg P1 => vol_ + "gevo" ; - Indi Imperf Sg P2 => vol_ + "gevi" ; - Indi Imperf Sg P3 => vol_ + "geva" ; - Indi Imperf Pl P1 => vol_ + "gevamo" ; - Indi Imperf Pl P2 => vol_ + "gevate" ; - Indi Imperf Pl P3 => vol_ + "gevano" ; - Pass Sg P1 => vol_ + "si" ; - Pass Sg P2 => vol_ + "gesti" ; - Pass Sg P3 => vol_ + "se" ; - Pass Pl P1 => vol_ + "gemmo" ; - Pass Pl P2 => vol_ + "geste" ; - Pass Pl P3 => vol_ + "sero" ; - Fut Sg P1 => vol_ + "gerò" ; - Fut Sg P2 => vol_ + "gerai" ; - Fut Sg P3 => vol_ + "gerà" ; - Fut Pl P1 => vol_ + "geremo" ; - Fut Pl P2 => vol_ + "gerete" ; - Fut Pl P3 => vol_ + "geranno" ; + 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" ; - Cong Imperf Sg P2 => vol_ + "gessi" ; - Cong Imperf Sg P3 => vol_ + "gesse" ; - Cong Imperf Pl P1 => vol_ + "gessimo" ; - Cong Imperf Pl P2 => vol_ + "geste" ; - Cong Imperf Pl P3 => vol_ + "gessero" ; - Cond Sg P1 => vol_ + "gerei" ; - Cond Sg P2 => vol_ + "geresti" ; - Cond Sg P3 => vol_ + "gerebbe" ; - Cond Pl P1 => vol_ + "geremmo" ; - Cond Pl P2 => vol_ + "gereste" ; - Cond Pl P3 => vol_ + "gerebbero" ; + 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" ; @@ -5974,42 +5974,42 @@ oper sentire_99 : Str -> Verbo = \sentire -> Indi Pres Pl P1 => sen_ + "tiamo" ; Indi Pres Pl P2 => sen_ + "tite" ; Indi Pres Pl P3 => sen_ + "tono" ; - Indi Imperf Sg P1 => sen_ + "tivo" ; - Indi Imperf Sg P2 => sen_ + "tivi" ; - Indi Imperf Sg P3 => sen_ + "tiva" ; - Indi Imperf Pl P1 => sen_ + "tivamo" ; - Indi Imperf Pl P2 => sen_ + "tivate" ; - Indi Imperf Pl P3 => sen_ + "tivano" ; - Pass Sg P1 => sen_ + "tii" ; - Pass Sg P2 => sen_ + "tisti" ; - Pass Sg P3 => sen_ + "tì" ; - Pass Pl P1 => sen_ + "timmo" ; - Pass Pl P2 => sen_ + "tiste" ; - Pass Pl P3 => sen_ + "tirono" ; - Fut Sg P1 => sen_ + "tirò" ; - Fut Sg P2 => sen_ + "tirai" ; - Fut Sg P3 => sen_ + "tirà" ; - Fut Pl P1 => sen_ + "tiremo" ; - Fut Pl P2 => sen_ + "tirete" ; - Fut Pl P3 => sen_ + "tiranno" ; + 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" ; - Cong Imperf Sg P2 => sen_ + "tissi" ; - Cong Imperf Sg P3 => sen_ + "tisse" ; - Cong Imperf Pl P1 => sen_ + "tissimo" ; - Cong Imperf Pl P2 => sen_ + "tiste" ; - Cong Imperf Pl P3 => sen_ + "tissero" ; - Cond Sg P1 => sen_ + "tirei" ; - Cond Sg P2 => sen_ + "tiresti" ; - Cond Sg P3 => sen_ + "tirebbe" ; - Cond Pl P1 => sen_ + "tiremmo" ; - Cond Pl P2 => sen_ + "tireste" ; - Cond Pl P3 => sen_ + "tirebbero" ; + 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" ; @@ -6036,42 +6036,42 @@ oper dormire_99b : Str -> Verbo = \dormire -> Indi Pres Pl P1 => dorm_ + "iamo" ; Indi Pres Pl P2 => dorm_ + "ite" ; Indi Pres Pl P3 => dorm_ + "ono" ; - Indi Imperf Sg P1 => dorm_ + "ivo" ; - Indi Imperf Sg P2 => dorm_ + "ivi" ; - Indi Imperf Sg P3 => dorm_ + "iva" ; - Indi Imperf Pl P1 => dorm_ + "ivamo" ; - Indi Imperf Pl P2 => dorm_ + "ivate" ; - Indi Imperf Pl P3 => dorm_ + "ivano" ; - Pass Sg P1 => dorm_ + "ii" ; - Pass Sg P2 => dorm_ + "isti" ; - Pass Sg P3 => dorm_ + "ì" ; - Pass Pl P1 => dorm_ + "immo" ; - Pass Pl P2 => dorm_ + "iste" ; - Pass Pl P3 => dorm_ + "irono" ; - Fut Sg P1 => dorm_ + "irò" ; - Fut Sg P2 => dorm_ + "irai" ; - Fut Sg P3 => dorm_ + "irà" ; - Fut Pl P1 => dorm_ + "iremo" ; - Fut Pl P2 => dorm_ + "irete" ; - Fut Pl P3 => dorm_ + "iranno" ; + 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" ; - Cong Imperf Sg P2 => dorm_ + "issi" ; - Cong Imperf Sg P3 => dorm_ + "isse" ; - Cong Imperf Pl P1 => dorm_ + "issimo" ; - Cong Imperf Pl P2 => dorm_ + "iste" ; - Cong Imperf Pl P3 => dorm_ + "issero" ; - Cond Sg P1 => dorm_ + "irei" ; - Cond Sg P2 => dorm_ + "iresti" ; - Cond Sg P3 => dorm_ + "irebbe" ; - Cond Pl P1 => dorm_ + "iremmo" ; - Cond Pl P2 => dorm_ + "ireste" ; - Cond Pl P3 => dorm_ + "irebbero" ; + 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" ; @@ -6098,42 +6098,42 @@ oper finire_100 : Str -> Verbo = \finire -> Indi Pres Pl P1 => fin_ + "iamo" ; Indi Pres Pl P2 => fin_ + "ite" ; Indi Pres Pl P3 => fin_ + "iscono" ; - Indi Imperf Sg P1 => fin_ + "ivo" ; - Indi Imperf Sg P2 => fin_ + "ivi" ; - Indi Imperf Sg P3 => fin_ + "iva" ; - Indi Imperf Pl P1 => fin_ + "ivamo" ; - Indi Imperf Pl P2 => fin_ + "ivate" ; - Indi Imperf Pl P3 => fin_ + "ivano" ; - Pass Sg P1 => fin_ + "ii" ; - Pass Sg P2 => fin_ + "isti" ; - Pass Sg P3 => fin_ + "ì" ; - Pass Pl P1 => fin_ + "immo" ; - Pass Pl P2 => fin_ + "iste" ; - Pass Pl P3 => fin_ + "irono" ; - Fut Sg P1 => fin_ + "irò" ; - Fut Sg P2 => fin_ + "irai" ; - Fut Sg P3 => fin_ + "irà" ; - Fut Pl P1 => fin_ + "iremo" ; - Fut Pl P2 => fin_ + "irete" ; - Fut Pl P3 => fin_ + "iranno" ; + 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" ; - Cong Imperf Sg P2 => fin_ + "issi" ; - Cong Imperf Sg P3 => fin_ + "isse" ; - Cong Imperf Pl P1 => fin_ + "issimo" ; - Cong Imperf Pl P2 => fin_ + "iste" ; - Cong Imperf Pl P3 => fin_ + "issero" ; - Cond Sg P1 => fin_ + "irei" ; - Cond Sg P2 => fin_ + "iresti" ; - Cond Sg P3 => fin_ + "irebbe" ; - Cond Pl P1 => fin_ + "iremmo" ; - Cond Pl P2 => fin_ + "ireste" ; - Cond Pl P3 => fin_ + "irebbero" ; + 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" ; @@ -6162,42 +6162,42 @@ oper aprire_102 : Str -> Verbo = \aprire -> Indi Pres Pl P1 => ap_ + "riamo" ; Indi Pres Pl P2 => ap_ + "rite" ; Indi Pres Pl P3 => ap_ + "rono" ; - Indi Imperf Sg P1 => ap_ + "rivo" ; - Indi Imperf Sg P2 => ap_ + "rivi" ; - Indi Imperf Sg P3 => ap_ + "riva" ; - Indi Imperf Pl P1 => ap_ + "rivamo" ; - Indi Imperf Pl P2 => ap_ + "rivate" ; - Indi Imperf Pl P3 => ap_ + "rivano" ; - Pass Sg P1 => variants {ap_ + "rii" ; ap_ + "ersi"} ; - Pass Sg P2 => ap_ + "risti" ; - Pass Sg P3 => variants {ap_ + "rì" ; ap_ + "erse"} ; - Pass Pl P1 => ap_ + "rimmo" ; - Pass Pl P2 => ap_ + "riste" ; - Pass Pl P3 => variants {ap_ + "rirono" ; ap_ + "ersero"} ; - Fut Sg P1 => ap_ + "rirò" ; - Fut Sg P2 => ap_ + "rirai" ; - Fut Sg P3 => ap_ + "rirà" ; - Fut Pl P1 => ap_ + "riremo" ; - Fut Pl P2 => ap_ + "rirete" ; - Fut Pl P3 => ap_ + "riranno" ; + 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" ; - Cong Imperf Sg P2 => ap_ + "rissi" ; - Cong Imperf Sg P3 => ap_ + "risse" ; - Cong Imperf Pl P1 => ap_ + "rissimo" ; - Cong Imperf Pl P2 => ap_ + "riste" ; - Cong Imperf Pl P3 => ap_ + "rissero" ; - Cond Sg P1 => ap_ + "rirei" ; - Cond Sg P2 => ap_ + "riresti" ; - Cond Sg P3 => ap_ + "rirebbe" ; - Cond Pl P1 => ap_ + "riremmo" ; - Cond Pl P2 => ap_ + "rireste" ; - Cond Pl P3 => ap_ + "rirebbero" ; + 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" ; @@ -6225,42 +6225,42 @@ oper cucire_103 : Str -> Verbo = \cucire -> Indi Pres Pl P1 => cuc_ + "iamo" ; Indi Pres Pl P2 => cuc_ + "ite" ; Indi Pres Pl P3 => cuc_ + "iono" ; - Indi Imperf Sg P1 => cuc_ + "ivo" ; - Indi Imperf Sg P2 => cuc_ + "ivi" ; - Indi Imperf Sg P3 => cuc_ + "iva" ; - Indi Imperf Pl P1 => cuc_ + "ivamo" ; - Indi Imperf Pl P2 => cuc_ + "ivate" ; - Indi Imperf Pl P3 => cuc_ + "ivano" ; - Pass Sg P1 => cuc_ + "ii" ; - Pass Sg P2 => cuc_ + "isti" ; - Pass Sg P3 => cuc_ + "ì" ; - Pass Pl P1 => cuc_ + "immo" ; - Pass Pl P2 => cuc_ + "iste" ; - Pass Pl P3 => cuc_ + "irono" ; - Fut Sg P1 => cuc_ + "irò" ; - Fut Sg P2 => cuc_ + "irai" ; - Fut Sg P3 => cuc_ + "irà" ; - Fut Pl P1 => cuc_ + "iremo" ; - Fut Pl P2 => cuc_ + "irete" ; - Fut Pl P3 => cuc_ + "iranno" ; + 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" ; - Cong Imperf Sg P2 => cuc_ + "issi" ; - Cong Imperf Sg P3 => cuc_ + "isse" ; - Cong Imperf Pl P1 => cuc_ + "issimo" ; - Cong Imperf Pl P2 => cuc_ + "iste" ; - Cong Imperf Pl P3 => cuc_ + "issero" ; - Cond Sg P1 => cuc_ + "irei" ; - Cond Sg P2 => cuc_ + "iresti" ; - Cond Sg P3 => cuc_ + "irebbe" ; - Cond Pl P1 => cuc_ + "iremmo" ; - Cond Pl P2 => cuc_ + "ireste" ; - Cond Pl P3 => cuc_ + "irebbero" ; + 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" ; @@ -6287,42 +6287,42 @@ oper fuggire_104 : Str -> Verbo = \fuggire -> Indi Pres Pl P1 => fugg_ + "iamo" ; Indi Pres Pl P2 => fugg_ + "ite" ; Indi Pres Pl P3 => fugg_ + "ono" ; - Indi Imperf Sg P1 => fugg_ + "ivo" ; - Indi Imperf Sg P2 => fugg_ + "ivi" ; - Indi Imperf Sg P3 => fugg_ + "iva" ; - Indi Imperf Pl P1 => fugg_ + "ivamo" ; - Indi Imperf Pl P2 => fugg_ + "ivate" ; - Indi Imperf Pl P3 => fugg_ + "ivano" ; - Pass Sg P1 => fugg_ + "ii" ; - Pass Sg P2 => fugg_ + "isti" ; - Pass Sg P3 => fugg_ + "ì" ; - Pass Pl P1 => fugg_ + "immo" ; - Pass Pl P2 => fugg_ + "iste" ; - Pass Pl P3 => fugg_ + "irono" ; - Fut Sg P1 => fugg_ + "irò" ; - Fut Sg P2 => fugg_ + "irai" ; - Fut Sg P3 => fugg_ + "irà" ; - Fut Pl P1 => fugg_ + "iremo" ; - Fut Pl P2 => fugg_ + "irete" ; - Fut Pl P3 => fugg_ + "iranno" ; + 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" ; - Cong Imperf Sg P2 => fugg_ + "issi" ; - Cong Imperf Sg P3 => fugg_ + "isse" ; - Cong Imperf Pl P1 => fugg_ + "issimo" ; - Cong Imperf Pl P2 => fugg_ + "iste" ; - Cong Imperf Pl P3 => fugg_ + "issero" ; - Cond Sg P1 => fugg_ + "irei" ; - Cond Sg P2 => fugg_ + "iresti" ; - Cond Sg P3 => fugg_ + "irebbe" ; - Cond Pl P1 => fugg_ + "iremmo" ; - Cond Pl P2 => fugg_ + "ireste" ; - Cond Pl P3 => fugg_ + "irebbero" ; + 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" ; @@ -6351,42 +6351,42 @@ oper morire_105 : Str -> Verbo = \morire -> Indi Pres Pl P1 => mor_ + "iamo" ; Indi Pres Pl P2 => mor_ + "ite" ; Indi Pres Pl P3 => m_ + "uoiono" ; - Indi Imperf Sg P1 => mor_ + "ivo" ; - Indi Imperf Sg P2 => mor_ + "ivi" ; - Indi Imperf Sg P3 => mor_ + "iva" ; - Indi Imperf Pl P1 => mor_ + "ivamo" ; - Indi Imperf Pl P2 => mor_ + "ivate" ; - Indi Imperf Pl P3 => mor_ + "ivano" ; - Pass Sg P1 => mor_ + "ii" ; - Pass Sg P2 => mor_ + "isti" ; - Pass Sg P3 => mor_ + "ì" ; - Pass Pl P1 => mor_ + "immo" ; - Pass Pl P2 => mor_ + "iste" ; - Pass Pl P3 => mor_ + "irono" ; - Fut Sg P1 => mor_ + "irò" ; ---- also morrò etc - Fut Sg P2 => mor_ + "irai" ; - Fut Sg P3 => mor_ + "irà" ; - Fut Pl P1 => mor_ + "iremo" ; - Fut Pl P2 => mor_ + "irete" ; - Fut Pl P3 => mor_ + "iranno" ; + 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" ; - Cong Imperf Sg P2 => mor_ + "issi" ; - Cong Imperf Sg P3 => mor_ + "isse" ; - Cong Imperf Pl P1 => mor_ + "issimo" ; - Cong Imperf Pl P2 => mor_ + "iste" ; - Cong Imperf Pl P3 => mor_ + "issero" ; - Cond Sg P1 => mor_ + "irei" ; - Cond Sg P2 => mor_ + "iresti" ; - Cond Sg P3 => mor_ + "irebbe" ; - Cond Pl P1 => mor_ + "iremmo" ; - Cond Pl P2 => mor_ + "ireste" ; - Cond Pl P3 => mor_ + "irebbero" ; + 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" ; @@ -6420,42 +6420,42 @@ oper venire_110 : Str -> Verbo = \venire -> Indi Pres Pl P1 => v_ + "eniamo" ; Indi Pres Pl P2 => v_ + "enite" ; Indi Pres Pl P3 => v_ + "engono" ; - Indi Imperf Sg P1 => v_ + "enivo" ; - Indi Imperf Sg P2 => v_ + "enivi" ; - Indi Imperf Sg P3 => v_ + "eniva" ; - Indi Imperf Pl P1 => v_ + "enivamo" ; - Indi Imperf Pl P2 => v_ + "enivate" ; - Indi Imperf Pl P3 => v_ + "enivano" ; - Pass Sg P1 => v_ + "enni" ; - Pass Sg P2 => v_ + "enisti" ; - Pass Sg P3 => v_ + "enne" ; - Pass Pl P1 => v_ + "enimmo" ; - Pass Pl P2 => v_ + "eniste" ; - Pass Pl P3 => v_ + "ennero" ; - Fut Sg P1 => v_ + "errò" ; - Fut Sg P2 => v_ + "errai" ; - Fut Sg P3 => v_ + "errà" ; - Fut Pl P1 => v_ + "erremo" ; - Fut Pl P2 => v_ + "errete" ; - Fut Pl P3 => v_ + "erranno" ; + 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" ; - Cong Imperf Sg P2 => v_ + "enissi" ; - Cong Imperf Sg P3 => v_ + "enisse" ; - Cong Imperf Pl P1 => v_ + "enissimo" ; - Cong Imperf Pl P2 => v_ + "eniste" ; - Cong Imperf Pl P3 => v_ + "enissero" ; - Cond Sg P1 => v_ + "errei" ; - Cond Sg P2 => v_ + "erresti" ; - Cond Sg P3 => v_ + "errebbe" ; - Cond Pl P1 => v_ + "erremmo" ; - Cond Pl P2 => v_ + "erreste" ; - Cond Pl P3 => v_ + "errebbero" ; + 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" ; @@ -6475,11 +6475,11 @@ oper venire_110 : Str -> Verbo = \venire -> VInfin => amare.s ! Inf ; 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 ; - VFin (VImperf Conjunct) n p => amare.s ! Cong Imperf n p ; - VFin VPasse n p => amare.s ! Pass n p ; - VFin VFut n p => amare.s ! Fut n p ; - VFin VCondit n p => amare.s ! Cond 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 @@ -6487,19 +6487,26 @@ oper venire_110 : Str -> Verbo = \venire -> } ; param - Tempo = Pres | Imperf ; - TempoP = PresP | PassP ; + Tempo = + Pres + | Imperf --# notpresent + ; + TempoP = + PresP + | PassP + ; VForm = Inf | InfClit | Indi Tempo Number Person - | Pass Number Person - | Fut Number Person + | Pass Number Person --# notpresent + | Fut Number Person --# notpresent | Cong Tempo Number Person - | Cond Number Person + | Cond Number Person --# notpresent | Imper NumPersI | Ger - | Part TempoP Gender Number ; + | Part TempoP Gender Number + ; } diff --git a/lib/resource-1.0/mathematical/MathematicalEng.gf b/lib/resource-1.0/mathematical/MathematicalEng.gf index 00d32e1fd..bad6efe45 100644 --- a/lib/resource-1.0/mathematical/MathematicalEng.gf +++ b/lib/resource-1.0/mathematical/MathematicalEng.gf @@ -1,4 +1,4 @@ ---# -path=.:../english:../abstract:../common:prelude +--# -path=.:../present:prelude concrete MathematicalEng of Mathematical = NounEng - [ComplN2], --- to avoid ambiguity diff --git a/lib/resource-1.0/mathematical/MathematicalFin.gf b/lib/resource-1.0/mathematical/MathematicalFin.gf index 6a6f8d750..cfdfbfc4b 100644 --- a/lib/resource-1.0/mathematical/MathematicalFin.gf +++ b/lib/resource-1.0/mathematical/MathematicalFin.gf @@ -1,4 +1,4 @@ ---# -path=.:../finnish:../abstract:../common:prelude +--# -path=.:../present:prelude concrete MathematicalFin of Mathematical = NounFin - [ComplN2], --- to avoid ambiguity diff --git a/lib/resource-1.0/mathematical/MathematicalFre.gf b/lib/resource-1.0/mathematical/MathematicalFre.gf index b0a8ff359..f68a02019 100644 --- a/lib/resource-1.0/mathematical/MathematicalFre.gf +++ b/lib/resource-1.0/mathematical/MathematicalFre.gf @@ -1,4 +1,4 @@ ---# -path=.:../french:../romance:../abstract:../common:prelude +--# -path=.:../present:prelude concrete MathematicalFre of Mathematical = NounFre - [ComplN2], --- to avoid ambiguity diff --git a/lib/resource-1.0/mathematical/MathematicalGer.gf b/lib/resource-1.0/mathematical/MathematicalGer.gf index 9587c2f1d..a0bb540be 100644 --- a/lib/resource-1.0/mathematical/MathematicalGer.gf +++ b/lib/resource-1.0/mathematical/MathematicalGer.gf @@ -1,4 +1,4 @@ ---# -path=.:../german:../abstract:../common:prelude +--# -path=.:../present:prelude concrete MathematicalGer of Mathematical = NounGer - [ComplN2], --- to avoid ambiguity diff --git a/lib/resource-1.0/mathematical/MathematicalIta.gf b/lib/resource-1.0/mathematical/MathematicalIta.gf index 3910c22d8..97392c005 100644 --- a/lib/resource-1.0/mathematical/MathematicalIta.gf +++ b/lib/resource-1.0/mathematical/MathematicalIta.gf @@ -1,4 +1,4 @@ ---# -path=.:../italian:../romance:../abstract:../common:prelude +--# -path=.:../present:prelude concrete MathematicalIta of Mathematical = NounIta - [ComplN2], --- to avoid ambiguity diff --git a/lib/resource-1.0/mathematical/MathematicalNor.gf b/lib/resource-1.0/mathematical/MathematicalNor.gf index 07e1b78b3..07f50f9f3 100644 --- a/lib/resource-1.0/mathematical/MathematicalNor.gf +++ b/lib/resource-1.0/mathematical/MathematicalNor.gf @@ -1,4 +1,4 @@ ---# -path=.:../norwegian:../scandinavian:../abstract:../common:prelude +--# -path=.:../present:prelude concrete MathematicalNor of Mathematical = NounNor - [ComplN2], --- to avoid ambiguity diff --git a/lib/resource-1.0/mathematical/MathematicalSpa.gf b/lib/resource-1.0/mathematical/MathematicalSpa.gf index d01abef8a..060542579 100644 --- a/lib/resource-1.0/mathematical/MathematicalSpa.gf +++ b/lib/resource-1.0/mathematical/MathematicalSpa.gf @@ -1,4 +1,4 @@ ---# -path=.:../spanish:../romance:../abstract:../common:prelude +--# -path=.:../present:prelude concrete MathematicalSpa of Mathematical = NounSpa - [ComplN2], --- to avoid ambiguity diff --git a/lib/resource-1.0/mathematical/MathematicalSwe.gf b/lib/resource-1.0/mathematical/MathematicalSwe.gf index 0c80c6b11..758e384ae 100644 --- a/lib/resource-1.0/mathematical/MathematicalSwe.gf +++ b/lib/resource-1.0/mathematical/MathematicalSwe.gf @@ -1,4 +1,4 @@ ---# -path=.:../swedish:../scandinavian:../abstract:../common:prelude +--# -path=.:../present:prelude concrete MathematicalSwe of Mathematical = NounSwe - [ComplN2], --- to avoid ambiguity diff --git a/lib/resource-1.0/mkPresent b/lib/resource-1.0/mkPresent new file mode 100644 index 000000000..21f70c75a --- /dev/null +++ b/lib/resource-1.0/mkPresent @@ -0,0 +1 @@ +grep -v "\-\-\# notpresent" $1 diff --git a/lib/resource-1.0/multimodal/MultimodalEng.gf b/lib/resource-1.0/multimodal/MultimodalEng.gf index cd09033fa..e7ba758ad 100644 --- a/lib/resource-1.0/multimodal/MultimodalEng.gf +++ b/lib/resource-1.0/multimodal/MultimodalEng.gf @@ -1,4 +1,4 @@ ---# -path=.:../english/:../abstract:../common:prelude +--# -path=.:../present:prelude concrete MultimodalEng of Multimodal = NounEng, diff --git a/lib/resource-1.0/multimodal/MultimodalFin.gf b/lib/resource-1.0/multimodal/MultimodalFin.gf index 6331795a9..040eeaa59 100644 --- a/lib/resource-1.0/multimodal/MultimodalFin.gf +++ b/lib/resource-1.0/multimodal/MultimodalFin.gf @@ -1,4 +1,4 @@ ---# -path=.:../finnish/:../abstract:../common:prelude +--# -path=.:../present:prelude concrete MultimodalFin of Multimodal = NounFin, diff --git a/lib/resource-1.0/multimodal/MultimodalFre.gf b/lib/resource-1.0/multimodal/MultimodalFre.gf index 8ffe9104a..6bdaa343a 100644 --- a/lib/resource-1.0/multimodal/MultimodalFre.gf +++ b/lib/resource-1.0/multimodal/MultimodalFre.gf @@ -1,4 +1,4 @@ ---# -path=.:../french/:../romance:../abstract:../common:prelude +--# -path=.:../present:prelude concrete MultimodalFre of Multimodal = NounFre, diff --git a/lib/resource-1.0/multimodal/MultimodalGer.gf b/lib/resource-1.0/multimodal/MultimodalGer.gf index 7788e213c..974a81137 100644 --- a/lib/resource-1.0/multimodal/MultimodalGer.gf +++ b/lib/resource-1.0/multimodal/MultimodalGer.gf @@ -1,4 +1,4 @@ ---# -path=.:../german/:../abstract:../common:prelude +--# -path=.:../present:prelude concrete MultimodalGer of Multimodal = NounGer, diff --git a/lib/resource-1.0/multimodal/MultimodalIta.gf b/lib/resource-1.0/multimodal/MultimodalIta.gf index fd3576f0e..4a5c38f55 100644 --- a/lib/resource-1.0/multimodal/MultimodalIta.gf +++ b/lib/resource-1.0/multimodal/MultimodalIta.gf @@ -1,4 +1,4 @@ ---# -path=.:../italian/:../romance:../abstract:../common:prelude +--# -path=.:../present:prelude concrete MultimodalIta of Multimodal = NounIta, diff --git a/lib/resource-1.0/multimodal/MultimodalNor.gf b/lib/resource-1.0/multimodal/MultimodalNor.gf index 59300713e..1bb9c3c26 100644 --- a/lib/resource-1.0/multimodal/MultimodalNor.gf +++ b/lib/resource-1.0/multimodal/MultimodalNor.gf @@ -1,4 +1,4 @@ ---# -path=.:../norwegian/:../scandinavian:../abstract:../common:prelude +--# -path=.:../present:prelude concrete MultimodalNor of Multimodal = NounNor, diff --git a/lib/resource-1.0/multimodal/MultimodalSpa.gf b/lib/resource-1.0/multimodal/MultimodalSpa.gf index b318be406..61893b41c 100644 --- a/lib/resource-1.0/multimodal/MultimodalSpa.gf +++ b/lib/resource-1.0/multimodal/MultimodalSpa.gf @@ -1,4 +1,4 @@ ---# -path=.:../spanish/:../romance:../abstract:../common:prelude +--# -path=.:../present:prelude concrete MultimodalSpa of Multimodal = NounSpa, diff --git a/lib/resource-1.0/multimodal/MultimodalSwe.gf b/lib/resource-1.0/multimodal/MultimodalSwe.gf index fc9cd6a84..268dad276 100644 --- a/lib/resource-1.0/multimodal/MultimodalSwe.gf +++ b/lib/resource-1.0/multimodal/MultimodalSwe.gf @@ -1,4 +1,4 @@ ---# -path=.:../swedish/:../scandinavian:../abstract:../common:prelude +--# -path=.:../present:prelude concrete MultimodalSwe of Multimodal = NounSwe, diff --git a/lib/resource-1.0/norwegian/MorphoNor.gf b/lib/resource-1.0/norwegian/MorphoNor.gf index 6fc85dd7f..5b35436fd 100644 --- a/lib/resource-1.0/norwegian/MorphoNor.gf +++ b/lib/resource-1.0/norwegian/MorphoNor.gf @@ -87,8 +87,8 @@ oper VI (VInfin v) => mkVoice v spise ; VF (VPres Act) => spiser ; VF (VPres Pass) => spises ; - VF (VPret v) => mkVoice v spiste ; - VI (VSupin v) => mkVoice v spist ; + 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 ; diff --git a/lib/resource-1.0/romance/CommonRomance.gf b/lib/resource-1.0/romance/CommonRomance.gf index 68c1af91a..8ae45774e 100644 --- a/lib/resource-1.0/romance/CommonRomance.gf +++ b/lib/resource-1.0/romance/CommonRomance.gf @@ -90,11 +90,11 @@ param ; TMood = - VPres Mood - | VImperf Mood - | VPasse - | VFut - | VCondit + VPres Mood + | VImperf Mood --# notpresent + | VPasse --# notpresent + | VFut --# notpresent + | VCondit --# notpresent ; NumPersI = SgP2 | PlP1 | PlP2 ; diff --git a/lib/resource-1.0/romance/ResRomance.gf b/lib/resource-1.0/romance/ResRomance.gf index 36a4ce7c6..7e1513202 100644 --- a/lib/resource-1.0/romance/ResRomance.gf +++ b/lib/resource-1.0/romance/ResRomance.gf @@ -79,11 +79,11 @@ oper in { s = table { VPFinite t Simul => vf (vfin t) (\_ -> []) ; - VPFinite t Anter => vf (habet t) vpart ; + VPFinite t Anter => vf (habet t) vpart ; --# notpresent + VPInfinit Anter => vf (\_ -> []) (\a -> habere ++ vpart a) ; --# notpresent VPImperat => vf vimp (\_ -> []) ; VPGerund => vf (\_ -> []) (\_ -> vger) ; - VPInfinit Simul => vf (\_ -> []) (\_ -> vinf) ; - VPInfinit Anter => vf (\_ -> []) (\a -> habere ++ vpart a) + VPInfinit Simul => vf (\_ -> []) (\_ -> vinf) } ; agr = partAgr typ ; neg = negation ; @@ -174,10 +174,10 @@ oper s = \\t,a,b,m => let tm = case t of { - Pres => VPres m ; - Past => VImperf m ; - Fut => VFut ; - Cond => VCondit + Past => VImperf m ; --# notpresent + Fut => VFut ; --# notpresent + Cond => VCondit ; --# notpresent + Pres => VPres m } ; vps = vp.s ! VPFinite tm a ; verb = vps.fin ! agr ; diff --git a/lib/resource-1.0/scandinavian/CommonScand.gf b/lib/resource-1.0/scandinavian/CommonScand.gf index 5870c8149..6d51079da 100644 --- a/lib/resource-1.0/scandinavian/CommonScand.gf +++ b/lib/resource-1.0/scandinavian/CommonScand.gf @@ -38,13 +38,15 @@ param VFin = VPres Voice - | VPret Voice - | VImper Voice ; + | VPret Voice --# notpresent + | VImper Voice + ; VInf = VInfin Voice - | VSupin Voice - | VPtPret AFormPos Case ; + | VSupin Voice --# notpresent + | VPtPret AFormPos Case + ; VPForm = VPFinite Tense Anteriority @@ -89,7 +91,7 @@ oper vFin : Tense -> Voice -> VForm = \t,v -> case t of { Pres => VF (VPres v) ; - Past => VF (VPret v) ; + Past => VF (VPret v) ; --# notpresent _ => VI (VInfin v) --- not to be used? } ; @@ -141,10 +143,10 @@ oper s = table { VF (VPres Act) => finner ; VF (VPres Pass) => mkVoice Pass finn ; - VF (VPret v) => mkVoice v fann ; + 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 ; + VI (VSupin v) => mkVoice v funnit ; --# notpresent VI (VPtPret a c)=> mkCase c (mkAdjPos a funnen funnet funna funna) } ; vtype = VAct diff --git a/lib/resource-1.0/scandinavian/ResScand.gf b/lib/resource-1.0/scandinavian/ResScand.gf index 54ad3a23c..4fd2e9be8 100644 --- a/lib/resource-1.0/scandinavian/ResScand.gf +++ b/lib/resource-1.0/scandinavian/ResScand.gf @@ -24,7 +24,7 @@ interface ResScand = DiffScand ** open CommonScand, Prelude in { _ => Act } ; vfin : Tense -> Str = \t -> verb.s ! vFin t diath ; - vsup = verb.s ! VI (VSupin diath) ; + vsup = verb.s ! VI (VSupin diath) ; --# notpresent vinf = verb.s ! VI (VInfin diath) ; har : Tense -> Str = \t -> verbHave.s ! vFin t Act ; @@ -37,18 +37,20 @@ interface ResScand = DiffScand ** open CommonScand, Prelude in { in { s = table { VPFinite t Simul => case t of { - Pres | Past => vf (vfin t) [] ; - Fut => vf auxFut vinf ; - Cond => vf auxCond vinf - } ; - VPFinite t Anter => case t of { - Pres | Past => vf (har t) vsup ; - Fut => vf auxFut (ha ++ vsup) ; - Cond => vf auxCond (ha ++ vsup) +-- 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 Simul => vf [] vinf ; - VPInfinit Anter => vf [] (ha ++ vsup) + VPInfinit Anter => vf [] (ha ++ vsup) ; --# notpresent + VPInfinit Simul => vf [] vinf } ; a1 : Polarity => Str = negation ; n2 : Agr => Str = \\a => case verb.vtype of { diff --git a/lib/resource-1.0/spanish/BeschSpa.gf b/lib/resource-1.0/spanish/BeschSpa.gf index 5a789c115..08fae6d17 100644 --- a/lib/resource-1.0/spanish/BeschSpa.gf +++ b/lib/resource-1.0/spanish/BeschSpa.gf @@ -26,42 +26,42 @@ oper ser_1 : Str -> Verbum = \ser -> VP (Pres Subj Pl P1) => x_ + "seamos" ; VP (Pres Subj Pl P2) => x_ + "seáis" ; VP (Pres Subj Pl P3) => x_ + "sean" ; - VP (Impf Ind Sg P1) => x_ + "era" ; - VP (Impf Ind Sg P2) => x_ + "eras" ; - VP (Impf Ind Sg P3) => x_ + "era" ; - VP (Impf Ind Pl P1) => x_ + "éramos" ; - VP (Impf Ind Pl P2) => x_ + "erais" ; - VP (Impf Ind Pl P3) => x_ + "eran" ; - VP (Impf Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; - VP (Impf Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; - VP (Impf Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; - VP (Impf Subj Pl P1) => variants {x_ + "fuéramos" ; x_ + "fuésemos"} ; - VP (Impf Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; - VP (Impf Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; - VP (Pret Sg P1) => x_ + "fui" ; - VP (Pret Sg P2) => x_ + "fuiste" ; - VP (Pret Sg P3) => x_ + "fue" ; - VP (Pret Pl P1) => x_ + "fuimos" ; - VP (Pret Pl P2) => x_ + "fuisteis" ; - VP (Pret Pl P3) => x_ + "fueron" ; - VP (Fut Ind Sg P1) => x_ + "seré" ; - VP (Fut Ind Sg P2) => x_ + "serás" ; - VP (Fut Ind Sg P3) => x_ + "será" ; - VP (Fut Ind Pl P1) => x_ + "seremos" ; - VP (Fut Ind Pl P2) => x_ + "seréis" ; - VP (Fut Ind Pl P3) => x_ + "serán" ; - VP (Fut Subj Sg P1) => x_ + "fuere" ; - VP (Fut Subj Sg P2) => x_ + "fueres" ; - VP (Fut Subj Sg P3) => x_ + "fuere" ; - VP (Fut Subj Pl P1) => x_ + "fuéremos" ; - VP (Fut Subj Pl P2) => x_ + "fuereis" ; - VP (Fut Subj Pl P3) => x_ + "fueren" ; - VP (Cond Sg P1) => x_ + "sería" ; - VP (Cond Sg P2) => x_ + "serías" ; - VP (Cond Sg P3) => x_ + "sería" ; - VP (Cond Pl P1) => x_ + "seríamos" ; - VP (Cond Pl P2) => x_ + "seríais" ; - VP (Cond Pl P3) => x_ + "serían" ; + VP (Impf Ind Sg P1) => x_ + "era" ; --# notpresent + VP (Impf Ind Sg P2) => x_ + "eras" ; --# notpresent + VP (Impf Ind Sg P3) => x_ + "era" ; --# notpresent + VP (Impf Ind Pl P1) => x_ + "éramos" ; --# notpresent + VP (Impf Ind Pl P2) => x_ + "erais" ; --# notpresent + VP (Impf Ind Pl P3) => x_ + "eran" ; --# notpresent + VP (Impf Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {x_ + "fuéramos" ; x_ + "fuésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; --# notpresent + VP (Pret Sg P1) => x_ + "fui" ; --# notpresent + VP (Pret Sg P2) => x_ + "fuiste" ; --# notpresent + VP (Pret Sg P3) => x_ + "fue" ; --# notpresent + VP (Pret Pl P1) => x_ + "fuimos" ; --# notpresent + VP (Pret Pl P2) => x_ + "fuisteis" ; --# notpresent + VP (Pret Pl P3) => x_ + "fueron" ; --# notpresent + VP (Fut Ind Sg P1) => x_ + "seré" ; --# notpresent + VP (Fut Ind Sg P2) => x_ + "serás" ; --# notpresent + VP (Fut Ind Sg P3) => x_ + "será" ; --# notpresent + VP (Fut Ind Pl P1) => x_ + "seremos" ; --# notpresent + VP (Fut Ind Pl P2) => x_ + "seréis" ; --# notpresent + VP (Fut Ind Pl P3) => x_ + "serán" ; --# notpresent + VP (Fut Subj Sg P1) => x_ + "fuere" ; --# notpresent + VP (Fut Subj Sg P2) => x_ + "fueres" ; --# notpresent + VP (Fut Subj Sg P3) => x_ + "fuere" ; --# notpresent + VP (Fut Subj Pl P1) => x_ + "fuéremos" ; --# notpresent + VP (Fut Subj Pl P2) => x_ + "fuereis" ; --# notpresent + VP (Fut Subj Pl P3) => x_ + "fueren" ; --# notpresent + VP (Cond Sg P1) => x_ + "sería" ; --# notpresent + VP (Cond Sg P2) => x_ + "serías" ; --# notpresent + VP (Cond Sg P3) => x_ + "sería" ; --# notpresent + VP (Cond Pl P1) => x_ + "seríamos" ; --# notpresent + VP (Cond Pl P2) => x_ + "seríais" ; --# notpresent + VP (Cond Pl P3) => x_ + "serían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => x_ + "sé" ; VP (Imp Sg P3) => x_ + "sea" ; @@ -93,42 +93,42 @@ oper estar_2 : Str -> Verbum = \estar -> VP (Pres Subj Pl P1) => est_ + "emos" ; VP (Pres Subj Pl P2) => est_ + "éis" ; VP (Pres Subj Pl P3) => est_ + "én" ; - VP (Impf Ind Sg P1) => est_ + "aba" ; - VP (Impf Ind Sg P2) => est_ + "abas" ; - VP (Impf Ind Sg P3) => est_ + "aba" ; - VP (Impf Ind Pl P1) => est_ + "ábamos" ; - VP (Impf Ind Pl P2) => est_ + "abais" ; - VP (Impf Ind Pl P3) => est_ + "aban" ; - VP (Impf Subj Sg P1) => variants {est_ + "uviera" ; est_ + "uviese"} ; - VP (Impf Subj Sg P2) => variants {est_ + "uvieras" ; est_ + "uvieses"} ; - VP (Impf Subj Sg P3) => variants {est_ + "uviera" ; est_ + "uviese"} ; - VP (Impf Subj Pl P1) => variants {est_ + "uviéramos" ; est_ + "uviésemos"} ; - VP (Impf Subj Pl P2) => variants {est_ + "uvierais" ; est_ + "uvieseis"} ; - VP (Impf Subj Pl P3) => variants {est_ + "uvieran" ; est_ + "uviesen"} ; - VP (Pret Sg P1) => est_ + "uve" ; - VP (Pret Sg P2) => est_ + "uviste" ; - VP (Pret Sg P3) => est_ + "uvo" ; - VP (Pret Pl P1) => est_ + "uvimos" ; - VP (Pret Pl P2) => est_ + "uvisteis" ; - VP (Pret Pl P3) => est_ + "uvieron" ; - VP (Fut Ind Sg P1) => est_ + "aré" ; - VP (Fut Ind Sg P2) => est_ + "arás" ; - VP (Fut Ind Sg P3) => est_ + "ará" ; - VP (Fut Ind Pl P1) => est_ + "aremos" ; - VP (Fut Ind Pl P2) => est_ + "aréis" ; - VP (Fut Ind Pl P3) => est_ + "arán" ; - VP (Fut Subj Sg P1) => est_ + "uviere" ; - VP (Fut Subj Sg P2) => est_ + "uvieres" ; - VP (Fut Subj Sg P3) => est_ + "uviere" ; - VP (Fut Subj Pl P1) => est_ + "uviéremos" ; - VP (Fut Subj Pl P2) => est_ + "uviereis" ; - VP (Fut Subj Pl P3) => est_ + "uvieren" ; - VP (Cond Sg P1) => est_ + "aría" ; - VP (Cond Sg P2) => est_ + "arías" ; - VP (Cond Sg P3) => est_ + "aría" ; - VP (Cond Pl P1) => est_ + "aríamos" ; - VP (Cond Pl P2) => est_ + "aríais" ; - VP (Cond Pl P3) => est_ + "arían" ; + VP (Impf Ind Sg P1) => est_ + "aba" ; --# notpresent + VP (Impf Ind Sg P2) => est_ + "abas" ; --# notpresent + VP (Impf Ind Sg P3) => est_ + "aba" ; --# notpresent + VP (Impf Ind Pl P1) => est_ + "ábamos" ; --# notpresent + VP (Impf Ind Pl P2) => est_ + "abais" ; --# notpresent + VP (Impf Ind Pl P3) => est_ + "aban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {est_ + "uviera" ; est_ + "uviese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {est_ + "uvieras" ; est_ + "uvieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {est_ + "uviera" ; est_ + "uviese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {est_ + "uviéramos" ; est_ + "uviésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {est_ + "uvierais" ; est_ + "uvieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {est_ + "uvieran" ; est_ + "uviesen"} ; --# notpresent + VP (Pret Sg P1) => est_ + "uve" ; --# notpresent + VP (Pret Sg P2) => est_ + "uviste" ; --# notpresent + VP (Pret Sg P3) => est_ + "uvo" ; --# notpresent + VP (Pret Pl P1) => est_ + "uvimos" ; --# notpresent + VP (Pret Pl P2) => est_ + "uvisteis" ; --# notpresent + VP (Pret Pl P3) => est_ + "uvieron" ; --# notpresent + VP (Fut Ind Sg P1) => est_ + "aré" ; --# notpresent + VP (Fut Ind Sg P2) => est_ + "arás" ; --# notpresent + VP (Fut Ind Sg P3) => est_ + "ará" ; --# notpresent + VP (Fut Ind Pl P1) => est_ + "aremos" ; --# notpresent + VP (Fut Ind Pl P2) => est_ + "aréis" ; --# notpresent + VP (Fut Ind Pl P3) => est_ + "arán" ; --# notpresent + VP (Fut Subj Sg P1) => est_ + "uviere" ; --# notpresent + VP (Fut Subj Sg P2) => est_ + "uvieres" ; --# notpresent + VP (Fut Subj Sg P3) => est_ + "uviere" ; --# notpresent + VP (Fut Subj Pl P1) => est_ + "uviéremos" ; --# notpresent + VP (Fut Subj Pl P2) => est_ + "uviereis" ; --# notpresent + VP (Fut Subj Pl P3) => est_ + "uvieren" ; --# notpresent + VP (Cond Sg P1) => est_ + "aría" ; --# notpresent + VP (Cond Sg P2) => est_ + "arías" ; --# notpresent + VP (Cond Sg P3) => est_ + "aría" ; --# notpresent + VP (Cond Pl P1) => est_ + "aríamos" ; --# notpresent + VP (Cond Pl P2) => est_ + "aríais" ; --# notpresent + VP (Cond Pl P3) => est_ + "arían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => est_ + "á" ; VP (Imp Sg P3) => est_ + "é" ; @@ -160,42 +160,42 @@ oper haber_3 : Str -> Verbum = \haber -> VP (Pres Subj Pl P1) => h_ + "ayamos" ; VP (Pres Subj Pl P2) => h_ + "ayáis" ; VP (Pres Subj Pl P3) => h_ + "ayan" ; - VP (Impf Ind Sg P1) => h_ + "abía" ; - VP (Impf Ind Sg P2) => h_ + "abías" ; - VP (Impf Ind Sg P3) => h_ + "abía" ; - VP (Impf Ind Pl P1) => h_ + "abíamos" ; - VP (Impf Ind Pl P2) => h_ + "abíais" ; - VP (Impf Ind Pl P3) => h_ + "abían" ; - VP (Impf Subj Sg P1) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; - VP (Impf Subj Sg P2) => variants {h_ + "ubieras" ; h_ + "ubieses"} ; - VP (Impf Subj Sg P3) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; - VP (Impf Subj Pl P1) => variants {h_ + "ubiéramos" ; h_ + "ubiésemos"} ; - VP (Impf Subj Pl P2) => variants {h_ + "ubierais" ; h_ + "ubieseis"} ; - VP (Impf Subj Pl P3) => variants {h_ + "ubieran" ; h_ + "ubiesen"} ; - VP (Pret Sg P1) => h_ + "ube" ; - VP (Pret Sg P2) => h_ + "ubiste" ; - VP (Pret Sg P3) => h_ + "ubo" ; - VP (Pret Pl P1) => h_ + "ubimos" ; - VP (Pret Pl P2) => h_ + "ubisteis" ; - VP (Pret Pl P3) => h_ + "ubieron" ; - VP (Fut Ind Sg P1) => h_ + "abré" ; - VP (Fut Ind Sg P2) => h_ + "abrás" ; - VP (Fut Ind Sg P3) => h_ + "abrá" ; - VP (Fut Ind Pl P1) => h_ + "abremos" ; - VP (Fut Ind Pl P2) => h_ + "abréis" ; - VP (Fut Ind Pl P3) => h_ + "abrán" ; - VP (Fut Subj Sg P1) => h_ + "ubiere" ; - VP (Fut Subj Sg P2) => h_ + "ubieres" ; - VP (Fut Subj Sg P3) => h_ + "ubiere" ; - VP (Fut Subj Pl P1) => h_ + "ubiéremos" ; - VP (Fut Subj Pl P2) => h_ + "ubiereis" ; - VP (Fut Subj Pl P3) => h_ + "ubieren" ; - VP (Cond Sg P1) => h_ + "abría" ; - VP (Cond Sg P2) => h_ + "abrías" ; - VP (Cond Sg P3) => h_ + "abría" ; - VP (Cond Pl P1) => h_ + "abríamos" ; - VP (Cond Pl P2) => h_ + "abríais" ; - VP (Cond Pl P3) => h_ + "abrían" ; + VP (Impf Ind Sg P1) => h_ + "abía" ; --# notpresent + VP (Impf Ind Sg P2) => h_ + "abías" ; --# notpresent + VP (Impf Ind Sg P3) => h_ + "abía" ; --# notpresent + VP (Impf Ind Pl P1) => h_ + "abíamos" ; --# notpresent + VP (Impf Ind Pl P2) => h_ + "abíais" ; --# notpresent + VP (Impf Ind Pl P3) => h_ + "abían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {h_ + "ubieras" ; h_ + "ubieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {h_ + "ubiéramos" ; h_ + "ubiésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {h_ + "ubierais" ; h_ + "ubieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {h_ + "ubieran" ; h_ + "ubiesen"} ; --# notpresent + VP (Pret Sg P1) => h_ + "ube" ; --# notpresent + VP (Pret Sg P2) => h_ + "ubiste" ; --# notpresent + VP (Pret Sg P3) => h_ + "ubo" ; --# notpresent + VP (Pret Pl P1) => h_ + "ubimos" ; --# notpresent + VP (Pret Pl P2) => h_ + "ubisteis" ; --# notpresent + VP (Pret Pl P3) => h_ + "ubieron" ; --# notpresent + VP (Fut Ind Sg P1) => h_ + "abré" ; --# notpresent + VP (Fut Ind Sg P2) => h_ + "abrás" ; --# notpresent + VP (Fut Ind Sg P3) => h_ + "abrá" ; --# notpresent + VP (Fut Ind Pl P1) => h_ + "abremos" ; --# notpresent + VP (Fut Ind Pl P2) => h_ + "abréis" ; --# notpresent + VP (Fut Ind Pl P3) => h_ + "abrán" ; --# notpresent + VP (Fut Subj Sg P1) => h_ + "ubiere" ; --# notpresent + VP (Fut Subj Sg P2) => h_ + "ubieres" ; --# notpresent + VP (Fut Subj Sg P3) => h_ + "ubiere" ; --# notpresent + VP (Fut Subj Pl P1) => h_ + "ubiéremos" ; --# notpresent + VP (Fut Subj Pl P2) => h_ + "ubiereis" ; --# notpresent + VP (Fut Subj Pl P3) => h_ + "ubieren" ; --# notpresent + VP (Cond Sg P1) => h_ + "abría" ; --# notpresent + VP (Cond Sg P2) => h_ + "abrías" ; --# notpresent + VP (Cond Sg P3) => h_ + "abría" ; --# notpresent + VP (Cond Pl P1) => h_ + "abríamos" ; --# notpresent + VP (Cond Pl P2) => h_ + "abríais" ; --# notpresent + VP (Cond Pl P3) => h_ + "abrían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => variants {} ; VP (Imp Sg P3) => variants {} ; @@ -227,42 +227,42 @@ oper hay_3 : Str -> Verbum = \haber -> VP (Pres Subj Pl P1) => h_ + "ayamos" ; VP (Pres Subj Pl P2) => h_ + "ayáis" ; VP (Pres Subj Pl P3) => h_ + "ayan" ; - VP (Impf Ind Sg P1) => h_ + "abía" ; - VP (Impf Ind Sg P2) => h_ + "abías" ; - VP (Impf Ind Sg P3) => h_ + "abía" ; - VP (Impf Ind Pl P1) => h_ + "abíamos" ; - VP (Impf Ind Pl P2) => h_ + "abíais" ; - VP (Impf Ind Pl P3) => h_ + "abían" ; - VP (Impf Subj Sg P1) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; - VP (Impf Subj Sg P2) => variants {h_ + "ubieras" ; h_ + "ubieses"} ; - VP (Impf Subj Sg P3) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; - VP (Impf Subj Pl P1) => variants {h_ + "ubiéramos" ; h_ + "ubiésemos"} ; - VP (Impf Subj Pl P2) => variants {h_ + "ubierais" ; h_ + "ubieseis"} ; - VP (Impf Subj Pl P3) => variants {h_ + "ubieran" ; h_ + "ubiesen"} ; - VP (Pret Sg P1) => h_ + "ube" ; - VP (Pret Sg P2) => h_ + "ubiste" ; - VP (Pret Sg P3) => h_ + "ubo" ; - VP (Pret Pl P1) => h_ + "ubimos" ; - VP (Pret Pl P2) => h_ + "ubisteis" ; - VP (Pret Pl P3) => h_ + "ubieron" ; - VP (Fut Ind Sg P1) => h_ + "abré" ; - VP (Fut Ind Sg P2) => h_ + "abrás" ; - VP (Fut Ind Sg P3) => h_ + "abrá" ; - VP (Fut Ind Pl P1) => h_ + "abremos" ; - VP (Fut Ind Pl P2) => h_ + "abréis" ; - VP (Fut Ind Pl P3) => h_ + "abrán" ; - VP (Fut Subj Sg P1) => h_ + "ubiere" ; - VP (Fut Subj Sg P2) => h_ + "ubieres" ; - VP (Fut Subj Sg P3) => h_ + "ubiere" ; - VP (Fut Subj Pl P1) => h_ + "ubiéremos" ; - VP (Fut Subj Pl P2) => h_ + "ubiereis" ; - VP (Fut Subj Pl P3) => h_ + "ubieren" ; - VP (Cond Sg P1) => h_ + "abría" ; - VP (Cond Sg P2) => h_ + "abrías" ; - VP (Cond Sg P3) => h_ + "abría" ; - VP (Cond Pl P1) => h_ + "abríamos" ; - VP (Cond Pl P2) => h_ + "abríais" ; - VP (Cond Pl P3) => h_ + "abrían" ; + VP (Impf Ind Sg P1) => h_ + "abía" ; --# notpresent + VP (Impf Ind Sg P2) => h_ + "abías" ; --# notpresent + VP (Impf Ind Sg P3) => h_ + "abía" ; --# notpresent + VP (Impf Ind Pl P1) => h_ + "abíamos" ; --# notpresent + VP (Impf Ind Pl P2) => h_ + "abíais" ; --# notpresent + VP (Impf Ind Pl P3) => h_ + "abían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {h_ + "ubieras" ; h_ + "ubieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {h_ + "ubiéramos" ; h_ + "ubiésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {h_ + "ubierais" ; h_ + "ubieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {h_ + "ubieran" ; h_ + "ubiesen"} ; --# notpresent + VP (Pret Sg P1) => h_ + "ube" ; --# notpresent + VP (Pret Sg P2) => h_ + "ubiste" ; --# notpresent + VP (Pret Sg P3) => h_ + "ubo" ; --# notpresent + VP (Pret Pl P1) => h_ + "ubimos" ; --# notpresent + VP (Pret Pl P2) => h_ + "ubisteis" ; --# notpresent + VP (Pret Pl P3) => h_ + "ubieron" ; --# notpresent + VP (Fut Ind Sg P1) => h_ + "abré" ; --# notpresent + VP (Fut Ind Sg P2) => h_ + "abrás" ; --# notpresent + VP (Fut Ind Sg P3) => h_ + "abrá" ; --# notpresent + VP (Fut Ind Pl P1) => h_ + "abremos" ; --# notpresent + VP (Fut Ind Pl P2) => h_ + "abréis" ; --# notpresent + VP (Fut Ind Pl P3) => h_ + "abrán" ; --# notpresent + VP (Fut Subj Sg P1) => h_ + "ubiere" ; --# notpresent + VP (Fut Subj Sg P2) => h_ + "ubieres" ; --# notpresent + VP (Fut Subj Sg P3) => h_ + "ubiere" ; --# notpresent + VP (Fut Subj Pl P1) => h_ + "ubiéremos" ; --# notpresent + VP (Fut Subj Pl P2) => h_ + "ubiereis" ; --# notpresent + VP (Fut Subj Pl P3) => h_ + "ubieren" ; --# notpresent + VP (Cond Sg P1) => h_ + "abría" ; --# notpresent + VP (Cond Sg P2) => h_ + "abrías" ; --# notpresent + VP (Cond Sg P3) => h_ + "abría" ; --# notpresent + VP (Cond Pl P1) => h_ + "abríamos" ; --# notpresent + VP (Cond Pl P2) => h_ + "abríais" ; --# notpresent + VP (Cond Pl P3) => h_ + "abrían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => variants {} ; VP (Imp Sg P3) => variants {} ; @@ -294,42 +294,42 @@ oper tener_4 : Str -> Verbum = \tener -> VP (Pres Subj Pl P1) => t_ + "engamos" ; VP (Pres Subj Pl P2) => t_ + "engáis" ; VP (Pres Subj Pl P3) => t_ + "engan" ; - VP (Impf Ind Sg P1) => t_ + "enía" ; - VP (Impf Ind Sg P2) => t_ + "enías" ; - VP (Impf Ind Sg P3) => t_ + "enía" ; - VP (Impf Ind Pl P1) => t_ + "eníamos" ; - VP (Impf Ind Pl P2) => t_ + "eníais" ; - VP (Impf Ind Pl P3) => t_ + "enían" ; - VP (Impf Subj Sg P1) => variants {t_ + "uviera" ; t_ + "uviese"} ; - VP (Impf Subj Sg P2) => variants {t_ + "uvieras" ; t_ + "uvieses"} ; - VP (Impf Subj Sg P3) => variants {t_ + "uviera" ; t_ + "uviese"} ; - VP (Impf Subj Pl P1) => variants {t_ + "uviéramos" ; t_ + "uviésemos"} ; - VP (Impf Subj Pl P2) => variants {t_ + "uvierais" ; t_ + "uvieseis"} ; - VP (Impf Subj Pl P3) => variants {t_ + "uvieran" ; t_ + "uviesen"} ; - VP (Pret Sg P1) => t_ + "uve" ; - VP (Pret Sg P2) => t_ + "uviste" ; - VP (Pret Sg P3) => t_ + "uvo" ; - VP (Pret Pl P1) => t_ + "uvimos" ; - VP (Pret Pl P2) => t_ + "uvisteis" ; - VP (Pret Pl P3) => t_ + "uvieron" ; - VP (Fut Ind Sg P1) => t_ + "endré" ; - VP (Fut Ind Sg P2) => t_ + "endrás" ; - VP (Fut Ind Sg P3) => t_ + "endrá" ; - VP (Fut Ind Pl P1) => t_ + "endremos" ; - VP (Fut Ind Pl P2) => t_ + "endréis" ; - VP (Fut Ind Pl P3) => t_ + "endrán" ; - VP (Fut Subj Sg P1) => t_ + "uviere" ; - VP (Fut Subj Sg P2) => t_ + "uvieres" ; - VP (Fut Subj Sg P3) => t_ + "uviere" ; - VP (Fut Subj Pl P1) => t_ + "uviéremos" ; - VP (Fut Subj Pl P2) => t_ + "uviereis" ; - VP (Fut Subj Pl P3) => t_ + "uvieren" ; - VP (Cond Sg P1) => t_ + "endría" ; - VP (Cond Sg P2) => t_ + "endrías" ; - VP (Cond Sg P3) => t_ + "endría" ; - VP (Cond Pl P1) => t_ + "endríamos" ; - VP (Cond Pl P2) => t_ + "endríais" ; - VP (Cond Pl P3) => t_ + "endrían" ; + VP (Impf Ind Sg P1) => t_ + "enía" ; --# notpresent + VP (Impf Ind Sg P2) => t_ + "enías" ; --# notpresent + VP (Impf Ind Sg P3) => t_ + "enía" ; --# notpresent + VP (Impf Ind Pl P1) => t_ + "eníamos" ; --# notpresent + VP (Impf Ind Pl P2) => t_ + "eníais" ; --# notpresent + VP (Impf Ind Pl P3) => t_ + "enían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {t_ + "uviera" ; t_ + "uviese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {t_ + "uvieras" ; t_ + "uvieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {t_ + "uviera" ; t_ + "uviese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {t_ + "uviéramos" ; t_ + "uviésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {t_ + "uvierais" ; t_ + "uvieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {t_ + "uvieran" ; t_ + "uviesen"} ; --# notpresent + VP (Pret Sg P1) => t_ + "uve" ; --# notpresent + VP (Pret Sg P2) => t_ + "uviste" ; --# notpresent + VP (Pret Sg P3) => t_ + "uvo" ; --# notpresent + VP (Pret Pl P1) => t_ + "uvimos" ; --# notpresent + VP (Pret Pl P2) => t_ + "uvisteis" ; --# notpresent + VP (Pret Pl P3) => t_ + "uvieron" ; --# notpresent + VP (Fut Ind Sg P1) => t_ + "endré" ; --# notpresent + VP (Fut Ind Sg P2) => t_ + "endrás" ; --# notpresent + VP (Fut Ind Sg P3) => t_ + "endrá" ; --# notpresent + VP (Fut Ind Pl P1) => t_ + "endremos" ; --# notpresent + VP (Fut Ind Pl P2) => t_ + "endréis" ; --# notpresent + VP (Fut Ind Pl P3) => t_ + "endrán" ; --# notpresent + VP (Fut Subj Sg P1) => t_ + "uviere" ; --# notpresent + VP (Fut Subj Sg P2) => t_ + "uvieres" ; --# notpresent + VP (Fut Subj Sg P3) => t_ + "uviere" ; --# notpresent + VP (Fut Subj Pl P1) => t_ + "uviéremos" ; --# notpresent + VP (Fut Subj Pl P2) => t_ + "uviereis" ; --# notpresent + VP (Fut Subj Pl P3) => t_ + "uvieren" ; --# notpresent + VP (Cond Sg P1) => t_ + "endría" ; --# notpresent + VP (Cond Sg P2) => t_ + "endrías" ; --# notpresent + VP (Cond Sg P3) => t_ + "endría" ; --# notpresent + VP (Cond Pl P1) => t_ + "endríamos" ; --# notpresent + VP (Cond Pl P2) => t_ + "endríais" ; --# notpresent + VP (Cond Pl P3) => t_ + "endrían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => t_ + "en" ; VP (Imp Sg P3) => t_ + "enga" ; @@ -361,42 +361,42 @@ oper cortar_5 : Str -> Verbum = \cortar -> VP (Pres Subj Pl P1) => cort_ + "emos" ; VP (Pres Subj Pl P2) => cort_ + "éis" ; VP (Pres Subj Pl P3) => cort_ + "en" ; - VP (Impf Ind Sg P1) => cort_ + "aba" ; - VP (Impf Ind Sg P2) => cort_ + "abas" ; - VP (Impf Ind Sg P3) => cort_ + "aba" ; - VP (Impf Ind Pl P1) => cort_ + "ábamos" ; - VP (Impf Ind Pl P2) => cort_ + "abais" ; - VP (Impf Ind Pl P3) => cort_ + "aban" ; - VP (Impf Subj Sg P1) => variants {cort_ + "ara" ; cort_ + "ase"} ; - VP (Impf Subj Sg P2) => variants {cort_ + "aras" ; cort_ + "ases"} ; - VP (Impf Subj Sg P3) => variants {cort_ + "ara" ; cort_ + "ase"} ; - VP (Impf Subj Pl P1) => variants {cort_ + "áramos" ; cort_ + "ásemos"} ; - VP (Impf Subj Pl P2) => variants {cort_ + "arais" ; cort_ + "aseis"} ; - VP (Impf Subj Pl P3) => variants {cort_ + "aran" ; cort_ + "asen"} ; - VP (Pret Sg P1) => cort_ + "é" ; - VP (Pret Sg P2) => cort_ + "aste" ; - VP (Pret Sg P3) => cort_ + "ó" ; - VP (Pret Pl P1) => cort_ + "amos" ; - VP (Pret Pl P2) => cort_ + "asteis" ; - VP (Pret Pl P3) => cort_ + "aron" ; - VP (Fut Ind Sg P1) => cort_ + "aré" ; - VP (Fut Ind Sg P2) => cort_ + "arás" ; - VP (Fut Ind Sg P3) => cort_ + "ará" ; - VP (Fut Ind Pl P1) => cort_ + "aremos" ; - VP (Fut Ind Pl P2) => cort_ + "aréis" ; - VP (Fut Ind Pl P3) => cort_ + "arán" ; - VP (Fut Subj Sg P1) => cort_ + "are" ; - VP (Fut Subj Sg P2) => cort_ + "ares" ; - VP (Fut Subj Sg P3) => cort_ + "are" ; - VP (Fut Subj Pl P1) => cort_ + "áremos" ; - VP (Fut Subj Pl P2) => cort_ + "areis" ; - VP (Fut Subj Pl P3) => cort_ + "aren" ; - VP (Cond Sg P1) => cort_ + "aría" ; - VP (Cond Sg P2) => cort_ + "arías" ; - VP (Cond Sg P3) => cort_ + "aría" ; - VP (Cond Pl P1) => cort_ + "aríamos" ; - VP (Cond Pl P2) => cort_ + "aríais" ; - VP (Cond Pl P3) => cort_ + "arían" ; + VP (Impf Ind Sg P1) => cort_ + "aba" ; --# notpresent + VP (Impf Ind Sg P2) => cort_ + "abas" ; --# notpresent + VP (Impf Ind Sg P3) => cort_ + "aba" ; --# notpresent + VP (Impf Ind Pl P1) => cort_ + "ábamos" ; --# notpresent + VP (Impf Ind Pl P2) => cort_ + "abais" ; --# notpresent + VP (Impf Ind Pl P3) => cort_ + "aban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {cort_ + "ara" ; cort_ + "ase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {cort_ + "aras" ; cort_ + "ases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {cort_ + "ara" ; cort_ + "ase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {cort_ + "áramos" ; cort_ + "ásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {cort_ + "arais" ; cort_ + "aseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {cort_ + "aran" ; cort_ + "asen"} ; --# notpresent + VP (Pret Sg P1) => cort_ + "é" ; --# notpresent + VP (Pret Sg P2) => cort_ + "aste" ; --# notpresent + VP (Pret Sg P3) => cort_ + "ó" ; --# notpresent + VP (Pret Pl P1) => cort_ + "amos" ; --# notpresent + VP (Pret Pl P2) => cort_ + "asteis" ; --# notpresent + VP (Pret Pl P3) => cort_ + "aron" ; --# notpresent + VP (Fut Ind Sg P1) => cort_ + "aré" ; --# notpresent + VP (Fut Ind Sg P2) => cort_ + "arás" ; --# notpresent + VP (Fut Ind Sg P3) => cort_ + "ará" ; --# notpresent + VP (Fut Ind Pl P1) => cort_ + "aremos" ; --# notpresent + VP (Fut Ind Pl P2) => cort_ + "aréis" ; --# notpresent + VP (Fut Ind Pl P3) => cort_ + "arán" ; --# notpresent + VP (Fut Subj Sg P1) => cort_ + "are" ; --# notpresent + VP (Fut Subj Sg P2) => cort_ + "ares" ; --# notpresent + VP (Fut Subj Sg P3) => cort_ + "are" ; --# notpresent + VP (Fut Subj Pl P1) => cort_ + "áremos" ; --# notpresent + VP (Fut Subj Pl P2) => cort_ + "areis" ; --# notpresent + VP (Fut Subj Pl P3) => cort_ + "aren" ; --# notpresent + VP (Cond Sg P1) => cort_ + "aría" ; --# notpresent + VP (Cond Sg P2) => cort_ + "arías" ; --# notpresent + VP (Cond Sg P3) => cort_ + "aría" ; --# notpresent + VP (Cond Pl P1) => cort_ + "aríamos" ; --# notpresent + VP (Cond Pl P2) => cort_ + "aríais" ; --# notpresent + VP (Cond Pl P3) => cort_ + "arían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => cort_ + "a" ; VP (Imp Sg P3) => cort_ + "e" ; @@ -429,42 +429,42 @@ oper deber_6 : Str -> Verbum = \deber -> VP (Pres Subj Pl P1) => deb_ + "amos" ; VP (Pres Subj Pl P2) => deb_ + "áis" ; VP (Pres Subj Pl P3) => deb_ + "an" ; - VP (Impf Ind Sg P1) => deb_ + "ía" ; - VP (Impf Ind Sg P2) => deb_ + "ías" ; - VP (Impf Ind Sg P3) => deb_ + "ía" ; - VP (Impf Ind Pl P1) => deb_ + "íamos" ; - VP (Impf Ind Pl P2) => deb_ + "íais" ; - VP (Impf Ind Pl P3) => deb_ + "ían" ; - VP (Impf Subj Sg P1) => variants {deb_ + "iera" ; deb_ + "iese"} ; - VP (Impf Subj Sg P2) => variants {deb_ + "ieras" ; deb_ + "ieses"} ; - VP (Impf Subj Sg P3) => variants {deb_ + "iera" ; deb_ + "iese"} ; - VP (Impf Subj Pl P1) => variants {deb_ + "iéramos" ; deb_ + "iésemos"} ; - VP (Impf Subj Pl P2) => variants {deb_ + "ierais" ; deb_ + "ieseis"} ; - VP (Impf Subj Pl P3) => variants {deb_ + "ieran" ; deb_ + "iesen"} ; - VP (Pret Sg P1) => deb_ + "í" ; - VP (Pret Sg P2) => deb_ + "iste" ; - VP (Pret Sg P3) => deb_ + "ió" ; - VP (Pret Pl P1) => deb_ + "imos" ; - VP (Pret Pl P2) => deb_ + "isteis" ; - VP (Pret Pl P3) => deb_ + "ieron" ; - VP (Fut Ind Sg P1) => deb_ + "eré" ; - VP (Fut Ind Sg P2) => deb_ + "erás" ; - VP (Fut Ind Sg P3) => deb_ + "erá" ; - VP (Fut Ind Pl P1) => deb_ + "eremos" ; - VP (Fut Ind Pl P2) => deb_ + "eréis" ; - VP (Fut Ind Pl P3) => deb_ + "erán" ; - VP (Fut Subj Sg P1) => deb_ + "iere" ; - VP (Fut Subj Sg P2) => deb_ + "ieres" ; - VP (Fut Subj Sg P3) => deb_ + "iere" ; - VP (Fut Subj Pl P1) => deb_ + "iéremos" ; - VP (Fut Subj Pl P2) => deb_ + "iereis" ; - VP (Fut Subj Pl P3) => deb_ + "ieren" ; - VP (Cond Sg P1) => deb_ + "ería" ; - VP (Cond Sg P2) => deb_ + "erías" ; - VP (Cond Sg P3) => deb_ + "ería" ; - VP (Cond Pl P1) => deb_ + "eríamos" ; - VP (Cond Pl P2) => deb_ + "eríais" ; - VP (Cond Pl P3) => deb_ + "erían" ; + VP (Impf Ind Sg P1) => deb_ + "ía" ; --# notpresent + VP (Impf Ind Sg P2) => deb_ + "ías" ; --# notpresent + VP (Impf Ind Sg P3) => deb_ + "ía" ; --# notpresent + VP (Impf Ind Pl P1) => deb_ + "íamos" ; --# notpresent + VP (Impf Ind Pl P2) => deb_ + "íais" ; --# notpresent + VP (Impf Ind Pl P3) => deb_ + "ían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {deb_ + "iera" ; deb_ + "iese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {deb_ + "ieras" ; deb_ + "ieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {deb_ + "iera" ; deb_ + "iese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {deb_ + "iéramos" ; deb_ + "iésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {deb_ + "ierais" ; deb_ + "ieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {deb_ + "ieran" ; deb_ + "iesen"} ; --# notpresent + VP (Pret Sg P1) => deb_ + "í" ; --# notpresent + VP (Pret Sg P2) => deb_ + "iste" ; --# notpresent + VP (Pret Sg P3) => deb_ + "ió" ; --# notpresent + VP (Pret Pl P1) => deb_ + "imos" ; --# notpresent + VP (Pret Pl P2) => deb_ + "isteis" ; --# notpresent + VP (Pret Pl P3) => deb_ + "ieron" ; --# notpresent + VP (Fut Ind Sg P1) => deb_ + "eré" ; --# notpresent + VP (Fut Ind Sg P2) => deb_ + "erás" ; --# notpresent + VP (Fut Ind Sg P3) => deb_ + "erá" ; --# notpresent + VP (Fut Ind Pl P1) => deb_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => deb_ + "eréis" ; --# notpresent + VP (Fut Ind Pl P3) => deb_ + "erán" ; --# notpresent + VP (Fut Subj Sg P1) => deb_ + "iere" ; --# notpresent + VP (Fut Subj Sg P2) => deb_ + "ieres" ; --# notpresent + VP (Fut Subj Sg P3) => deb_ + "iere" ; --# notpresent + VP (Fut Subj Pl P1) => deb_ + "iéremos" ; --# notpresent + VP (Fut Subj Pl P2) => deb_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => deb_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => deb_ + "ería" ; --# notpresent + VP (Cond Sg P2) => deb_ + "erías" ; --# notpresent + VP (Cond Sg P3) => deb_ + "ería" ; --# notpresent + VP (Cond Pl P1) => deb_ + "eríamos" ; --# notpresent + VP (Cond Pl P2) => deb_ + "eríais" ; --# notpresent + VP (Cond Pl P3) => deb_ + "erían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => deb_ + "e" ; VP (Imp Sg P3) => deb_ + "a" ; @@ -495,42 +495,42 @@ oper vivir_7 : Str -> Verbum = \vivir -> VP (Pres Subj Pl P1) => viv_ + "amos" ; VP (Pres Subj Pl P2) => viv_ + "áis" ; VP (Pres Subj Pl P3) => viv_ + "an" ; - VP (Impf Ind Sg P1) => viv_ + "ía" ; - VP (Impf Ind Sg P2) => viv_ + "ías" ; - VP (Impf Ind Sg P3) => viv_ + "ía" ; - VP (Impf Ind Pl P1) => viv_ + "íamos" ; - VP (Impf Ind Pl P2) => viv_ + "íais" ; - VP (Impf Ind Pl P3) => viv_ + "ían" ; - VP (Impf Subj Sg P1) => variants {viv_ + "iera" ; viv_ + "iese"} ; - VP (Impf Subj Sg P2) => variants {viv_ + "ieras" ; viv_ + "ieses"} ; - VP (Impf Subj Sg P3) => variants {viv_ + "iera" ; viv_ + "iese"} ; - VP (Impf Subj Pl P1) => variants {viv_ + "iéramos" ; viv_ + "iésemos"} ; - VP (Impf Subj Pl P2) => variants {viv_ + "ierais" ; viv_ + "ieseis"} ; - VP (Impf Subj Pl P3) => variants {viv_ + "ieran" ; viv_ + "iesen"} ; - VP (Pret Sg P1) => viv_ + "í" ; - VP (Pret Sg P2) => viv_ + "iste" ; - VP (Pret Sg P3) => viv_ + "ió" ; - VP (Pret Pl P1) => viv_ + "imos" ; - VP (Pret Pl P2) => viv_ + "isteis" ; - VP (Pret Pl P3) => viv_ + "ieron" ; - VP (Fut Ind Sg P1) => viv_ + "iré" ; - VP (Fut Ind Sg P2) => viv_ + "irás" ; - VP (Fut Ind Sg P3) => viv_ + "irá" ; - VP (Fut Ind Pl P1) => viv_ + "iremos" ; - VP (Fut Ind Pl P2) => viv_ + "iréis" ; - VP (Fut Ind Pl P3) => viv_ + "irán" ; - VP (Fut Subj Sg P1) => viv_ + "iere" ; - VP (Fut Subj Sg P2) => viv_ + "ieres" ; - VP (Fut Subj Sg P3) => viv_ + "iere" ; - VP (Fut Subj Pl P1) => viv_ + "iéremos" ; - VP (Fut Subj Pl P2) => viv_ + "iereis" ; - VP (Fut Subj Pl P3) => viv_ + "ieren" ; - VP (Cond Sg P1) => viv_ + "iría" ; - VP (Cond Sg P2) => viv_ + "irías" ; - VP (Cond Sg P3) => viv_ + "iría" ; - VP (Cond Pl P1) => viv_ + "iríamos" ; - VP (Cond Pl P2) => viv_ + "iríais" ; - VP (Cond Pl P3) => viv_ + "irían" ; + VP (Impf Ind Sg P1) => viv_ + "ía" ; --# notpresent + VP (Impf Ind Sg P2) => viv_ + "ías" ; --# notpresent + VP (Impf Ind Sg P3) => viv_ + "ía" ; --# notpresent + VP (Impf Ind Pl P1) => viv_ + "íamos" ; --# notpresent + VP (Impf Ind Pl P2) => viv_ + "íais" ; --# notpresent + VP (Impf Ind Pl P3) => viv_ + "ían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {viv_ + "iera" ; viv_ + "iese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {viv_ + "ieras" ; viv_ + "ieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {viv_ + "iera" ; viv_ + "iese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {viv_ + "iéramos" ; viv_ + "iésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {viv_ + "ierais" ; viv_ + "ieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {viv_ + "ieran" ; viv_ + "iesen"} ; --# notpresent + VP (Pret Sg P1) => viv_ + "í" ; --# notpresent + VP (Pret Sg P2) => viv_ + "iste" ; --# notpresent + VP (Pret Sg P3) => viv_ + "ió" ; --# notpresent + VP (Pret Pl P1) => viv_ + "imos" ; --# notpresent + VP (Pret Pl P2) => viv_ + "isteis" ; --# notpresent + VP (Pret Pl P3) => viv_ + "ieron" ; --# notpresent + VP (Fut Ind Sg P1) => viv_ + "iré" ; --# notpresent + VP (Fut Ind Sg P2) => viv_ + "irás" ; --# notpresent + VP (Fut Ind Sg P3) => viv_ + "irá" ; --# notpresent + VP (Fut Ind Pl P1) => viv_ + "iremos" ; --# notpresent + VP (Fut Ind Pl P2) => viv_ + "iréis" ; --# notpresent + VP (Fut Ind Pl P3) => viv_ + "irán" ; --# notpresent + VP (Fut Subj Sg P1) => viv_ + "iere" ; --# notpresent + VP (Fut Subj Sg P2) => viv_ + "ieres" ; --# notpresent + VP (Fut Subj Sg P3) => viv_ + "iere" ; --# notpresent + VP (Fut Subj Pl P1) => viv_ + "iéremos" ; --# notpresent + VP (Fut Subj Pl P2) => viv_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => viv_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => viv_ + "iría" ; --# notpresent + VP (Cond Sg P2) => viv_ + "irías" ; --# notpresent + VP (Cond Sg P3) => viv_ + "iría" ; --# notpresent + VP (Cond Pl P1) => viv_ + "iríamos" ; --# notpresent + VP (Cond Pl P2) => viv_ + "iríais" ; --# notpresent + VP (Cond Pl P3) => viv_ + "irían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => viv_ + "e" ; VP (Imp Sg P3) => viv_ + "a" ; @@ -561,42 +561,42 @@ oper abolir_8 : Str -> Verbum = \abolir -> VP (Pres Subj Pl P1) => variants {} ; VP (Pres Subj Pl P2) => variants {} ; VP (Pres Subj Pl P3) => variants {} ; - VP (Impf Ind Sg P1) => abol_ + "ía" ; - VP (Impf Ind Sg P2) => abol_ + "ías" ; - VP (Impf Ind Sg P3) => abol_ + "ía" ; - VP (Impf Ind Pl P1) => abol_ + "íamos" ; - VP (Impf Ind Pl P2) => abol_ + "íais" ; - VP (Impf Ind Pl P3) => abol_ + "ían" ; - VP (Impf Subj Sg P1) => variants {abol_ + "iera" ; abol_ + "iese"} ; - VP (Impf Subj Sg P2) => variants {abol_ + "ieras" ; abol_ + "ieses"} ; - VP (Impf Subj Sg P3) => variants {abol_ + "iera" ; abol_ + "iese"} ; - VP (Impf Subj Pl P1) => variants {abol_ + "iéramos" ; abol_ + "iésemos"} ; - VP (Impf Subj Pl P2) => variants {abol_ + "ierais" ; abol_ + "ieseis"} ; - VP (Impf Subj Pl P3) => variants {abol_ + "ieran" ; abol_ + "iesen"} ; - VP (Pret Sg P1) => abol_ + "í" ; - VP (Pret Sg P2) => abol_ + "iste" ; - VP (Pret Sg P3) => abol_ + "ió" ; - VP (Pret Pl P1) => abol_ + "imos" ; - VP (Pret Pl P2) => abol_ + "isteis" ; - VP (Pret Pl P3) => abol_ + "ieron" ; - VP (Fut Ind Sg P1) => abol_ + "iré" ; - VP (Fut Ind Sg P2) => abol_ + "irás" ; - VP (Fut Ind Sg P3) => abol_ + "irá" ; - VP (Fut Ind Pl P1) => abol_ + "iremos" ; - VP (Fut Ind Pl P2) => abol_ + "iréis" ; - VP (Fut Ind Pl P3) => abol_ + "irán" ; - VP (Fut Subj Sg P1) => abol_ + "iere" ; - VP (Fut Subj Sg P2) => abol_ + "ieres" ; - VP (Fut Subj Sg P3) => abol_ + "iere" ; - VP (Fut Subj Pl P1) => abol_ + "iéremos" ; - VP (Fut Subj Pl P2) => abol_ + "iereis" ; - VP (Fut Subj Pl P3) => abol_ + "ieren" ; - VP (Cond Sg P1) => abol_ + "iría" ; - VP (Cond Sg P2) => abol_ + "irías" ; - VP (Cond Sg P3) => abol_ + "iría" ; - VP (Cond Pl P1) => abol_ + "iríamos" ; - VP (Cond Pl P2) => abol_ + "iríais" ; - VP (Cond Pl P3) => abol_ + "irían" ; + VP (Impf Ind Sg P1) => abol_ + "ía" ; --# notpresent + VP (Impf Ind Sg P2) => abol_ + "ías" ; --# notpresent + VP (Impf Ind Sg P3) => abol_ + "ía" ; --# notpresent + VP (Impf Ind Pl P1) => abol_ + "íamos" ; --# notpresent + VP (Impf Ind Pl P2) => abol_ + "íais" ; --# notpresent + VP (Impf Ind Pl P3) => abol_ + "ían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {abol_ + "iera" ; abol_ + "iese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {abol_ + "ieras" ; abol_ + "ieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {abol_ + "iera" ; abol_ + "iese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {abol_ + "iéramos" ; abol_ + "iésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {abol_ + "ierais" ; abol_ + "ieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {abol_ + "ieran" ; abol_ + "iesen"} ; --# notpresent + VP (Pret Sg P1) => abol_ + "í" ; --# notpresent + VP (Pret Sg P2) => abol_ + "iste" ; --# notpresent + VP (Pret Sg P3) => abol_ + "ió" ; --# notpresent + VP (Pret Pl P1) => abol_ + "imos" ; --# notpresent + VP (Pret Pl P2) => abol_ + "isteis" ; --# notpresent + VP (Pret Pl P3) => abol_ + "ieron" ; --# notpresent + VP (Fut Ind Sg P1) => abol_ + "iré" ; --# notpresent + VP (Fut Ind Sg P2) => abol_ + "irás" ; --# notpresent + VP (Fut Ind Sg P3) => abol_ + "irá" ; --# notpresent + VP (Fut Ind Pl P1) => abol_ + "iremos" ; --# notpresent + VP (Fut Ind Pl P2) => abol_ + "iréis" ; --# notpresent + VP (Fut Ind Pl P3) => abol_ + "irán" ; --# notpresent + VP (Fut Subj Sg P1) => abol_ + "iere" ; --# notpresent + VP (Fut Subj Sg P2) => abol_ + "ieres" ; --# notpresent + VP (Fut Subj Sg P3) => abol_ + "iere" ; --# notpresent + VP (Fut Subj Pl P1) => abol_ + "iéremos" ; --# notpresent + VP (Fut Subj Pl P2) => abol_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => abol_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => abol_ + "iría" ; --# notpresent + VP (Cond Sg P2) => abol_ + "irías" ; --# notpresent + VP (Cond Sg P3) => abol_ + "iría" ; --# notpresent + VP (Cond Pl P1) => abol_ + "iríamos" ; --# notpresent + VP (Cond Pl P2) => abol_ + "iríais" ; --# notpresent + VP (Cond Pl P3) => abol_ + "irían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => variants {} ; VP (Imp Sg P3) => variants {} ; @@ -627,42 +627,42 @@ oper actuar_9 : Str -> Verbum = \actuar -> VP (Pres Subj Pl P1) => act_ + "uemos" ; VP (Pres Subj Pl P2) => act_ + "uéis" ; VP (Pres Subj Pl P3) => act_ + "úen" ; - VP (Impf Ind Sg P1) => act_ + "uaba" ; - VP (Impf Ind Sg P2) => act_ + "uabas" ; - VP (Impf Ind Sg P3) => act_ + "uaba" ; - VP (Impf Ind Pl P1) => act_ + "uábamos" ; - VP (Impf Ind Pl P2) => act_ + "uabais" ; - VP (Impf Ind Pl P3) => act_ + "uaban" ; - VP (Impf Subj Sg P1) => variants {act_ + "uara" ; act_ + "uase"} ; - VP (Impf Subj Sg P2) => variants {act_ + "uaras" ; act_ + "uases"} ; - VP (Impf Subj Sg P3) => variants {act_ + "uara" ; act_ + "uase"} ; - VP (Impf Subj Pl P1) => variants {act_ + "uáramos" ; act_ + "uásemos"} ; - VP (Impf Subj Pl P2) => variants {act_ + "uarais" ; act_ + "uaseis"} ; - VP (Impf Subj Pl P3) => variants {act_ + "uaran" ; act_ + "uasen"} ; - VP (Pret Sg P1) => act_ + "ué" ; - VP (Pret Sg P2) => act_ + "uaste" ; - VP (Pret Sg P3) => act_ + "uó" ; - VP (Pret Pl P1) => act_ + "uamos" ; - VP (Pret Pl P2) => act_ + "uasteis" ; - VP (Pret Pl P3) => act_ + "uaron" ; - VP (Fut Ind Sg P1) => act_ + "uaré" ; - VP (Fut Ind Sg P2) => act_ + "uarás" ; - VP (Fut Ind Sg P3) => act_ + "uará" ; - VP (Fut Ind Pl P1) => act_ + "uaremos" ; - VP (Fut Ind Pl P2) => act_ + "uaréis" ; - VP (Fut Ind Pl P3) => act_ + "uarán" ; - VP (Fut Subj Sg P1) => act_ + "uare" ; - VP (Fut Subj Sg P2) => act_ + "uares" ; - VP (Fut Subj Sg P3) => act_ + "uare" ; - VP (Fut Subj Pl P1) => act_ + "uáremos" ; - VP (Fut Subj Pl P2) => act_ + "uareis" ; - VP (Fut Subj Pl P3) => act_ + "uaren" ; - VP (Cond Sg P1) => act_ + "uaría" ; - VP (Cond Sg P2) => act_ + "uarías" ; - VP (Cond Sg P3) => act_ + "uaría" ; - VP (Cond Pl P1) => act_ + "uaríamos" ; - VP (Cond Pl P2) => act_ + "uaríais" ; - VP (Cond Pl P3) => act_ + "uarían" ; + VP (Impf Ind Sg P1) => act_ + "uaba" ; --# notpresent + VP (Impf Ind Sg P2) => act_ + "uabas" ; --# notpresent + VP (Impf Ind Sg P3) => act_ + "uaba" ; --# notpresent + VP (Impf Ind Pl P1) => act_ + "uábamos" ; --# notpresent + VP (Impf Ind Pl P2) => act_ + "uabais" ; --# notpresent + VP (Impf Ind Pl P3) => act_ + "uaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {act_ + "uara" ; act_ + "uase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {act_ + "uaras" ; act_ + "uases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {act_ + "uara" ; act_ + "uase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {act_ + "uáramos" ; act_ + "uásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {act_ + "uarais" ; act_ + "uaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {act_ + "uaran" ; act_ + "uasen"} ; --# notpresent + VP (Pret Sg P1) => act_ + "ué" ; --# notpresent + VP (Pret Sg P2) => act_ + "uaste" ; --# notpresent + VP (Pret Sg P3) => act_ + "uó" ; --# notpresent + VP (Pret Pl P1) => act_ + "uamos" ; --# notpresent + VP (Pret Pl P2) => act_ + "uasteis" ; --# notpresent + VP (Pret Pl P3) => act_ + "uaron" ; --# notpresent + VP (Fut Ind Sg P1) => act_ + "uaré" ; --# notpresent + VP (Fut Ind Sg P2) => act_ + "uarás" ; --# notpresent + VP (Fut Ind Sg P3) => act_ + "uará" ; --# notpresent + VP (Fut Ind Pl P1) => act_ + "uaremos" ; --# notpresent + VP (Fut Ind Pl P2) => act_ + "uaréis" ; --# notpresent + VP (Fut Ind Pl P3) => act_ + "uarán" ; --# notpresent + VP (Fut Subj Sg P1) => act_ + "uare" ; --# notpresent + VP (Fut Subj Sg P2) => act_ + "uares" ; --# notpresent + VP (Fut Subj Sg P3) => act_ + "uare" ; --# notpresent + VP (Fut Subj Pl P1) => act_ + "uáremos" ; --# notpresent + VP (Fut Subj Pl P2) => act_ + "uareis" ; --# notpresent + VP (Fut Subj Pl P3) => act_ + "uaren" ; --# notpresent + VP (Cond Sg P1) => act_ + "uaría" ; --# notpresent + VP (Cond Sg P2) => act_ + "uarías" ; --# notpresent + VP (Cond Sg P3) => act_ + "uaría" ; --# notpresent + VP (Cond Pl P1) => act_ + "uaríamos" ; --# notpresent + VP (Cond Pl P2) => act_ + "uaríais" ; --# notpresent + VP (Cond Pl P3) => act_ + "uarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => act_ + "úa" ; VP (Imp Sg P3) => act_ + "úe" ; @@ -693,42 +693,42 @@ oper adquirir_10 : Str -> Verbum = \adquirir -> VP (Pres Subj Pl P1) => adqui_ + "ramos" ; VP (Pres Subj Pl P2) => adqui_ + "ráis" ; VP (Pres Subj Pl P3) => adqui_ + "eran" ; - VP (Impf Ind Sg P1) => adqui_ + "ría" ; - VP (Impf Ind Sg P2) => adqui_ + "rías" ; - VP (Impf Ind Sg P3) => adqui_ + "ría" ; - VP (Impf Ind Pl P1) => adqui_ + "ríamos" ; - VP (Impf Ind Pl P2) => adqui_ + "ríais" ; - VP (Impf Ind Pl P3) => adqui_ + "rían" ; - VP (Impf Subj Sg P1) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; - VP (Impf Subj Sg P2) => variants {adqui_ + "rieras" ; adqui_ + "rieses"} ; - VP (Impf Subj Sg P3) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; - VP (Impf Subj Pl P1) => variants {adqui_ + "riéramos" ; adqui_ + "riésemos"} ; - VP (Impf Subj Pl P2) => variants {adqui_ + "rierais" ; adqui_ + "rieseis"} ; - VP (Impf Subj Pl P3) => variants {adqui_ + "rieran" ; adqui_ + "riesen"} ; - VP (Pret Sg P1) => adqui_ + "rí" ; - VP (Pret Sg P2) => adqui_ + "riste" ; - VP (Pret Sg P3) => adqui_ + "rió" ; - VP (Pret Pl P1) => adqui_ + "rimos" ; - VP (Pret Pl P2) => adqui_ + "risteis" ; - VP (Pret Pl P3) => adqui_ + "rieron" ; - VP (Fut Ind Sg P1) => adqui_ + "riré" ; - VP (Fut Ind Sg P2) => adqui_ + "rirás" ; - VP (Fut Ind Sg P3) => adqui_ + "rirá" ; - VP (Fut Ind Pl P1) => adqui_ + "riremos" ; - VP (Fut Ind Pl P2) => adqui_ + "riréis" ; - VP (Fut Ind Pl P3) => adqui_ + "rirán" ; - VP (Fut Subj Sg P1) => adqui_ + "riere" ; - VP (Fut Subj Sg P2) => adqui_ + "rieres" ; - VP (Fut Subj Sg P3) => adqui_ + "riere" ; - VP (Fut Subj Pl P1) => adqui_ + "riéremos" ; - VP (Fut Subj Pl P2) => adqui_ + "riereis" ; - VP (Fut Subj Pl P3) => adqui_ + "rieren" ; - VP (Cond Sg P1) => adqui_ + "riría" ; - VP (Cond Sg P2) => adqui_ + "rirías" ; - VP (Cond Sg P3) => adqui_ + "riría" ; - VP (Cond Pl P1) => adqui_ + "riríamos" ; - VP (Cond Pl P2) => adqui_ + "riríais" ; - VP (Cond Pl P3) => adqui_ + "rirían" ; + VP (Impf Ind Sg P1) => adqui_ + "ría" ; --# notpresent + VP (Impf Ind Sg P2) => adqui_ + "rías" ; --# notpresent + VP (Impf Ind Sg P3) => adqui_ + "ría" ; --# notpresent + VP (Impf Ind Pl P1) => adqui_ + "ríamos" ; --# notpresent + VP (Impf Ind Pl P2) => adqui_ + "ríais" ; --# notpresent + VP (Impf Ind Pl P3) => adqui_ + "rían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {adqui_ + "rieras" ; adqui_ + "rieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {adqui_ + "riéramos" ; adqui_ + "riésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {adqui_ + "rierais" ; adqui_ + "rieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {adqui_ + "rieran" ; adqui_ + "riesen"} ; --# notpresent + VP (Pret Sg P1) => adqui_ + "rí" ; --# notpresent + VP (Pret Sg P2) => adqui_ + "riste" ; --# notpresent + VP (Pret Sg P3) => adqui_ + "rió" ; --# notpresent + VP (Pret Pl P1) => adqui_ + "rimos" ; --# notpresent + VP (Pret Pl P2) => adqui_ + "risteis" ; --# notpresent + VP (Pret Pl P3) => adqui_ + "rieron" ; --# notpresent + VP (Fut Ind Sg P1) => adqui_ + "riré" ; --# notpresent + VP (Fut Ind Sg P2) => adqui_ + "rirás" ; --# notpresent + VP (Fut Ind Sg P3) => adqui_ + "rirá" ; --# notpresent + VP (Fut Ind Pl P1) => adqui_ + "riremos" ; --# notpresent + VP (Fut Ind Pl P2) => adqui_ + "riréis" ; --# notpresent + VP (Fut Ind Pl P3) => adqui_ + "rirán" ; --# notpresent + VP (Fut Subj Sg P1) => adqui_ + "riere" ; --# notpresent + VP (Fut Subj Sg P2) => adqui_ + "rieres" ; --# notpresent + VP (Fut Subj Sg P3) => adqui_ + "riere" ; --# notpresent + VP (Fut Subj Pl P1) => adqui_ + "riéremos" ; --# notpresent + VP (Fut Subj Pl P2) => adqui_ + "riereis" ; --# notpresent + VP (Fut Subj Pl P3) => adqui_ + "rieren" ; --# notpresent + VP (Cond Sg P1) => adqui_ + "riría" ; --# notpresent + VP (Cond Sg P2) => adqui_ + "rirías" ; --# notpresent + VP (Cond Sg P3) => adqui_ + "riría" ; --# notpresent + VP (Cond Pl P1) => adqui_ + "riríamos" ; --# notpresent + VP (Cond Pl P2) => adqui_ + "riríais" ; --# notpresent + VP (Cond Pl P3) => adqui_ + "rirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => adqui_ + "ere" ; VP (Imp Sg P3) => adqui_ + "era" ; @@ -759,42 +759,42 @@ oper ahincar_11 : Str -> Verbum = \ahincar -> VP (Pres Subj Pl P1) => ah_ + "inquemos" ; VP (Pres Subj Pl P2) => ah_ + "inquéis" ; VP (Pres Subj Pl P3) => ah_ + "ínquen" ; - VP (Impf Ind Sg P1) => ah_ + "incaba" ; - VP (Impf Ind Sg P2) => ah_ + "incabas" ; - VP (Impf Ind Sg P3) => ah_ + "incaba" ; - VP (Impf Ind Pl P1) => ah_ + "incábamos" ; - VP (Impf Ind Pl P2) => ah_ + "incabais" ; - VP (Impf Ind Pl P3) => ah_ + "incaban" ; - VP (Impf Subj Sg P1) => variants {ah_ + "incara" ; ah_ + "incase"} ; - VP (Impf Subj Sg P2) => variants {ah_ + "incaras" ; ah_ + "incases"} ; - VP (Impf Subj Sg P3) => variants {ah_ + "incara" ; ah_ + "incase"} ; - VP (Impf Subj Pl P1) => variants {ah_ + "incáramos" ; ah_ + "incásemos"} ; - VP (Impf Subj Pl P2) => variants {ah_ + "incarais" ; ah_ + "incaseis"} ; - VP (Impf Subj Pl P3) => variants {ah_ + "incaran" ; ah_ + "incasen"} ; - VP (Pret Sg P1) => ah_ + "inqué" ; - VP (Pret Sg P2) => ah_ + "incaste" ; - VP (Pret Sg P3) => ah_ + "incó" ; - VP (Pret Pl P1) => ah_ + "incamos" ; - VP (Pret Pl P2) => ah_ + "incasteis" ; - VP (Pret Pl P3) => ah_ + "incaron" ; - VP (Fut Ind Sg P1) => ah_ + "incaré" ; - VP (Fut Ind Sg P2) => ah_ + "incarás" ; - VP (Fut Ind Sg P3) => ah_ + "incará" ; - VP (Fut Ind Pl P1) => ah_ + "incaremos" ; - VP (Fut Ind Pl P2) => ah_ + "incaréis" ; - VP (Fut Ind Pl P3) => ah_ + "incarán" ; - VP (Fut Subj Sg P1) => ah_ + "incare" ; - VP (Fut Subj Sg P2) => ah_ + "incares" ; - VP (Fut Subj Sg P3) => ah_ + "incare" ; - VP (Fut Subj Pl P1) => ah_ + "incáremos" ; - VP (Fut Subj Pl P2) => ah_ + "incareis" ; - VP (Fut Subj Pl P3) => ah_ + "incaren" ; - VP (Cond Sg P1) => ah_ + "incaría" ; - VP (Cond Sg P2) => ah_ + "incarías" ; - VP (Cond Sg P3) => ah_ + "incaría" ; - VP (Cond Pl P1) => ah_ + "incaríamos" ; - VP (Cond Pl P2) => ah_ + "incaríais" ; - VP (Cond Pl P3) => ah_ + "incarían" ; + VP (Impf Ind Sg P1) => ah_ + "incaba" ; --# notpresent + VP (Impf Ind Sg P2) => ah_ + "incabas" ; --# notpresent + VP (Impf Ind Sg P3) => ah_ + "incaba" ; --# notpresent + VP (Impf Ind Pl P1) => ah_ + "incábamos" ; --# notpresent + VP (Impf Ind Pl P2) => ah_ + "incabais" ; --# notpresent + VP (Impf Ind Pl P3) => ah_ + "incaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {ah_ + "incara" ; ah_ + "incase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {ah_ + "incaras" ; ah_ + "incases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {ah_ + "incara" ; ah_ + "incase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {ah_ + "incáramos" ; ah_ + "incásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {ah_ + "incarais" ; ah_ + "incaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {ah_ + "incaran" ; ah_ + "incasen"} ; --# notpresent + VP (Pret Sg P1) => ah_ + "inqué" ; --# notpresent + VP (Pret Sg P2) => ah_ + "incaste" ; --# notpresent + VP (Pret Sg P3) => ah_ + "incó" ; --# notpresent + VP (Pret Pl P1) => ah_ + "incamos" ; --# notpresent + VP (Pret Pl P2) => ah_ + "incasteis" ; --# notpresent + VP (Pret Pl P3) => ah_ + "incaron" ; --# notpresent + VP (Fut Ind Sg P1) => ah_ + "incaré" ; --# notpresent + VP (Fut Ind Sg P2) => ah_ + "incarás" ; --# notpresent + VP (Fut Ind Sg P3) => ah_ + "incará" ; --# notpresent + VP (Fut Ind Pl P1) => ah_ + "incaremos" ; --# notpresent + VP (Fut Ind Pl P2) => ah_ + "incaréis" ; --# notpresent + VP (Fut Ind Pl P3) => ah_ + "incarán" ; --# notpresent + VP (Fut Subj Sg P1) => ah_ + "incare" ; --# notpresent + VP (Fut Subj Sg P2) => ah_ + "incares" ; --# notpresent + VP (Fut Subj Sg P3) => ah_ + "incare" ; --# notpresent + VP (Fut Subj Pl P1) => ah_ + "incáremos" ; --# notpresent + VP (Fut Subj Pl P2) => ah_ + "incareis" ; --# notpresent + VP (Fut Subj Pl P3) => ah_ + "incaren" ; --# notpresent + VP (Cond Sg P1) => ah_ + "incaría" ; --# notpresent + VP (Cond Sg P2) => ah_ + "incarías" ; --# notpresent + VP (Cond Sg P3) => ah_ + "incaría" ; --# notpresent + VP (Cond Pl P1) => ah_ + "incaríamos" ; --# notpresent + VP (Cond Pl P2) => ah_ + "incaríais" ; --# notpresent + VP (Cond Pl P3) => ah_ + "incarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => ah_ + "ínca" ; VP (Imp Sg P3) => ah_ + "ínque" ; @@ -825,42 +825,42 @@ oper airar_12 : Str -> Verbum = \airar -> VP (Pres Subj Pl P1) => a_ + "iremos" ; VP (Pres Subj Pl P2) => a_ + "iréis" ; VP (Pres Subj Pl P3) => a_ + "íren" ; - VP (Impf Ind Sg P1) => a_ + "iraba" ; - VP (Impf Ind Sg P2) => a_ + "irabas" ; - VP (Impf Ind Sg P3) => a_ + "iraba" ; - VP (Impf Ind Pl P1) => a_ + "irábamos" ; - VP (Impf Ind Pl P2) => a_ + "irabais" ; - VP (Impf Ind Pl P3) => a_ + "iraban" ; - VP (Impf Subj Sg P1) => variants {a_ + "irara" ; a_ + "irase"} ; - VP (Impf Subj Sg P2) => variants {a_ + "iraras" ; a_ + "irases"} ; - VP (Impf Subj Sg P3) => variants {a_ + "irara" ; a_ + "irase"} ; - VP (Impf Subj Pl P1) => variants {a_ + "iráramos" ; a_ + "irásemos"} ; - VP (Impf Subj Pl P2) => variants {a_ + "irarais" ; a_ + "iraseis"} ; - VP (Impf Subj Pl P3) => variants {a_ + "iraran" ; a_ + "irasen"} ; - VP (Pret Sg P1) => a_ + "iré" ; - VP (Pret Sg P2) => a_ + "iraste" ; - VP (Pret Sg P3) => a_ + "iró" ; - VP (Pret Pl P1) => a_ + "iramos" ; - VP (Pret Pl P2) => a_ + "irasteis" ; - VP (Pret Pl P3) => a_ + "iraron" ; - VP (Fut Ind Sg P1) => a_ + "iraré" ; - VP (Fut Ind Sg P2) => a_ + "irarás" ; - VP (Fut Ind Sg P3) => a_ + "irará" ; - VP (Fut Ind Pl P1) => a_ + "iraremos" ; - VP (Fut Ind Pl P2) => a_ + "iraréis" ; - VP (Fut Ind Pl P3) => a_ + "irarán" ; - VP (Fut Subj Sg P1) => a_ + "irare" ; - VP (Fut Subj Sg P2) => a_ + "irares" ; - VP (Fut Subj Sg P3) => a_ + "irare" ; - VP (Fut Subj Pl P1) => a_ + "iráremos" ; - VP (Fut Subj Pl P2) => a_ + "irareis" ; - VP (Fut Subj Pl P3) => a_ + "iraren" ; - VP (Cond Sg P1) => a_ + "iraría" ; - VP (Cond Sg P2) => a_ + "irarías" ; - VP (Cond Sg P3) => a_ + "iraría" ; - VP (Cond Pl P1) => a_ + "iraríamos" ; - VP (Cond Pl P2) => a_ + "iraríais" ; - VP (Cond Pl P3) => a_ + "irarían" ; + VP (Impf Ind Sg P1) => a_ + "iraba" ; --# notpresent + VP (Impf Ind Sg P2) => a_ + "irabas" ; --# notpresent + VP (Impf Ind Sg P3) => a_ + "iraba" ; --# notpresent + VP (Impf Ind Pl P1) => a_ + "irábamos" ; --# notpresent + VP (Impf Ind Pl P2) => a_ + "irabais" ; --# notpresent + VP (Impf Ind Pl P3) => a_ + "iraban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {a_ + "irara" ; a_ + "irase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {a_ + "iraras" ; a_ + "irases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {a_ + "irara" ; a_ + "irase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {a_ + "iráramos" ; a_ + "irásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {a_ + "irarais" ; a_ + "iraseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {a_ + "iraran" ; a_ + "irasen"} ; --# notpresent + VP (Pret Sg P1) => a_ + "iré" ; --# notpresent + VP (Pret Sg P2) => a_ + "iraste" ; --# notpresent + VP (Pret Sg P3) => a_ + "iró" ; --# notpresent + VP (Pret Pl P1) => a_ + "iramos" ; --# notpresent + VP (Pret Pl P2) => a_ + "irasteis" ; --# notpresent + VP (Pret Pl P3) => a_ + "iraron" ; --# notpresent + VP (Fut Ind Sg P1) => a_ + "iraré" ; --# notpresent + VP (Fut Ind Sg P2) => a_ + "irarás" ; --# notpresent + VP (Fut Ind Sg P3) => a_ + "irará" ; --# notpresent + VP (Fut Ind Pl P1) => a_ + "iraremos" ; --# notpresent + VP (Fut Ind Pl P2) => a_ + "iraréis" ; --# notpresent + VP (Fut Ind Pl P3) => a_ + "irarán" ; --# notpresent + VP (Fut Subj Sg P1) => a_ + "irare" ; --# notpresent + VP (Fut Subj Sg P2) => a_ + "irares" ; --# notpresent + VP (Fut Subj Sg P3) => a_ + "irare" ; --# notpresent + VP (Fut Subj Pl P1) => a_ + "iráremos" ; --# notpresent + VP (Fut Subj Pl P2) => a_ + "irareis" ; --# notpresent + VP (Fut Subj Pl P3) => a_ + "iraren" ; --# notpresent + VP (Cond Sg P1) => a_ + "iraría" ; --# notpresent + VP (Cond Sg P2) => a_ + "irarías" ; --# notpresent + VP (Cond Sg P3) => a_ + "iraría" ; --# notpresent + VP (Cond Pl P1) => a_ + "iraríamos" ; --# notpresent + VP (Cond Pl P2) => a_ + "iraríais" ; --# notpresent + VP (Cond Pl P3) => a_ + "irarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => a_ + "íra" ; VP (Imp Sg P3) => a_ + "íre" ; @@ -891,42 +891,42 @@ oper andar_13 : Str -> Verbum = \andar -> VP (Pres Subj Pl P1) => and_ + "emos" ; VP (Pres Subj Pl P2) => and_ + "éis" ; VP (Pres Subj Pl P3) => and_ + "en" ; - VP (Impf Ind Sg P1) => and_ + "aba" ; - VP (Impf Ind Sg P2) => and_ + "abas" ; - VP (Impf Ind Sg P3) => and_ + "aba" ; - VP (Impf Ind Pl P1) => and_ + "ábamos" ; - VP (Impf Ind Pl P2) => and_ + "abais" ; - VP (Impf Ind Pl P3) => and_ + "aban" ; - VP (Impf Subj Sg P1) => variants {and_ + "uviera" ; and_ + "uviese"} ; - VP (Impf Subj Sg P2) => variants {and_ + "uvieras" ; and_ + "uvieses"} ; - VP (Impf Subj Sg P3) => variants {and_ + "uviera" ; and_ + "uviese"} ; - VP (Impf Subj Pl P1) => variants {and_ + "uviéramos" ; and_ + "uviésemos"} ; - VP (Impf Subj Pl P2) => variants {and_ + "uvierais" ; and_ + "uvieseis"} ; - VP (Impf Subj Pl P3) => variants {and_ + "uvieran" ; and_ + "uviesen"} ; - VP (Pret Sg P1) => and_ + "uve" ; - VP (Pret Sg P2) => and_ + "uviste" ; - VP (Pret Sg P3) => and_ + "uvo" ; - VP (Pret Pl P1) => and_ + "uvimos" ; - VP (Pret Pl P2) => and_ + "uvisteis" ; - VP (Pret Pl P3) => and_ + "uvieron" ; - VP (Fut Ind Sg P1) => and_ + "aré" ; - VP (Fut Ind Sg P2) => and_ + "arás" ; - VP (Fut Ind Sg P3) => and_ + "ará" ; - VP (Fut Ind Pl P1) => and_ + "aremos" ; - VP (Fut Ind Pl P2) => and_ + "aréis" ; - VP (Fut Ind Pl P3) => and_ + "arán" ; - VP (Fut Subj Sg P1) => and_ + "uviere" ; - VP (Fut Subj Sg P2) => and_ + "uvieres" ; - VP (Fut Subj Sg P3) => and_ + "uviere" ; - VP (Fut Subj Pl P1) => and_ + "uviéremos" ; - VP (Fut Subj Pl P2) => and_ + "uviereis" ; - VP (Fut Subj Pl P3) => and_ + "uvieren" ; - VP (Cond Sg P1) => and_ + "aría" ; - VP (Cond Sg P2) => and_ + "arías" ; - VP (Cond Sg P3) => and_ + "aría" ; - VP (Cond Pl P1) => and_ + "aríamos" ; - VP (Cond Pl P2) => and_ + "aríais" ; - VP (Cond Pl P3) => and_ + "arían" ; + VP (Impf Ind Sg P1) => and_ + "aba" ; --# notpresent + VP (Impf Ind Sg P2) => and_ + "abas" ; --# notpresent + VP (Impf Ind Sg P3) => and_ + "aba" ; --# notpresent + VP (Impf Ind Pl P1) => and_ + "ábamos" ; --# notpresent + VP (Impf Ind Pl P2) => and_ + "abais" ; --# notpresent + VP (Impf Ind Pl P3) => and_ + "aban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {and_ + "uviera" ; and_ + "uviese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {and_ + "uvieras" ; and_ + "uvieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {and_ + "uviera" ; and_ + "uviese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {and_ + "uviéramos" ; and_ + "uviésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {and_ + "uvierais" ; and_ + "uvieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {and_ + "uvieran" ; and_ + "uviesen"} ; --# notpresent + VP (Pret Sg P1) => and_ + "uve" ; --# notpresent + VP (Pret Sg P2) => and_ + "uviste" ; --# notpresent + VP (Pret Sg P3) => and_ + "uvo" ; --# notpresent + VP (Pret Pl P1) => and_ + "uvimos" ; --# notpresent + VP (Pret Pl P2) => and_ + "uvisteis" ; --# notpresent + VP (Pret Pl P3) => and_ + "uvieron" ; --# notpresent + VP (Fut Ind Sg P1) => and_ + "aré" ; --# notpresent + VP (Fut Ind Sg P2) => and_ + "arás" ; --# notpresent + VP (Fut Ind Sg P3) => and_ + "ará" ; --# notpresent + VP (Fut Ind Pl P1) => and_ + "aremos" ; --# notpresent + VP (Fut Ind Pl P2) => and_ + "aréis" ; --# notpresent + VP (Fut Ind Pl P3) => and_ + "arán" ; --# notpresent + VP (Fut Subj Sg P1) => and_ + "uviere" ; --# notpresent + VP (Fut Subj Sg P2) => and_ + "uvieres" ; --# notpresent + VP (Fut Subj Sg P3) => and_ + "uviere" ; --# notpresent + VP (Fut Subj Pl P1) => and_ + "uviéremos" ; --# notpresent + VP (Fut Subj Pl P2) => and_ + "uviereis" ; --# notpresent + VP (Fut Subj Pl P3) => and_ + "uvieren" ; --# notpresent + VP (Cond Sg P1) => and_ + "aría" ; --# notpresent + VP (Cond Sg P2) => and_ + "arías" ; --# notpresent + VP (Cond Sg P3) => and_ + "aría" ; --# notpresent + VP (Cond Pl P1) => and_ + "aríamos" ; --# notpresent + VP (Cond Pl P2) => and_ + "aríais" ; --# notpresent + VP (Cond Pl P3) => and_ + "arían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => and_ + "a" ; VP (Imp Sg P3) => and_ + "e" ; @@ -957,42 +957,42 @@ oper asir_14 : Str -> Verbum = \asir -> VP (Pres Subj Pl P1) => as_ + "gamos" ; VP (Pres Subj Pl P2) => as_ + "gáis" ; VP (Pres Subj Pl P3) => as_ + "gan" ; - VP (Impf Ind Sg P1) => as_ + "ía" ; - VP (Impf Ind Sg P2) => as_ + "ías" ; - VP (Impf Ind Sg P3) => as_ + "ía" ; - VP (Impf Ind Pl P1) => as_ + "íamos" ; - VP (Impf Ind Pl P2) => as_ + "íais" ; - VP (Impf Ind Pl P3) => as_ + "ían" ; - VP (Impf Subj Sg P1) => variants {as_ + "iera" ; as_ + "iese"} ; - VP (Impf Subj Sg P2) => variants {as_ + "ieras" ; as_ + "ieses"} ; - VP (Impf Subj Sg P3) => variants {as_ + "iera" ; as_ + "iese"} ; - VP (Impf Subj Pl P1) => variants {as_ + "iéramos" ; as_ + "iésemos"} ; - VP (Impf Subj Pl P2) => variants {as_ + "ierais" ; as_ + "ieseis"} ; - VP (Impf Subj Pl P3) => variants {as_ + "ieran" ; as_ + "iesen"} ; - VP (Pret Sg P1) => as_ + "í" ; - VP (Pret Sg P2) => as_ + "iste" ; - VP (Pret Sg P3) => as_ + "ió" ; - VP (Pret Pl P1) => as_ + "imos" ; - VP (Pret Pl P2) => as_ + "isteis" ; - VP (Pret Pl P3) => as_ + "ieron" ; - VP (Fut Ind Sg P1) => as_ + "iré" ; - VP (Fut Ind Sg P2) => as_ + "irás" ; - VP (Fut Ind Sg P3) => as_ + "irá" ; - VP (Fut Ind Pl P1) => as_ + "iremos" ; - VP (Fut Ind Pl P2) => as_ + "iréis" ; - VP (Fut Ind Pl P3) => as_ + "irán" ; - VP (Fut Subj Sg P1) => as_ + "iere" ; - VP (Fut Subj Sg P2) => as_ + "ieres" ; - VP (Fut Subj Sg P3) => as_ + "iere" ; - VP (Fut Subj Pl P1) => as_ + "iéremos" ; - VP (Fut Subj Pl P2) => as_ + "iereis" ; - VP (Fut Subj Pl P3) => as_ + "ieren" ; - VP (Cond Sg P1) => as_ + "iría" ; - VP (Cond Sg P2) => as_ + "irías" ; - VP (Cond Sg P3) => as_ + "iría" ; - VP (Cond Pl P1) => as_ + "iríamos" ; - VP (Cond Pl P2) => as_ + "iríais" ; - VP (Cond Pl P3) => as_ + "irían" ; + VP (Impf Ind Sg P1) => as_ + "ía" ; --# notpresent + VP (Impf Ind Sg P2) => as_ + "ías" ; --# notpresent + VP (Impf Ind Sg P3) => as_ + "ía" ; --# notpresent + VP (Impf Ind Pl P1) => as_ + "íamos" ; --# notpresent + VP (Impf Ind Pl P2) => as_ + "íais" ; --# notpresent + VP (Impf Ind Pl P3) => as_ + "ían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {as_ + "iera" ; as_ + "iese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {as_ + "ieras" ; as_ + "ieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {as_ + "iera" ; as_ + "iese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {as_ + "iéramos" ; as_ + "iésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {as_ + "ierais" ; as_ + "ieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {as_ + "ieran" ; as_ + "iesen"} ; --# notpresent + VP (Pret Sg P1) => as_ + "í" ; --# notpresent + VP (Pret Sg P2) => as_ + "iste" ; --# notpresent + VP (Pret Sg P3) => as_ + "ió" ; --# notpresent + VP (Pret Pl P1) => as_ + "imos" ; --# notpresent + VP (Pret Pl P2) => as_ + "isteis" ; --# notpresent + VP (Pret Pl P3) => as_ + "ieron" ; --# notpresent + VP (Fut Ind Sg P1) => as_ + "iré" ; --# notpresent + VP (Fut Ind Sg P2) => as_ + "irás" ; --# notpresent + VP (Fut Ind Sg P3) => as_ + "irá" ; --# notpresent + VP (Fut Ind Pl P1) => as_ + "iremos" ; --# notpresent + VP (Fut Ind Pl P2) => as_ + "iréis" ; --# notpresent + VP (Fut Ind Pl P3) => as_ + "irán" ; --# notpresent + VP (Fut Subj Sg P1) => as_ + "iere" ; --# notpresent + VP (Fut Subj Sg P2) => as_ + "ieres" ; --# notpresent + VP (Fut Subj Sg P3) => as_ + "iere" ; --# notpresent + VP (Fut Subj Pl P1) => as_ + "iéremos" ; --# notpresent + VP (Fut Subj Pl P2) => as_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => as_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => as_ + "iría" ; --# notpresent + VP (Cond Sg P2) => as_ + "irías" ; --# notpresent + VP (Cond Sg P3) => as_ + "iría" ; --# notpresent + VP (Cond Pl P1) => as_ + "iríamos" ; --# notpresent + VP (Cond Pl P2) => as_ + "iríais" ; --# notpresent + VP (Cond Pl P3) => as_ + "irían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => as_ + "e" ; VP (Imp Sg P3) => as_ + "ga" ; @@ -1023,42 +1023,42 @@ oper aullar_15 : Str -> Verbum = \aullar -> VP (Pres Subj Pl P1) => a_ + "ullemos" ; VP (Pres Subj Pl P2) => a_ + "ulléis" ; VP (Pres Subj Pl P3) => a_ + "úllen" ; - VP (Impf Ind Sg P1) => a_ + "ullaba" ; - VP (Impf Ind Sg P2) => a_ + "ullabas" ; - VP (Impf Ind Sg P3) => a_ + "ullaba" ; - VP (Impf Ind Pl P1) => a_ + "ullábamos" ; - VP (Impf Ind Pl P2) => a_ + "ullabais" ; - VP (Impf Ind Pl P3) => a_ + "ullaban" ; - VP (Impf Subj Sg P1) => variants {a_ + "ullara" ; a_ + "ullase"} ; - VP (Impf Subj Sg P2) => variants {a_ + "ullaras" ; a_ + "ullases"} ; - VP (Impf Subj Sg P3) => variants {a_ + "ullara" ; a_ + "ullase"} ; - VP (Impf Subj Pl P1) => variants {a_ + "ulláramos" ; a_ + "ullásemos"} ; - VP (Impf Subj Pl P2) => variants {a_ + "ullarais" ; a_ + "ullaseis"} ; - VP (Impf Subj Pl P3) => variants {a_ + "ullaran" ; a_ + "ullasen"} ; - VP (Pret Sg P1) => a_ + "ullé" ; - VP (Pret Sg P2) => a_ + "ullaste" ; - VP (Pret Sg P3) => a_ + "ulló" ; - VP (Pret Pl P1) => a_ + "ullamos" ; - VP (Pret Pl P2) => a_ + "ullasteis" ; - VP (Pret Pl P3) => a_ + "ullaron" ; - VP (Fut Ind Sg P1) => a_ + "ullaré" ; - VP (Fut Ind Sg P2) => a_ + "ullarás" ; - VP (Fut Ind Sg P3) => a_ + "ullará" ; - VP (Fut Ind Pl P1) => a_ + "ullaremos" ; - VP (Fut Ind Pl P2) => a_ + "ullaréis" ; - VP (Fut Ind Pl P3) => a_ + "ullarán" ; - VP (Fut Subj Sg P1) => a_ + "ullare" ; - VP (Fut Subj Sg P2) => a_ + "ullares" ; - VP (Fut Subj Sg P3) => a_ + "ullare" ; - VP (Fut Subj Pl P1) => a_ + "ulláremos" ; - VP (Fut Subj Pl P2) => a_ + "ullareis" ; - VP (Fut Subj Pl P3) => a_ + "ullaren" ; - VP (Cond Sg P1) => a_ + "ullaría" ; - VP (Cond Sg P2) => a_ + "ullarías" ; - VP (Cond Sg P3) => a_ + "ullaría" ; - VP (Cond Pl P1) => a_ + "ullaríamos" ; - VP (Cond Pl P2) => a_ + "ullaríais" ; - VP (Cond Pl P3) => a_ + "ullarían" ; + VP (Impf Ind Sg P1) => a_ + "ullaba" ; --# notpresent + VP (Impf Ind Sg P2) => a_ + "ullabas" ; --# notpresent + VP (Impf Ind Sg P3) => a_ + "ullaba" ; --# notpresent + VP (Impf Ind Pl P1) => a_ + "ullábamos" ; --# notpresent + VP (Impf Ind Pl P2) => a_ + "ullabais" ; --# notpresent + VP (Impf Ind Pl P3) => a_ + "ullaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {a_ + "ullara" ; a_ + "ullase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {a_ + "ullaras" ; a_ + "ullases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {a_ + "ullara" ; a_ + "ullase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {a_ + "ulláramos" ; a_ + "ullásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {a_ + "ullarais" ; a_ + "ullaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {a_ + "ullaran" ; a_ + "ullasen"} ; --# notpresent + VP (Pret Sg P1) => a_ + "ullé" ; --# notpresent + VP (Pret Sg P2) => a_ + "ullaste" ; --# notpresent + VP (Pret Sg P3) => a_ + "ulló" ; --# notpresent + VP (Pret Pl P1) => a_ + "ullamos" ; --# notpresent + VP (Pret Pl P2) => a_ + "ullasteis" ; --# notpresent + VP (Pret Pl P3) => a_ + "ullaron" ; --# notpresent + VP (Fut Ind Sg P1) => a_ + "ullaré" ; --# notpresent + VP (Fut Ind Sg P2) => a_ + "ullarás" ; --# notpresent + VP (Fut Ind Sg P3) => a_ + "ullará" ; --# notpresent + VP (Fut Ind Pl P1) => a_ + "ullaremos" ; --# notpresent + VP (Fut Ind Pl P2) => a_ + "ullaréis" ; --# notpresent + VP (Fut Ind Pl P3) => a_ + "ullarán" ; --# notpresent + VP (Fut Subj Sg P1) => a_ + "ullare" ; --# notpresent + VP (Fut Subj Sg P2) => a_ + "ullares" ; --# notpresent + VP (Fut Subj Sg P3) => a_ + "ullare" ; --# notpresent + VP (Fut Subj Pl P1) => a_ + "ulláremos" ; --# notpresent + VP (Fut Subj Pl P2) => a_ + "ullareis" ; --# notpresent + VP (Fut Subj Pl P3) => a_ + "ullaren" ; --# notpresent + VP (Cond Sg P1) => a_ + "ullaría" ; --# notpresent + VP (Cond Sg P2) => a_ + "ullarías" ; --# notpresent + VP (Cond Sg P3) => a_ + "ullaría" ; --# notpresent + VP (Cond Pl P1) => a_ + "ullaríamos" ; --# notpresent + VP (Cond Pl P2) => a_ + "ullaríais" ; --# notpresent + VP (Cond Pl P3) => a_ + "ullarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => a_ + "úlla" ; VP (Imp Sg P3) => a_ + "úlle" ; @@ -1089,42 +1089,42 @@ oper avergonzar_16 : Str -> Verbum = \avergonzar -> VP (Pres Subj Pl P1) => averg_ + "oncemos" ; VP (Pres Subj Pl P2) => averg_ + "oncéis" ; VP (Pres Subj Pl P3) => averg_ + "üencen" ; - VP (Impf Ind Sg P1) => averg_ + "onzaba" ; - VP (Impf Ind Sg P2) => averg_ + "onzabas" ; - VP (Impf Ind Sg P3) => averg_ + "onzaba" ; - VP (Impf Ind Pl P1) => averg_ + "onzábamos" ; - VP (Impf Ind Pl P2) => averg_ + "onzabais" ; - VP (Impf Ind Pl P3) => averg_ + "onzaban" ; - VP (Impf Subj Sg P1) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; - VP (Impf Subj Sg P2) => variants {averg_ + "onzaras" ; averg_ + "onzases"} ; - VP (Impf Subj Sg P3) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; - VP (Impf Subj Pl P1) => variants {averg_ + "onzáramos" ; averg_ + "onzásemos"} ; - VP (Impf Subj Pl P2) => variants {averg_ + "onzarais" ; averg_ + "onzaseis"} ; - VP (Impf Subj Pl P3) => variants {averg_ + "onzaran" ; averg_ + "onzasen"} ; - VP (Pret Sg P1) => averg_ + "oncé" ; - VP (Pret Sg P2) => averg_ + "onzaste" ; - VP (Pret Sg P3) => averg_ + "onzó" ; - VP (Pret Pl P1) => averg_ + "onzamos" ; - VP (Pret Pl P2) => averg_ + "onzasteis" ; - VP (Pret Pl P3) => averg_ + "onzaron" ; - VP (Fut Ind Sg P1) => averg_ + "onzaré" ; - VP (Fut Ind Sg P2) => averg_ + "onzarás" ; - VP (Fut Ind Sg P3) => averg_ + "onzará" ; - VP (Fut Ind Pl P1) => averg_ + "onzaremos" ; - VP (Fut Ind Pl P2) => averg_ + "onzaréis" ; - VP (Fut Ind Pl P3) => averg_ + "onzarán" ; - VP (Fut Subj Sg P1) => averg_ + "onzare" ; - VP (Fut Subj Sg P2) => averg_ + "onzares" ; - VP (Fut Subj Sg P3) => averg_ + "onzare" ; - VP (Fut Subj Pl P1) => averg_ + "onzáremos" ; - VP (Fut Subj Pl P2) => averg_ + "onzareis" ; - VP (Fut Subj Pl P3) => averg_ + "onzaren" ; - VP (Cond Sg P1) => averg_ + "onzaría" ; - VP (Cond Sg P2) => averg_ + "onzarías" ; - VP (Cond Sg P3) => averg_ + "onzaría" ; - VP (Cond Pl P1) => averg_ + "onzaríamos" ; - VP (Cond Pl P2) => averg_ + "onzaríais" ; - VP (Cond Pl P3) => averg_ + "onzarían" ; + VP (Impf Ind Sg P1) => averg_ + "onzaba" ; --# notpresent + VP (Impf Ind Sg P2) => averg_ + "onzabas" ; --# notpresent + VP (Impf Ind Sg P3) => averg_ + "onzaba" ; --# notpresent + VP (Impf Ind Pl P1) => averg_ + "onzábamos" ; --# notpresent + VP (Impf Ind Pl P2) => averg_ + "onzabais" ; --# notpresent + VP (Impf Ind Pl P3) => averg_ + "onzaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {averg_ + "onzaras" ; averg_ + "onzases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {averg_ + "onzáramos" ; averg_ + "onzásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {averg_ + "onzarais" ; averg_ + "onzaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {averg_ + "onzaran" ; averg_ + "onzasen"} ; --# notpresent + VP (Pret Sg P1) => averg_ + "oncé" ; --# notpresent + VP (Pret Sg P2) => averg_ + "onzaste" ; --# notpresent + VP (Pret Sg P3) => averg_ + "onzó" ; --# notpresent + VP (Pret Pl P1) => averg_ + "onzamos" ; --# notpresent + VP (Pret Pl P2) => averg_ + "onzasteis" ; --# notpresent + VP (Pret Pl P3) => averg_ + "onzaron" ; --# notpresent + VP (Fut Ind Sg P1) => averg_ + "onzaré" ; --# notpresent + VP (Fut Ind Sg P2) => averg_ + "onzarás" ; --# notpresent + VP (Fut Ind Sg P3) => averg_ + "onzará" ; --# notpresent + VP (Fut Ind Pl P1) => averg_ + "onzaremos" ; --# notpresent + VP (Fut Ind Pl P2) => averg_ + "onzaréis" ; --# notpresent + VP (Fut Ind Pl P3) => averg_ + "onzarán" ; --# notpresent + VP (Fut Subj Sg P1) => averg_ + "onzare" ; --# notpresent + VP (Fut Subj Sg P2) => averg_ + "onzares" ; --# notpresent + VP (Fut Subj Sg P3) => averg_ + "onzare" ; --# notpresent + VP (Fut Subj Pl P1) => averg_ + "onzáremos" ; --# notpresent + VP (Fut Subj Pl P2) => averg_ + "onzareis" ; --# notpresent + VP (Fut Subj Pl P3) => averg_ + "onzaren" ; --# notpresent + VP (Cond Sg P1) => averg_ + "onzaría" ; --# notpresent + VP (Cond Sg P2) => averg_ + "onzarías" ; --# notpresent + VP (Cond Sg P3) => averg_ + "onzaría" ; --# notpresent + VP (Cond Pl P1) => averg_ + "onzaríamos" ; --# notpresent + VP (Cond Pl P2) => averg_ + "onzaríais" ; --# notpresent + VP (Cond Pl P3) => averg_ + "onzarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => averg_ + "üenza" ; VP (Imp Sg P3) => averg_ + "üence" ; @@ -1155,42 +1155,42 @@ oper averiguar_17 : Str -> Verbum = \averiguar -> VP (Pres Subj Pl P1) => averig_ + "üemos" ; VP (Pres Subj Pl P2) => averig_ + "üéis" ; VP (Pres Subj Pl P3) => averig_ + "üen" ; - VP (Impf Ind Sg P1) => averig_ + "uaba" ; - VP (Impf Ind Sg P2) => averig_ + "uabas" ; - VP (Impf Ind Sg P3) => averig_ + "uaba" ; - VP (Impf Ind Pl P1) => averig_ + "uábamos" ; - VP (Impf Ind Pl P2) => averig_ + "uabais" ; - VP (Impf Ind Pl P3) => averig_ + "uaban" ; - VP (Impf Subj Sg P1) => variants {averig_ + "uara" ; averig_ + "uase"} ; - VP (Impf Subj Sg P2) => variants {averig_ + "uaras" ; averig_ + "uases"} ; - VP (Impf Subj Sg P3) => variants {averig_ + "uara" ; averig_ + "uase"} ; - VP (Impf Subj Pl P1) => variants {averig_ + "uáramos" ; averig_ + "uásemos"} ; - VP (Impf Subj Pl P2) => variants {averig_ + "uarais" ; averig_ + "uaseis"} ; - VP (Impf Subj Pl P3) => variants {averig_ + "uaran" ; averig_ + "uasen"} ; - VP (Pret Sg P1) => averig_ + "üé" ; - VP (Pret Sg P2) => averig_ + "uaste" ; - VP (Pret Sg P3) => averig_ + "uó" ; - VP (Pret Pl P1) => averig_ + "uamos" ; - VP (Pret Pl P2) => averig_ + "uasteis" ; - VP (Pret Pl P3) => averig_ + "uaron" ; - VP (Fut Ind Sg P1) => averig_ + "uaré" ; - VP (Fut Ind Sg P2) => averig_ + "uarás" ; - VP (Fut Ind Sg P3) => averig_ + "uará" ; - VP (Fut Ind Pl P1) => averig_ + "uaremos" ; - VP (Fut Ind Pl P2) => averig_ + "uaréis" ; - VP (Fut Ind Pl P3) => averig_ + "uarán" ; - VP (Fut Subj Sg P1) => averig_ + "uare" ; - VP (Fut Subj Sg P2) => averig_ + "uares" ; - VP (Fut Subj Sg P3) => averig_ + "uare" ; - VP (Fut Subj Pl P1) => averig_ + "uáremos" ; - VP (Fut Subj Pl P2) => averig_ + "uareis" ; - VP (Fut Subj Pl P3) => averig_ + "uaren" ; - VP (Cond Sg P1) => averig_ + "uaría" ; - VP (Cond Sg P2) => averig_ + "uarías" ; - VP (Cond Sg P3) => averig_ + "uaría" ; - VP (Cond Pl P1) => averig_ + "uaríamos" ; - VP (Cond Pl P2) => averig_ + "uaríais" ; - VP (Cond Pl P3) => averig_ + "uarían" ; + VP (Impf Ind Sg P1) => averig_ + "uaba" ; --# notpresent + VP (Impf Ind Sg P2) => averig_ + "uabas" ; --# notpresent + VP (Impf Ind Sg P3) => averig_ + "uaba" ; --# notpresent + VP (Impf Ind Pl P1) => averig_ + "uábamos" ; --# notpresent + VP (Impf Ind Pl P2) => averig_ + "uabais" ; --# notpresent + VP (Impf Ind Pl P3) => averig_ + "uaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {averig_ + "uara" ; averig_ + "uase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {averig_ + "uaras" ; averig_ + "uases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {averig_ + "uara" ; averig_ + "uase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {averig_ + "uáramos" ; averig_ + "uásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {averig_ + "uarais" ; averig_ + "uaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {averig_ + "uaran" ; averig_ + "uasen"} ; --# notpresent + VP (Pret Sg P1) => averig_ + "üé" ; --# notpresent + VP (Pret Sg P2) => averig_ + "uaste" ; --# notpresent + VP (Pret Sg P3) => averig_ + "uó" ; --# notpresent + VP (Pret Pl P1) => averig_ + "uamos" ; --# notpresent + VP (Pret Pl P2) => averig_ + "uasteis" ; --# notpresent + VP (Pret Pl P3) => averig_ + "uaron" ; --# notpresent + VP (Fut Ind Sg P1) => averig_ + "uaré" ; --# notpresent + VP (Fut Ind Sg P2) => averig_ + "uarás" ; --# notpresent + VP (Fut Ind Sg P3) => averig_ + "uará" ; --# notpresent + VP (Fut Ind Pl P1) => averig_ + "uaremos" ; --# notpresent + VP (Fut Ind Pl P2) => averig_ + "uaréis" ; --# notpresent + VP (Fut Ind Pl P3) => averig_ + "uarán" ; --# notpresent + VP (Fut Subj Sg P1) => averig_ + "uare" ; --# notpresent + VP (Fut Subj Sg P2) => averig_ + "uares" ; --# notpresent + VP (Fut Subj Sg P3) => averig_ + "uare" ; --# notpresent + VP (Fut Subj Pl P1) => averig_ + "uáremos" ; --# notpresent + VP (Fut Subj Pl P2) => averig_ + "uareis" ; --# notpresent + VP (Fut Subj Pl P3) => averig_ + "uaren" ; --# notpresent + VP (Cond Sg P1) => averig_ + "uaría" ; --# notpresent + VP (Cond Sg P2) => averig_ + "uarías" ; --# notpresent + VP (Cond Sg P3) => averig_ + "uaría" ; --# notpresent + VP (Cond Pl P1) => averig_ + "uaríamos" ; --# notpresent + VP (Cond Pl P2) => averig_ + "uaríais" ; --# notpresent + VP (Cond Pl P3) => averig_ + "uarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => averig_ + "ua" ; VP (Imp Sg P3) => averig_ + "üe" ; @@ -1221,42 +1221,42 @@ oper bru VP (Pres Subj Pl P1) => bruñ_ + "amos" ; VP (Pres Subj Pl P2) => bruñ_ + "áis" ; VP (Pres Subj Pl P3) => bruñ_ + "an" ; - VP (Impf Ind Sg P1) => bruñ_ + "ía" ; - VP (Impf Ind Sg P2) => bruñ_ + "ías" ; - VP (Impf Ind Sg P3) => bruñ_ + "ía" ; - VP (Impf Ind Pl P1) => bruñ_ + "íamos" ; - VP (Impf Ind Pl P2) => bruñ_ + "íais" ; - VP (Impf Ind Pl P3) => bruñ_ + "ían" ; - VP (Impf Subj Sg P1) => variants {bruñ_ + "era" ; bruñ_ + "ese"} ; - VP (Impf Subj Sg P2) => variants {bruñ_ + "eras" ; bruñ_ + "eses"} ; - VP (Impf Subj Sg P3) => variants {bruñ_ + "era" ; bruñ_ + "ese"} ; - VP (Impf Subj Pl P1) => variants {bruñ_ + "éramos" ; bruñ_ + "ésemos"} ; - VP (Impf Subj Pl P2) => variants {bruñ_ + "erais" ; bruñ_ + "eseis"} ; - VP (Impf Subj Pl P3) => variants {bruñ_ + "eran" ; bruñ_ + "esen"} ; - VP (Pret Sg P1) => bruñ_ + "í" ; - VP (Pret Sg P2) => bruñ_ + "iste" ; - VP (Pret Sg P3) => bruñ_ + "ó" ; - VP (Pret Pl P1) => bruñ_ + "imos" ; - VP (Pret Pl P2) => bruñ_ + "isteis" ; - VP (Pret Pl P3) => bruñ_ + "eron" ; - VP (Fut Ind Sg P1) => bruñ_ + "iré" ; - VP (Fut Ind Sg P2) => bruñ_ + "irás" ; - VP (Fut Ind Sg P3) => bruñ_ + "irá" ; - VP (Fut Ind Pl P1) => bruñ_ + "iremos" ; - VP (Fut Ind Pl P2) => bruñ_ + "iréis" ; - VP (Fut Ind Pl P3) => bruñ_ + "irán" ; - VP (Fut Subj Sg P1) => bruñ_ + "ere" ; - VP (Fut Subj Sg P2) => bruñ_ + "eres" ; - VP (Fut Subj Sg P3) => bruñ_ + "ere" ; - VP (Fut Subj Pl P1) => bruñ_ + "éremos" ; - VP (Fut Subj Pl P2) => bruñ_ + "ereis" ; - VP (Fut Subj Pl P3) => bruñ_ + "eren" ; - VP (Cond Sg P1) => bruñ_ + "iría" ; - VP (Cond Sg P2) => bruñ_ + "irías" ; - VP (Cond Sg P3) => bruñ_ + "iría" ; - VP (Cond Pl P1) => bruñ_ + "iríamos" ; - VP (Cond Pl P2) => bruñ_ + "iríais" ; - VP (Cond Pl P3) => bruñ_ + "irían" ; + VP (Impf Ind Sg P1) => bruñ_ + "ía" ; --# notpresent + VP (Impf Ind Sg P2) => bruñ_ + "ías" ; --# notpresent + VP (Impf Ind Sg P3) => bruñ_ + "ía" ; --# notpresent + VP (Impf Ind Pl P1) => bruñ_ + "íamos" ; --# notpresent + VP (Impf Ind Pl P2) => bruñ_ + "íais" ; --# notpresent + VP (Impf Ind Pl P3) => bruñ_ + "ían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {bruñ_ + "era" ; bruñ_ + "ese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {bruñ_ + "eras" ; bruñ_ + "eses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {bruñ_ + "era" ; bruñ_ + "ese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {bruñ_ + "éramos" ; bruñ_ + "ésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {bruñ_ + "erais" ; bruñ_ + "eseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {bruñ_ + "eran" ; bruñ_ + "esen"} ; --# notpresent + VP (Pret Sg P1) => bruñ_ + "í" ; --# notpresent + VP (Pret Sg P2) => bruñ_ + "iste" ; --# notpresent + VP (Pret Sg P3) => bruñ_ + "ó" ; --# notpresent + VP (Pret Pl P1) => bruñ_ + "imos" ; --# notpresent + VP (Pret Pl P2) => bruñ_ + "isteis" ; --# notpresent + VP (Pret Pl P3) => bruñ_ + "eron" ; --# notpresent + VP (Fut Ind Sg P1) => bruñ_ + "iré" ; --# notpresent + VP (Fut Ind Sg P2) => bruñ_ + "irás" ; --# notpresent + VP (Fut Ind Sg P3) => bruñ_ + "irá" ; --# notpresent + VP (Fut Ind Pl P1) => bruñ_ + "iremos" ; --# notpresent + VP (Fut Ind Pl P2) => bruñ_ + "iréis" ; --# notpresent + VP (Fut Ind Pl P3) => bruñ_ + "irán" ; --# notpresent + VP (Fut Subj Sg P1) => bruñ_ + "ere" ; --# notpresent + VP (Fut Subj Sg P2) => bruñ_ + "eres" ; --# notpresent + VP (Fut Subj Sg P3) => bruñ_ + "ere" ; --# notpresent + VP (Fut Subj Pl P1) => bruñ_ + "éremos" ; --# notpresent + VP (Fut Subj Pl P2) => bruñ_ + "ereis" ; --# notpresent + VP (Fut Subj Pl P3) => bruñ_ + "eren" ; --# notpresent + VP (Cond Sg P1) => bruñ_ + "iría" ; --# notpresent + VP (Cond Sg P2) => bruñ_ + "irías" ; --# notpresent + VP (Cond Sg P3) => bruñ_ + "iría" ; --# notpresent + VP (Cond Pl P1) => bruñ_ + "iríamos" ; --# notpresent + VP (Cond Pl P2) => bruñ_ + "iríais" ; --# notpresent + VP (Cond Pl P3) => bruñ_ + "irían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => bruñ_ + "e" ; VP (Imp Sg P3) => bruñ_ + "a" ; @@ -1287,42 +1287,42 @@ oper caber_19 : Str -> Verbum = \caber -> VP (Pres Subj Pl P1) => x_ + "quepamos" ; VP (Pres Subj Pl P2) => x_ + "quepáis" ; VP (Pres Subj Pl P3) => x_ + "quepan" ; - VP (Impf Ind Sg P1) => x_ + "cabía" ; - VP (Impf Ind Sg P2) => x_ + "cabías" ; - VP (Impf Ind Sg P3) => x_ + "cabía" ; - VP (Impf Ind Pl P1) => x_ + "cabíamos" ; - VP (Impf Ind Pl P2) => x_ + "cabíais" ; - VP (Impf Ind Pl P3) => x_ + "cabían" ; - VP (Impf Subj Sg P1) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; - VP (Impf Subj Sg P2) => variants {x_ + "cupieras" ; x_ + "cupieses"} ; - VP (Impf Subj Sg P3) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; - VP (Impf Subj Pl P1) => variants {x_ + "cupiéramos" ; x_ + "cupiésemos"} ; - VP (Impf Subj Pl P2) => variants {x_ + "cupierais" ; x_ + "cupieseis"} ; - VP (Impf Subj Pl P3) => variants {x_ + "cupieran" ; x_ + "cupiesen"} ; - VP (Pret Sg P1) => x_ + "cupe" ; - VP (Pret Sg P2) => x_ + "cupiste" ; - VP (Pret Sg P3) => x_ + "cupo" ; - VP (Pret Pl P1) => x_ + "cupimos" ; - VP (Pret Pl P2) => x_ + "cupisteis" ; - VP (Pret Pl P3) => x_ + "cupieron" ; - VP (Fut Ind Sg P1) => x_ + "cabré" ; - VP (Fut Ind Sg P2) => x_ + "cabrás" ; - VP (Fut Ind Sg P3) => x_ + "cabrá" ; - VP (Fut Ind Pl P1) => x_ + "cabremos" ; - VP (Fut Ind Pl P2) => x_ + "cabréis" ; - VP (Fut Ind Pl P3) => x_ + "cabrán" ; - VP (Fut Subj Sg P1) => x_ + "cupiere" ; - VP (Fut Subj Sg P2) => x_ + "cupieres" ; - VP (Fut Subj Sg P3) => x_ + "cupiere" ; - VP (Fut Subj Pl P1) => x_ + "cupiéremos" ; - VP (Fut Subj Pl P2) => x_ + "cupiereis" ; - VP (Fut Subj Pl P3) => x_ + "cupieren" ; - VP (Cond Sg P1) => x_ + "cabría" ; - VP (Cond Sg P2) => x_ + "cabrías" ; - VP (Cond Sg P3) => x_ + "cabría" ; - VP (Cond Pl P1) => x_ + "cabríamos" ; - VP (Cond Pl P2) => x_ + "cabríais" ; - VP (Cond Pl P3) => x_ + "cabrían" ; + VP (Impf Ind Sg P1) => x_ + "cabía" ; --# notpresent + VP (Impf Ind Sg P2) => x_ + "cabías" ; --# notpresent + VP (Impf Ind Sg P3) => x_ + "cabía" ; --# notpresent + VP (Impf Ind Pl P1) => x_ + "cabíamos" ; --# notpresent + VP (Impf Ind Pl P2) => x_ + "cabíais" ; --# notpresent + VP (Impf Ind Pl P3) => x_ + "cabían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {x_ + "cupieras" ; x_ + "cupieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {x_ + "cupiéramos" ; x_ + "cupiésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {x_ + "cupierais" ; x_ + "cupieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {x_ + "cupieran" ; x_ + "cupiesen"} ; --# notpresent + VP (Pret Sg P1) => x_ + "cupe" ; --# notpresent + VP (Pret Sg P2) => x_ + "cupiste" ; --# notpresent + VP (Pret Sg P3) => x_ + "cupo" ; --# notpresent + VP (Pret Pl P1) => x_ + "cupimos" ; --# notpresent + VP (Pret Pl P2) => x_ + "cupisteis" ; --# notpresent + VP (Pret Pl P3) => x_ + "cupieron" ; --# notpresent + VP (Fut Ind Sg P1) => x_ + "cabré" ; --# notpresent + VP (Fut Ind Sg P2) => x_ + "cabrás" ; --# notpresent + VP (Fut Ind Sg P3) => x_ + "cabrá" ; --# notpresent + VP (Fut Ind Pl P1) => x_ + "cabremos" ; --# notpresent + VP (Fut Ind Pl P2) => x_ + "cabréis" ; --# notpresent + VP (Fut Ind Pl P3) => x_ + "cabrán" ; --# notpresent + VP (Fut Subj Sg P1) => x_ + "cupiere" ; --# notpresent + VP (Fut Subj Sg P2) => x_ + "cupieres" ; --# notpresent + VP (Fut Subj Sg P3) => x_ + "cupiere" ; --# notpresent + VP (Fut Subj Pl P1) => x_ + "cupiéremos" ; --# notpresent + VP (Fut Subj Pl P2) => x_ + "cupiereis" ; --# notpresent + VP (Fut Subj Pl P3) => x_ + "cupieren" ; --# notpresent + VP (Cond Sg P1) => x_ + "cabría" ; --# notpresent + VP (Cond Sg P2) => x_ + "cabrías" ; --# notpresent + VP (Cond Sg P3) => x_ + "cabría" ; --# notpresent + VP (Cond Pl P1) => x_ + "cabríamos" ; --# notpresent + VP (Cond Pl P2) => x_ + "cabríais" ; --# notpresent + VP (Cond Pl P3) => x_ + "cabrían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => x_ + "cabe" ; VP (Imp Sg P3) => x_ + "quepa" ; @@ -1353,42 +1353,42 @@ oper caer_20 : Str -> Verbum = \caer -> VP (Pres Subj Pl P1) => ca_ + "igamos" ; VP (Pres Subj Pl P2) => ca_ + "igáis" ; VP (Pres Subj Pl P3) => ca_ + "igan" ; - VP (Impf Ind Sg P1) => ca_ + "ía" ; - VP (Impf Ind Sg P2) => ca_ + "ías" ; - VP (Impf Ind Sg P3) => ca_ + "ía" ; - VP (Impf Ind Pl P1) => ca_ + "íamos" ; - VP (Impf Ind Pl P2) => ca_ + "íais" ; - VP (Impf Ind Pl P3) => ca_ + "ían" ; - VP (Impf Subj Sg P1) => variants {ca_ + "yera" ; ca_ + "yese"} ; - VP (Impf Subj Sg P2) => variants {ca_ + "yeras" ; ca_ + "yeses"} ; - VP (Impf Subj Sg P3) => variants {ca_ + "yera" ; ca_ + "yese"} ; - VP (Impf Subj Pl P1) => variants {ca_ + "yéramos" ; ca_ + "yésemos"} ; - VP (Impf Subj Pl P2) => variants {ca_ + "yerais" ; ca_ + "yeseis"} ; - VP (Impf Subj Pl P3) => variants {ca_ + "yeran" ; ca_ + "yesen"} ; - VP (Pret Sg P1) => ca_ + "í" ; - VP (Pret Sg P2) => ca_ + "íste" ; - VP (Pret Sg P3) => ca_ + "yó" ; - VP (Pret Pl P1) => ca_ + "ímos" ; - VP (Pret Pl P2) => ca_ + "ísteis" ; - VP (Pret Pl P3) => ca_ + "yeron" ; - VP (Fut Ind Sg P1) => ca_ + "eré" ; - VP (Fut Ind Sg P2) => ca_ + "erás" ; - VP (Fut Ind Sg P3) => ca_ + "erá" ; - VP (Fut Ind Pl P1) => ca_ + "eremos" ; - VP (Fut Ind Pl P2) => ca_ + "eréis" ; - VP (Fut Ind Pl P3) => ca_ + "erán" ; - VP (Fut Subj Sg P1) => ca_ + "yere" ; - VP (Fut Subj Sg P2) => ca_ + "yeres" ; - VP (Fut Subj Sg P3) => ca_ + "yere" ; - VP (Fut Subj Pl P1) => ca_ + "yéremos" ; - VP (Fut Subj Pl P2) => ca_ + "yereis" ; - VP (Fut Subj Pl P3) => ca_ + "yeren" ; - VP (Cond Sg P1) => ca_ + "ería" ; - VP (Cond Sg P2) => ca_ + "erías" ; - VP (Cond Sg P3) => ca_ + "ería" ; - VP (Cond Pl P1) => ca_ + "eríamos" ; - VP (Cond Pl P2) => ca_ + "eríais" ; - VP (Cond Pl P3) => ca_ + "erían" ; + VP (Impf Ind Sg P1) => ca_ + "ía" ; --# notpresent + VP (Impf Ind Sg P2) => ca_ + "ías" ; --# notpresent + VP (Impf Ind Sg P3) => ca_ + "ía" ; --# notpresent + VP (Impf Ind Pl P1) => ca_ + "íamos" ; --# notpresent + VP (Impf Ind Pl P2) => ca_ + "íais" ; --# notpresent + VP (Impf Ind Pl P3) => ca_ + "ían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {ca_ + "yera" ; ca_ + "yese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {ca_ + "yeras" ; ca_ + "yeses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {ca_ + "yera" ; ca_ + "yese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {ca_ + "yéramos" ; ca_ + "yésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {ca_ + "yerais" ; ca_ + "yeseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {ca_ + "yeran" ; ca_ + "yesen"} ; --# notpresent + VP (Pret Sg P1) => ca_ + "í" ; --# notpresent + VP (Pret Sg P2) => ca_ + "íste" ; --# notpresent + VP (Pret Sg P3) => ca_ + "yó" ; --# notpresent + VP (Pret Pl P1) => ca_ + "ímos" ; --# notpresent + VP (Pret Pl P2) => ca_ + "ísteis" ; --# notpresent + VP (Pret Pl P3) => ca_ + "yeron" ; --# notpresent + VP (Fut Ind Sg P1) => ca_ + "eré" ; --# notpresent + VP (Fut Ind Sg P2) => ca_ + "erás" ; --# notpresent + VP (Fut Ind Sg P3) => ca_ + "erá" ; --# notpresent + VP (Fut Ind Pl P1) => ca_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => ca_ + "eréis" ; --# notpresent + VP (Fut Ind Pl P3) => ca_ + "erán" ; --# notpresent + VP (Fut Subj Sg P1) => ca_ + "yere" ; --# notpresent + VP (Fut Subj Sg P2) => ca_ + "yeres" ; --# notpresent + VP (Fut Subj Sg P3) => ca_ + "yere" ; --# notpresent + VP (Fut Subj Pl P1) => ca_ + "yéremos" ; --# notpresent + VP (Fut Subj Pl P2) => ca_ + "yereis" ; --# notpresent + VP (Fut Subj Pl P3) => ca_ + "yeren" ; --# notpresent + VP (Cond Sg P1) => ca_ + "ería" ; --# notpresent + VP (Cond Sg P2) => ca_ + "erías" ; --# notpresent + VP (Cond Sg P3) => ca_ + "ería" ; --# notpresent + VP (Cond Pl P1) => ca_ + "eríamos" ; --# notpresent + VP (Cond Pl P2) => ca_ + "eríais" ; --# notpresent + VP (Cond Pl P3) => ca_ + "erían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => ca_ + "e" ; VP (Imp Sg P3) => ca_ + "iga" ; @@ -1419,42 +1419,42 @@ oper cazar_21 : Str -> Verbum = \cazar -> VP (Pres Subj Pl P1) => ca_ + "cemos" ; VP (Pres Subj Pl P2) => ca_ + "céis" ; VP (Pres Subj Pl P3) => ca_ + "cen" ; - VP (Impf Ind Sg P1) => ca_ + "zaba" ; - VP (Impf Ind Sg P2) => ca_ + "zabas" ; - VP (Impf Ind Sg P3) => ca_ + "zaba" ; - VP (Impf Ind Pl P1) => ca_ + "zábamos" ; - VP (Impf Ind Pl P2) => ca_ + "zabais" ; - VP (Impf Ind Pl P3) => ca_ + "zaban" ; - VP (Impf Subj Sg P1) => variants {ca_ + "zara" ; ca_ + "zase"} ; - VP (Impf Subj Sg P2) => variants {ca_ + "zaras" ; ca_ + "zases"} ; - VP (Impf Subj Sg P3) => variants {ca_ + "zara" ; ca_ + "zase"} ; - VP (Impf Subj Pl P1) => variants {ca_ + "záramos" ; ca_ + "zásemos"} ; - VP (Impf Subj Pl P2) => variants {ca_ + "zarais" ; ca_ + "zaseis"} ; - VP (Impf Subj Pl P3) => variants {ca_ + "zaran" ; ca_ + "zasen"} ; - VP (Pret Sg P1) => ca_ + "cé" ; - VP (Pret Sg P2) => ca_ + "zaste" ; - VP (Pret Sg P3) => ca_ + "zó" ; - VP (Pret Pl P1) => ca_ + "zamos" ; - VP (Pret Pl P2) => ca_ + "zasteis" ; - VP (Pret Pl P3) => ca_ + "zaron" ; - VP (Fut Ind Sg P1) => ca_ + "zaré" ; - VP (Fut Ind Sg P2) => ca_ + "zarás" ; - VP (Fut Ind Sg P3) => ca_ + "zará" ; - VP (Fut Ind Pl P1) => ca_ + "zaremos" ; - VP (Fut Ind Pl P2) => ca_ + "zaréis" ; - VP (Fut Ind Pl P3) => ca_ + "zarán" ; - VP (Fut Subj Sg P1) => ca_ + "zare" ; - VP (Fut Subj Sg P2) => ca_ + "zares" ; - VP (Fut Subj Sg P3) => ca_ + "zare" ; - VP (Fut Subj Pl P1) => ca_ + "záremos" ; - VP (Fut Subj Pl P2) => ca_ + "zareis" ; - VP (Fut Subj Pl P3) => ca_ + "zaren" ; - VP (Cond Sg P1) => ca_ + "zaría" ; - VP (Cond Sg P2) => ca_ + "zarías" ; - VP (Cond Sg P3) => ca_ + "zaría" ; - VP (Cond Pl P1) => ca_ + "zaríamos" ; - VP (Cond Pl P2) => ca_ + "zaríais" ; - VP (Cond Pl P3) => ca_ + "zarían" ; + VP (Impf Ind Sg P1) => ca_ + "zaba" ; --# notpresent + VP (Impf Ind Sg P2) => ca_ + "zabas" ; --# notpresent + VP (Impf Ind Sg P3) => ca_ + "zaba" ; --# notpresent + VP (Impf Ind Pl P1) => ca_ + "zábamos" ; --# notpresent + VP (Impf Ind Pl P2) => ca_ + "zabais" ; --# notpresent + VP (Impf Ind Pl P3) => ca_ + "zaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {ca_ + "zara" ; ca_ + "zase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {ca_ + "zaras" ; ca_ + "zases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {ca_ + "zara" ; ca_ + "zase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {ca_ + "záramos" ; ca_ + "zásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {ca_ + "zarais" ; ca_ + "zaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {ca_ + "zaran" ; ca_ + "zasen"} ; --# notpresent + VP (Pret Sg P1) => ca_ + "cé" ; --# notpresent + VP (Pret Sg P2) => ca_ + "zaste" ; --# notpresent + VP (Pret Sg P3) => ca_ + "zó" ; --# notpresent + VP (Pret Pl P1) => ca_ + "zamos" ; --# notpresent + VP (Pret Pl P2) => ca_ + "zasteis" ; --# notpresent + VP (Pret Pl P3) => ca_ + "zaron" ; --# notpresent + VP (Fut Ind Sg P1) => ca_ + "zaré" ; --# notpresent + VP (Fut Ind Sg P2) => ca_ + "zarás" ; --# notpresent + VP (Fut Ind Sg P3) => ca_ + "zará" ; --# notpresent + VP (Fut Ind Pl P1) => ca_ + "zaremos" ; --# notpresent + VP (Fut Ind Pl P2) => ca_ + "zaréis" ; --# notpresent + VP (Fut Ind Pl P3) => ca_ + "zarán" ; --# notpresent + VP (Fut Subj Sg P1) => ca_ + "zare" ; --# notpresent + VP (Fut Subj Sg P2) => ca_ + "zares" ; --# notpresent + VP (Fut Subj Sg P3) => ca_ + "zare" ; --# notpresent + VP (Fut Subj Pl P1) => ca_ + "záremos" ; --# notpresent + VP (Fut Subj Pl P2) => ca_ + "zareis" ; --# notpresent + VP (Fut Subj Pl P3) => ca_ + "zaren" ; --# notpresent + VP (Cond Sg P1) => ca_ + "zaría" ; --# notpresent + VP (Cond Sg P2) => ca_ + "zarías" ; --# notpresent + VP (Cond Sg P3) => ca_ + "zaría" ; --# notpresent + VP (Cond Pl P1) => ca_ + "zaríamos" ; --# notpresent + VP (Cond Pl P2) => ca_ + "zaríais" ; --# notpresent + VP (Cond Pl P3) => ca_ + "zarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => ca_ + "za" ; VP (Imp Sg P3) => ca_ + "ce" ; @@ -1485,42 +1485,42 @@ oper cocer_22 : Str -> Verbum = \cocer -> VP (Pres Subj Pl P1) => c_ + "ozamos" ; VP (Pres Subj Pl P2) => c_ + "ozáis" ; VP (Pres Subj Pl P3) => c_ + "uezan" ; - VP (Impf Ind Sg P1) => c_ + "ocía" ; - VP (Impf Ind Sg P2) => c_ + "ocías" ; - VP (Impf Ind Sg P3) => c_ + "ocía" ; - VP (Impf Ind Pl P1) => c_ + "ocíamos" ; - VP (Impf Ind Pl P2) => c_ + "ocíais" ; - VP (Impf Ind Pl P3) => c_ + "ocían" ; - VP (Impf Subj Sg P1) => variants {c_ + "ociera" ; c_ + "ociese"} ; - VP (Impf Subj Sg P2) => variants {c_ + "ocieras" ; c_ + "ocieses"} ; - VP (Impf Subj Sg P3) => variants {c_ + "ociera" ; c_ + "ociese"} ; - VP (Impf Subj Pl P1) => variants {c_ + "ociéramos" ; c_ + "ociésemos"} ; - VP (Impf Subj Pl P2) => variants {c_ + "ocierais" ; c_ + "ocieseis"} ; - VP (Impf Subj Pl P3) => variants {c_ + "ocieran" ; c_ + "ociesen"} ; - VP (Pret Sg P1) => c_ + "ocí" ; - VP (Pret Sg P2) => c_ + "ociste" ; - VP (Pret Sg P3) => c_ + "oció" ; - VP (Pret Pl P1) => c_ + "ocimos" ; - VP (Pret Pl P2) => c_ + "ocisteis" ; - VP (Pret Pl P3) => c_ + "ocieron" ; - VP (Fut Ind Sg P1) => c_ + "oceré" ; - VP (Fut Ind Sg P2) => c_ + "ocerás" ; - VP (Fut Ind Sg P3) => c_ + "ocerá" ; - VP (Fut Ind Pl P1) => c_ + "oceremos" ; - VP (Fut Ind Pl P2) => c_ + "oceréis" ; - VP (Fut Ind Pl P3) => c_ + "ocerán" ; - VP (Fut Subj Sg P1) => c_ + "ociere" ; - VP (Fut Subj Sg P2) => c_ + "ocieres" ; - VP (Fut Subj Sg P3) => c_ + "ociere" ; - VP (Fut Subj Pl P1) => c_ + "ociéremos" ; - VP (Fut Subj Pl P2) => c_ + "ociereis" ; - VP (Fut Subj Pl P3) => c_ + "ocieren" ; - VP (Cond Sg P1) => c_ + "ocería" ; - VP (Cond Sg P2) => c_ + "ocerías" ; - VP (Cond Sg P3) => c_ + "ocería" ; - VP (Cond Pl P1) => c_ + "oceríamos" ; - VP (Cond Pl P2) => c_ + "oceríais" ; - VP (Cond Pl P3) => c_ + "ocerían" ; + VP (Impf Ind Sg P1) => c_ + "ocía" ; --# notpresent + VP (Impf Ind Sg P2) => c_ + "ocías" ; --# notpresent + VP (Impf Ind Sg P3) => c_ + "ocía" ; --# notpresent + VP (Impf Ind Pl P1) => c_ + "ocíamos" ; --# notpresent + VP (Impf Ind Pl P2) => c_ + "ocíais" ; --# notpresent + VP (Impf Ind Pl P3) => c_ + "ocían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {c_ + "ociera" ; c_ + "ociese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {c_ + "ocieras" ; c_ + "ocieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {c_ + "ociera" ; c_ + "ociese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {c_ + "ociéramos" ; c_ + "ociésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {c_ + "ocierais" ; c_ + "ocieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {c_ + "ocieran" ; c_ + "ociesen"} ; --# notpresent + VP (Pret Sg P1) => c_ + "ocí" ; --# notpresent + VP (Pret Sg P2) => c_ + "ociste" ; --# notpresent + VP (Pret Sg P3) => c_ + "oció" ; --# notpresent + VP (Pret Pl P1) => c_ + "ocimos" ; --# notpresent + VP (Pret Pl P2) => c_ + "ocisteis" ; --# notpresent + VP (Pret Pl P3) => c_ + "ocieron" ; --# notpresent + VP (Fut Ind Sg P1) => c_ + "oceré" ; --# notpresent + VP (Fut Ind Sg P2) => c_ + "ocerás" ; --# notpresent + VP (Fut Ind Sg P3) => c_ + "ocerá" ; --# notpresent + VP (Fut Ind Pl P1) => c_ + "oceremos" ; --# notpresent + VP (Fut Ind Pl P2) => c_ + "oceréis" ; --# notpresent + VP (Fut Ind Pl P3) => c_ + "ocerán" ; --# notpresent + VP (Fut Subj Sg P1) => c_ + "ociere" ; --# notpresent + VP (Fut Subj Sg P2) => c_ + "ocieres" ; --# notpresent + VP (Fut Subj Sg P3) => c_ + "ociere" ; --# notpresent + VP (Fut Subj Pl P1) => c_ + "ociéremos" ; --# notpresent + VP (Fut Subj Pl P2) => c_ + "ociereis" ; --# notpresent + VP (Fut Subj Pl P3) => c_ + "ocieren" ; --# notpresent + VP (Cond Sg P1) => c_ + "ocería" ; --# notpresent + VP (Cond Sg P2) => c_ + "ocerías" ; --# notpresent + VP (Cond Sg P3) => c_ + "ocería" ; --# notpresent + VP (Cond Pl P1) => c_ + "oceríamos" ; --# notpresent + VP (Cond Pl P2) => c_ + "oceríais" ; --# notpresent + VP (Cond Pl P3) => c_ + "ocerían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => c_ + "uece" ; VP (Imp Sg P3) => c_ + "ueza" ; @@ -1551,42 +1551,42 @@ oper coger_23 : Str -> Verbum = \coger -> VP (Pres Subj Pl P1) => co_ + "jamos" ; VP (Pres Subj Pl P2) => co_ + "jáis" ; VP (Pres Subj Pl P3) => co_ + "jan" ; - VP (Impf Ind Sg P1) => co_ + "gía" ; - VP (Impf Ind Sg P2) => co_ + "gías" ; - VP (Impf Ind Sg P3) => co_ + "gía" ; - VP (Impf Ind Pl P1) => co_ + "gíamos" ; - VP (Impf Ind Pl P2) => co_ + "gíais" ; - VP (Impf Ind Pl P3) => co_ + "gían" ; - VP (Impf Subj Sg P1) => variants {co_ + "giera" ; co_ + "giese"} ; - VP (Impf Subj Sg P2) => variants {co_ + "gieras" ; co_ + "gieses"} ; - VP (Impf Subj Sg P3) => variants {co_ + "giera" ; co_ + "giese"} ; - VP (Impf Subj Pl P1) => variants {co_ + "giéramos" ; co_ + "giésemos"} ; - VP (Impf Subj Pl P2) => variants {co_ + "gierais" ; co_ + "gieseis"} ; - VP (Impf Subj Pl P3) => variants {co_ + "gieran" ; co_ + "giesen"} ; - VP (Pret Sg P1) => co_ + "gí" ; - VP (Pret Sg P2) => co_ + "giste" ; - VP (Pret Sg P3) => co_ + "gió" ; - VP (Pret Pl P1) => co_ + "gimos" ; - VP (Pret Pl P2) => co_ + "gisteis" ; - VP (Pret Pl P3) => co_ + "gieron" ; - VP (Fut Ind Sg P1) => co_ + "geré" ; - VP (Fut Ind Sg P2) => co_ + "gerás" ; - VP (Fut Ind Sg P3) => co_ + "gerá" ; - VP (Fut Ind Pl P1) => co_ + "geremos" ; - VP (Fut Ind Pl P2) => co_ + "geréis" ; - VP (Fut Ind Pl P3) => co_ + "gerán" ; - VP (Fut Subj Sg P1) => co_ + "giere" ; - VP (Fut Subj Sg P2) => co_ + "gieres" ; - VP (Fut Subj Sg P3) => co_ + "giere" ; - VP (Fut Subj Pl P1) => co_ + "giéremos" ; - VP (Fut Subj Pl P2) => co_ + "giereis" ; - VP (Fut Subj Pl P3) => co_ + "gieren" ; - VP (Cond Sg P1) => co_ + "gería" ; - VP (Cond Sg P2) => co_ + "gerías" ; - VP (Cond Sg P3) => co_ + "gería" ; - VP (Cond Pl P1) => co_ + "geríamos" ; - VP (Cond Pl P2) => co_ + "geríais" ; - VP (Cond Pl P3) => co_ + "gerían" ; + VP (Impf Ind Sg P1) => co_ + "gía" ; --# notpresent + VP (Impf Ind Sg P2) => co_ + "gías" ; --# notpresent + VP (Impf Ind Sg P3) => co_ + "gía" ; --# notpresent + VP (Impf Ind Pl P1) => co_ + "gíamos" ; --# notpresent + VP (Impf Ind Pl P2) => co_ + "gíais" ; --# notpresent + VP (Impf Ind Pl P3) => co_ + "gían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {co_ + "giera" ; co_ + "giese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {co_ + "gieras" ; co_ + "gieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {co_ + "giera" ; co_ + "giese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {co_ + "giéramos" ; co_ + "giésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {co_ + "gierais" ; co_ + "gieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {co_ + "gieran" ; co_ + "giesen"} ; --# notpresent + VP (Pret Sg P1) => co_ + "gí" ; --# notpresent + VP (Pret Sg P2) => co_ + "giste" ; --# notpresent + VP (Pret Sg P3) => co_ + "gió" ; --# notpresent + VP (Pret Pl P1) => co_ + "gimos" ; --# notpresent + VP (Pret Pl P2) => co_ + "gisteis" ; --# notpresent + VP (Pret Pl P3) => co_ + "gieron" ; --# notpresent + VP (Fut Ind Sg P1) => co_ + "geré" ; --# notpresent + VP (Fut Ind Sg P2) => co_ + "gerás" ; --# notpresent + VP (Fut Ind Sg P3) => co_ + "gerá" ; --# notpresent + VP (Fut Ind Pl P1) => co_ + "geremos" ; --# notpresent + VP (Fut Ind Pl P2) => co_ + "geréis" ; --# notpresent + VP (Fut Ind Pl P3) => co_ + "gerán" ; --# notpresent + VP (Fut Subj Sg P1) => co_ + "giere" ; --# notpresent + VP (Fut Subj Sg P2) => co_ + "gieres" ; --# notpresent + VP (Fut Subj Sg P3) => co_ + "giere" ; --# notpresent + VP (Fut Subj Pl P1) => co_ + "giéremos" ; --# notpresent + VP (Fut Subj Pl P2) => co_ + "giereis" ; --# notpresent + VP (Fut Subj Pl P3) => co_ + "gieren" ; --# notpresent + VP (Cond Sg P1) => co_ + "gería" ; --# notpresent + VP (Cond Sg P2) => co_ + "gerías" ; --# notpresent + VP (Cond Sg P3) => co_ + "gería" ; --# notpresent + VP (Cond Pl P1) => co_ + "geríamos" ; --# notpresent + VP (Cond Pl P2) => co_ + "geríais" ; --# notpresent + VP (Cond Pl P3) => co_ + "gerían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => co_ + "ge" ; VP (Imp Sg P3) => co_ + "ja" ; @@ -1617,42 +1617,42 @@ oper colgar_24 : Str -> Verbum = \colgar -> VP (Pres Subj Pl P1) => c_ + "olguemos" ; VP (Pres Subj Pl P2) => c_ + "olguéis" ; VP (Pres Subj Pl P3) => c_ + "uelguen" ; - VP (Impf Ind Sg P1) => c_ + "olgaba" ; - VP (Impf Ind Sg P2) => c_ + "olgabas" ; - VP (Impf Ind Sg P3) => c_ + "olgaba" ; - VP (Impf Ind Pl P1) => c_ + "olgábamos" ; - VP (Impf Ind Pl P2) => c_ + "olgabais" ; - VP (Impf Ind Pl P3) => c_ + "olgaban" ; - VP (Impf Subj Sg P1) => variants {c_ + "olgara" ; c_ + "olgase"} ; - VP (Impf Subj Sg P2) => variants {c_ + "olgaras" ; c_ + "olgases"} ; - VP (Impf Subj Sg P3) => variants {c_ + "olgara" ; c_ + "olgase"} ; - VP (Impf Subj Pl P1) => variants {c_ + "olgáramos" ; c_ + "olgásemos"} ; - VP (Impf Subj Pl P2) => variants {c_ + "olgarais" ; c_ + "olgaseis"} ; - VP (Impf Subj Pl P3) => variants {c_ + "olgaran" ; c_ + "olgasen"} ; - VP (Pret Sg P1) => c_ + "olgué" ; - VP (Pret Sg P2) => c_ + "olgaste" ; - VP (Pret Sg P3) => c_ + "olgó" ; - VP (Pret Pl P1) => c_ + "olgamos" ; - VP (Pret Pl P2) => c_ + "olgasteis" ; - VP (Pret Pl P3) => c_ + "olgaron" ; - VP (Fut Ind Sg P1) => c_ + "olgaré" ; - VP (Fut Ind Sg P2) => c_ + "olgarás" ; - VP (Fut Ind Sg P3) => c_ + "olgará" ; - VP (Fut Ind Pl P1) => c_ + "olgaremos" ; - VP (Fut Ind Pl P2) => c_ + "olgaréis" ; - VP (Fut Ind Pl P3) => c_ + "olgarán" ; - VP (Fut Subj Sg P1) => c_ + "olgare" ; - VP (Fut Subj Sg P2) => c_ + "olgares" ; - VP (Fut Subj Sg P3) => c_ + "olgare" ; - VP (Fut Subj Pl P1) => c_ + "olgáremos" ; - VP (Fut Subj Pl P2) => c_ + "olgareis" ; - VP (Fut Subj Pl P3) => c_ + "olgaren" ; - VP (Cond Sg P1) => c_ + "olgaría" ; - VP (Cond Sg P2) => c_ + "olgarías" ; - VP (Cond Sg P3) => c_ + "olgaría" ; - VP (Cond Pl P1) => c_ + "olgaríamos" ; - VP (Cond Pl P2) => c_ + "olgaríais" ; - VP (Cond Pl P3) => c_ + "olgarían" ; + VP (Impf Ind Sg P1) => c_ + "olgaba" ; --# notpresent + VP (Impf Ind Sg P2) => c_ + "olgabas" ; --# notpresent + VP (Impf Ind Sg P3) => c_ + "olgaba" ; --# notpresent + VP (Impf Ind Pl P1) => c_ + "olgábamos" ; --# notpresent + VP (Impf Ind Pl P2) => c_ + "olgabais" ; --# notpresent + VP (Impf Ind Pl P3) => c_ + "olgaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {c_ + "olgara" ; c_ + "olgase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {c_ + "olgaras" ; c_ + "olgases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {c_ + "olgara" ; c_ + "olgase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {c_ + "olgáramos" ; c_ + "olgásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {c_ + "olgarais" ; c_ + "olgaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {c_ + "olgaran" ; c_ + "olgasen"} ; --# notpresent + VP (Pret Sg P1) => c_ + "olgué" ; --# notpresent + VP (Pret Sg P2) => c_ + "olgaste" ; --# notpresent + VP (Pret Sg P3) => c_ + "olgó" ; --# notpresent + VP (Pret Pl P1) => c_ + "olgamos" ; --# notpresent + VP (Pret Pl P2) => c_ + "olgasteis" ; --# notpresent + VP (Pret Pl P3) => c_ + "olgaron" ; --# notpresent + VP (Fut Ind Sg P1) => c_ + "olgaré" ; --# notpresent + VP (Fut Ind Sg P2) => c_ + "olgarás" ; --# notpresent + VP (Fut Ind Sg P3) => c_ + "olgará" ; --# notpresent + VP (Fut Ind Pl P1) => c_ + "olgaremos" ; --# notpresent + VP (Fut Ind Pl P2) => c_ + "olgaréis" ; --# notpresent + VP (Fut Ind Pl P3) => c_ + "olgarán" ; --# notpresent + VP (Fut Subj Sg P1) => c_ + "olgare" ; --# notpresent + VP (Fut Subj Sg P2) => c_ + "olgares" ; --# notpresent + VP (Fut Subj Sg P3) => c_ + "olgare" ; --# notpresent + VP (Fut Subj Pl P1) => c_ + "olgáremos" ; --# notpresent + VP (Fut Subj Pl P2) => c_ + "olgareis" ; --# notpresent + VP (Fut Subj Pl P3) => c_ + "olgaren" ; --# notpresent + VP (Cond Sg P1) => c_ + "olgaría" ; --# notpresent + VP (Cond Sg P2) => c_ + "olgarías" ; --# notpresent + VP (Cond Sg P3) => c_ + "olgaría" ; --# notpresent + VP (Cond Pl P1) => c_ + "olgaríamos" ; --# notpresent + VP (Cond Pl P2) => c_ + "olgaríais" ; --# notpresent + VP (Cond Pl P3) => c_ + "olgarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => c_ + "uelga" ; VP (Imp Sg P3) => c_ + "uelgue" ; @@ -1683,42 +1683,42 @@ oper conocer_25 : Str -> Verbum = \conocer -> VP (Pres Subj Pl P1) => cono_ + "zcamos" ; VP (Pres Subj Pl P2) => cono_ + "zcáis" ; VP (Pres Subj Pl P3) => cono_ + "zcan" ; - VP (Impf Ind Sg P1) => cono_ + "cía" ; - VP (Impf Ind Sg P2) => cono_ + "cías" ; - VP (Impf Ind Sg P3) => cono_ + "cía" ; - VP (Impf Ind Pl P1) => cono_ + "cíamos" ; - VP (Impf Ind Pl P2) => cono_ + "cíais" ; - VP (Impf Ind Pl P3) => cono_ + "cían" ; - VP (Impf Subj Sg P1) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; - VP (Impf Subj Sg P2) => variants {cono_ + "cieras" ; cono_ + "cieses"} ; - VP (Impf Subj Sg P3) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; - VP (Impf Subj Pl P1) => variants {cono_ + "ciéramos" ; cono_ + "ciésemos"} ; - VP (Impf Subj Pl P2) => variants {cono_ + "cierais" ; cono_ + "cieseis"} ; - VP (Impf Subj Pl P3) => variants {cono_ + "cieran" ; cono_ + "ciesen"} ; - VP (Pret Sg P1) => cono_ + "cí" ; - VP (Pret Sg P2) => cono_ + "ciste" ; - VP (Pret Sg P3) => cono_ + "ció" ; - VP (Pret Pl P1) => cono_ + "cimos" ; - VP (Pret Pl P2) => cono_ + "cisteis" ; - VP (Pret Pl P3) => cono_ + "cieron" ; - VP (Fut Ind Sg P1) => cono_ + "ceré" ; - VP (Fut Ind Sg P2) => cono_ + "cerás" ; - VP (Fut Ind Sg P3) => cono_ + "cerá" ; - VP (Fut Ind Pl P1) => cono_ + "ceremos" ; - VP (Fut Ind Pl P2) => cono_ + "ceréis" ; - VP (Fut Ind Pl P3) => cono_ + "cerán" ; - VP (Fut Subj Sg P1) => cono_ + "ciere" ; - VP (Fut Subj Sg P2) => cono_ + "cieres" ; - VP (Fut Subj Sg P3) => cono_ + "ciere" ; - VP (Fut Subj Pl P1) => cono_ + "ciéremos" ; - VP (Fut Subj Pl P2) => cono_ + "ciereis" ; - VP (Fut Subj Pl P3) => cono_ + "cieren" ; - VP (Cond Sg P1) => cono_ + "cería" ; - VP (Cond Sg P2) => cono_ + "cerías" ; - VP (Cond Sg P3) => cono_ + "cería" ; - VP (Cond Pl P1) => cono_ + "ceríamos" ; - VP (Cond Pl P2) => cono_ + "ceríais" ; - VP (Cond Pl P3) => cono_ + "cerían" ; + VP (Impf Ind Sg P1) => cono_ + "cía" ; --# notpresent + VP (Impf Ind Sg P2) => cono_ + "cías" ; --# notpresent + VP (Impf Ind Sg P3) => cono_ + "cía" ; --# notpresent + VP (Impf Ind Pl P1) => cono_ + "cíamos" ; --# notpresent + VP (Impf Ind Pl P2) => cono_ + "cíais" ; --# notpresent + VP (Impf Ind Pl P3) => cono_ + "cían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {cono_ + "cieras" ; cono_ + "cieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {cono_ + "ciéramos" ; cono_ + "ciésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {cono_ + "cierais" ; cono_ + "cieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {cono_ + "cieran" ; cono_ + "ciesen"} ; --# notpresent + VP (Pret Sg P1) => cono_ + "cí" ; --# notpresent + VP (Pret Sg P2) => cono_ + "ciste" ; --# notpresent + VP (Pret Sg P3) => cono_ + "ció" ; --# notpresent + VP (Pret Pl P1) => cono_ + "cimos" ; --# notpresent + VP (Pret Pl P2) => cono_ + "cisteis" ; --# notpresent + VP (Pret Pl P3) => cono_ + "cieron" ; --# notpresent + VP (Fut Ind Sg P1) => cono_ + "ceré" ; --# notpresent + VP (Fut Ind Sg P2) => cono_ + "cerás" ; --# notpresent + VP (Fut Ind Sg P3) => cono_ + "cerá" ; --# notpresent + VP (Fut Ind Pl P1) => cono_ + "ceremos" ; --# notpresent + VP (Fut Ind Pl P2) => cono_ + "ceréis" ; --# notpresent + VP (Fut Ind Pl P3) => cono_ + "cerán" ; --# notpresent + VP (Fut Subj Sg P1) => cono_ + "ciere" ; --# notpresent + VP (Fut Subj Sg P2) => cono_ + "cieres" ; --# notpresent + VP (Fut Subj Sg P3) => cono_ + "ciere" ; --# notpresent + VP (Fut Subj Pl P1) => cono_ + "ciéremos" ; --# notpresent + VP (Fut Subj Pl P2) => cono_ + "ciereis" ; --# notpresent + VP (Fut Subj Pl P3) => cono_ + "cieren" ; --# notpresent + VP (Cond Sg P1) => cono_ + "cería" ; --# notpresent + VP (Cond Sg P2) => cono_ + "cerías" ; --# notpresent + VP (Cond Sg P3) => cono_ + "cería" ; --# notpresent + VP (Cond Pl P1) => cono_ + "ceríamos" ; --# notpresent + VP (Cond Pl P2) => cono_ + "ceríais" ; --# notpresent + VP (Cond Pl P3) => cono_ + "cerían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => cono_ + "ce" ; VP (Imp Sg P3) => cono_ + "zca" ; @@ -1749,42 +1749,42 @@ oper creer_26 : Str -> Verbum = \creer -> VP (Pres Subj Pl P1) => cre_ + "amos" ; VP (Pres Subj Pl P2) => cre_ + "áis" ; VP (Pres Subj Pl P3) => cre_ + "an" ; - VP (Impf Ind Sg P1) => cre_ + "ía" ; - VP (Impf Ind Sg P2) => cre_ + "ías" ; - VP (Impf Ind Sg P3) => cre_ + "ía" ; - VP (Impf Ind Pl P1) => cre_ + "íamos" ; - VP (Impf Ind Pl P2) => cre_ + "íais" ; - VP (Impf Ind Pl P3) => cre_ + "ían" ; - VP (Impf Subj Sg P1) => variants {cre_ + "yera" ; cre_ + "yese"} ; - VP (Impf Subj Sg P2) => variants {cre_ + "yeras" ; cre_ + "yeses"} ; - VP (Impf Subj Sg P3) => variants {cre_ + "yera" ; cre_ + "yese"} ; - VP (Impf Subj Pl P1) => variants {cre_ + "yéramos" ; cre_ + "yésemos"} ; - VP (Impf Subj Pl P2) => variants {cre_ + "yerais" ; cre_ + "yeseis"} ; - VP (Impf Subj Pl P3) => variants {cre_ + "yeran" ; cre_ + "yesen"} ; - VP (Pret Sg P1) => cre_ + "í" ; - VP (Pret Sg P2) => cre_ + "íste" ; - VP (Pret Sg P3) => cre_ + "yó" ; - VP (Pret Pl P1) => cre_ + "ímos" ; - VP (Pret Pl P2) => cre_ + "ísteis" ; - VP (Pret Pl P3) => cre_ + "yeron" ; - VP (Fut Ind Sg P1) => cre_ + "eré" ; - VP (Fut Ind Sg P2) => cre_ + "erás" ; - VP (Fut Ind Sg P3) => cre_ + "erá" ; - VP (Fut Ind Pl P1) => cre_ + "eremos" ; - VP (Fut Ind Pl P2) => cre_ + "eréis" ; - VP (Fut Ind Pl P3) => cre_ + "erán" ; - VP (Fut Subj Sg P1) => cre_ + "yere" ; - VP (Fut Subj Sg P2) => cre_ + "yeres" ; - VP (Fut Subj Sg P3) => cre_ + "yere" ; - VP (Fut Subj Pl P1) => cre_ + "yéremos" ; - VP (Fut Subj Pl P2) => cre_ + "yereis" ; - VP (Fut Subj Pl P3) => cre_ + "yeren" ; - VP (Cond Sg P1) => cre_ + "ería" ; - VP (Cond Sg P2) => cre_ + "erías" ; - VP (Cond Sg P3) => cre_ + "ería" ; - VP (Cond Pl P1) => cre_ + "eríamos" ; - VP (Cond Pl P2) => cre_ + "eríais" ; - VP (Cond Pl P3) => cre_ + "erían" ; + VP (Impf Ind Sg P1) => cre_ + "ía" ; --# notpresent + VP (Impf Ind Sg P2) => cre_ + "ías" ; --# notpresent + VP (Impf Ind Sg P3) => cre_ + "ía" ; --# notpresent + VP (Impf Ind Pl P1) => cre_ + "íamos" ; --# notpresent + VP (Impf Ind Pl P2) => cre_ + "íais" ; --# notpresent + VP (Impf Ind Pl P3) => cre_ + "ían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {cre_ + "yera" ; cre_ + "yese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {cre_ + "yeras" ; cre_ + "yeses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {cre_ + "yera" ; cre_ + "yese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {cre_ + "yéramos" ; cre_ + "yésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {cre_ + "yerais" ; cre_ + "yeseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {cre_ + "yeran" ; cre_ + "yesen"} ; --# notpresent + VP (Pret Sg P1) => cre_ + "í" ; --# notpresent + VP (Pret Sg P2) => cre_ + "íste" ; --# notpresent + VP (Pret Sg P3) => cre_ + "yó" ; --# notpresent + VP (Pret Pl P1) => cre_ + "ímos" ; --# notpresent + VP (Pret Pl P2) => cre_ + "ísteis" ; --# notpresent + VP (Pret Pl P3) => cre_ + "yeron" ; --# notpresent + VP (Fut Ind Sg P1) => cre_ + "eré" ; --# notpresent + VP (Fut Ind Sg P2) => cre_ + "erás" ; --# notpresent + VP (Fut Ind Sg P3) => cre_ + "erá" ; --# notpresent + VP (Fut Ind Pl P1) => cre_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => cre_ + "eréis" ; --# notpresent + VP (Fut Ind Pl P3) => cre_ + "erán" ; --# notpresent + VP (Fut Subj Sg P1) => cre_ + "yere" ; --# notpresent + VP (Fut Subj Sg P2) => cre_ + "yeres" ; --# notpresent + VP (Fut Subj Sg P3) => cre_ + "yere" ; --# notpresent + VP (Fut Subj Pl P1) => cre_ + "yéremos" ; --# notpresent + VP (Fut Subj Pl P2) => cre_ + "yereis" ; --# notpresent + VP (Fut Subj Pl P3) => cre_ + "yeren" ; --# notpresent + VP (Cond Sg P1) => cre_ + "ería" ; --# notpresent + VP (Cond Sg P2) => cre_ + "erías" ; --# notpresent + VP (Cond Sg P3) => cre_ + "ería" ; --# notpresent + VP (Cond Pl P1) => cre_ + "eríamos" ; --# notpresent + VP (Cond Pl P2) => cre_ + "eríais" ; --# notpresent + VP (Cond Pl P3) => cre_ + "erían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => cre_ + "e" ; VP (Imp Sg P3) => cre_ + "a" ; @@ -1815,42 +1815,42 @@ oper dar_27 : Str -> Verbum = \dar -> VP (Pres Subj Pl P1) => d_ + "emos" ; VP (Pres Subj Pl P2) => d_ + "eis" ; VP (Pres Subj Pl P3) => d_ + "en" ; - VP (Impf Ind Sg P1) => d_ + "aba" ; - VP (Impf Ind Sg P2) => d_ + "abas" ; - VP (Impf Ind Sg P3) => d_ + "aba" ; - VP (Impf Ind Pl P1) => d_ + "ábamos" ; - VP (Impf Ind Pl P2) => d_ + "abais" ; - VP (Impf Ind Pl P3) => d_ + "aban" ; - VP (Impf Subj Sg P1) => variants {d_ + "iera" ; d_ + "iese"} ; - VP (Impf Subj Sg P2) => variants {d_ + "ieras" ; d_ + "ieses"} ; - VP (Impf Subj Sg P3) => variants {d_ + "iera" ; d_ + "iese"} ; - VP (Impf Subj Pl P1) => variants {d_ + "iéramos" ; d_ + "iésemos"} ; - VP (Impf Subj Pl P2) => variants {d_ + "ierais" ; d_ + "ieseis"} ; - VP (Impf Subj Pl P3) => variants {d_ + "ieran" ; d_ + "iesen"} ; - VP (Pret Sg P1) => d_ + "i" ; - VP (Pret Sg P2) => d_ + "iste" ; - VP (Pret Sg P3) => d_ + "io" ; - VP (Pret Pl P1) => d_ + "imos" ; - VP (Pret Pl P2) => d_ + "isteis" ; - VP (Pret Pl P3) => d_ + "ieron" ; - VP (Fut Ind Sg P1) => d_ + "aré" ; - VP (Fut Ind Sg P2) => d_ + "arás" ; - VP (Fut Ind Sg P3) => d_ + "ará" ; - VP (Fut Ind Pl P1) => d_ + "aremos" ; - VP (Fut Ind Pl P2) => d_ + "aréis" ; - VP (Fut Ind Pl P3) => d_ + "arán" ; - VP (Fut Subj Sg P1) => d_ + "iere" ; - VP (Fut Subj Sg P2) => d_ + "ieres" ; - VP (Fut Subj Sg P3) => d_ + "iere" ; - VP (Fut Subj Pl P1) => d_ + "iéremos" ; - VP (Fut Subj Pl P2) => d_ + "iereis" ; - VP (Fut Subj Pl P3) => d_ + "ieren" ; - VP (Cond Sg P1) => d_ + "aría" ; - VP (Cond Sg P2) => d_ + "arías" ; - VP (Cond Sg P3) => d_ + "aría" ; - VP (Cond Pl P1) => d_ + "aríamos" ; - VP (Cond Pl P2) => d_ + "aríais" ; - VP (Cond Pl P3) => d_ + "arían" ; + VP (Impf Ind Sg P1) => d_ + "aba" ; --# notpresent + VP (Impf Ind Sg P2) => d_ + "abas" ; --# notpresent + VP (Impf Ind Sg P3) => d_ + "aba" ; --# notpresent + VP (Impf Ind Pl P1) => d_ + "ábamos" ; --# notpresent + VP (Impf Ind Pl P2) => d_ + "abais" ; --# notpresent + VP (Impf Ind Pl P3) => d_ + "aban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {d_ + "iera" ; d_ + "iese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {d_ + "ieras" ; d_ + "ieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {d_ + "iera" ; d_ + "iese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {d_ + "iéramos" ; d_ + "iésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {d_ + "ierais" ; d_ + "ieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {d_ + "ieran" ; d_ + "iesen"} ; --# notpresent + VP (Pret Sg P1) => d_ + "i" ; --# notpresent + VP (Pret Sg P2) => d_ + "iste" ; --# notpresent + VP (Pret Sg P3) => d_ + "io" ; --# notpresent + VP (Pret Pl P1) => d_ + "imos" ; --# notpresent + VP (Pret Pl P2) => d_ + "isteis" ; --# notpresent + VP (Pret Pl P3) => d_ + "ieron" ; --# notpresent + VP (Fut Ind Sg P1) => d_ + "aré" ; --# notpresent + VP (Fut Ind Sg P2) => d_ + "arás" ; --# notpresent + VP (Fut Ind Sg P3) => d_ + "ará" ; --# notpresent + VP (Fut Ind Pl P1) => d_ + "aremos" ; --# notpresent + VP (Fut Ind Pl P2) => d_ + "aréis" ; --# notpresent + VP (Fut Ind Pl P3) => d_ + "arán" ; --# notpresent + VP (Fut Subj Sg P1) => d_ + "iere" ; --# notpresent + VP (Fut Subj Sg P2) => d_ + "ieres" ; --# notpresent + VP (Fut Subj Sg P3) => d_ + "iere" ; --# notpresent + VP (Fut Subj Pl P1) => d_ + "iéremos" ; --# notpresent + VP (Fut Subj Pl P2) => d_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => d_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => d_ + "aría" ; --# notpresent + VP (Cond Sg P2) => d_ + "arías" ; --# notpresent + VP (Cond Sg P3) => d_ + "aría" ; --# notpresent + VP (Cond Pl P1) => d_ + "aríamos" ; --# notpresent + VP (Cond Pl P2) => d_ + "aríais" ; --# notpresent + VP (Cond Pl P3) => d_ + "arían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => d_ + "a" ; VP (Imp Sg P3) => d_ + "é" ; @@ -1881,42 +1881,42 @@ oper decir_28 : Str -> Verbum = \decir -> VP (Pres Subj Pl P1) => d_ + "igamos" ; VP (Pres Subj Pl P2) => d_ + "igáis" ; VP (Pres Subj Pl P3) => d_ + "igan" ; - VP (Impf Ind Sg P1) => d_ + "ecía" ; - VP (Impf Ind Sg P2) => d_ + "ecías" ; - VP (Impf Ind Sg P3) => d_ + "ecía" ; - VP (Impf Ind Pl P1) => d_ + "ecíamos" ; - VP (Impf Ind Pl P2) => d_ + "ecíais" ; - VP (Impf Ind Pl P3) => d_ + "ecían" ; - VP (Impf Subj Sg P1) => variants {d_ + "ijera" ; d_ + "ijese"} ; - VP (Impf Subj Sg P2) => variants {d_ + "ijeras" ; d_ + "ijeses"} ; - VP (Impf Subj Sg P3) => variants {d_ + "ijera" ; d_ + "ijese"} ; - VP (Impf Subj Pl P1) => variants {d_ + "ijéramos" ; d_ + "ijésemos"} ; - VP (Impf Subj Pl P2) => variants {d_ + "ijerais" ; d_ + "ijeseis"} ; - VP (Impf Subj Pl P3) => variants {d_ + "ijeran" ; d_ + "ijesen"} ; - VP (Pret Sg P1) => d_ + "ije" ; - VP (Pret Sg P2) => d_ + "ijiste" ; - VP (Pret Sg P3) => d_ + "ijo" ; - VP (Pret Pl P1) => d_ + "ijimos" ; - VP (Pret Pl P2) => d_ + "ijisteis" ; - VP (Pret Pl P3) => d_ + "ijeron" ; - VP (Fut Ind Sg P1) => d_ + "iré" ; - VP (Fut Ind Sg P2) => d_ + "irás" ; - VP (Fut Ind Sg P3) => d_ + "irá" ; - VP (Fut Ind Pl P1) => d_ + "iremos" ; - VP (Fut Ind Pl P2) => d_ + "iréis" ; - VP (Fut Ind Pl P3) => d_ + "irán" ; - VP (Fut Subj Sg P1) => d_ + "ijere" ; - VP (Fut Subj Sg P2) => d_ + "ijeres" ; - VP (Fut Subj Sg P3) => d_ + "ijere" ; - VP (Fut Subj Pl P1) => d_ + "ijéremos" ; - VP (Fut Subj Pl P2) => d_ + "ijereis" ; - VP (Fut Subj Pl P3) => d_ + "ijeren" ; - VP (Cond Sg P1) => d_ + "iría" ; - VP (Cond Sg P2) => d_ + "irías" ; - VP (Cond Sg P3) => d_ + "iría" ; - VP (Cond Pl P1) => d_ + "iríamos" ; - VP (Cond Pl P2) => d_ + "iríais" ; - VP (Cond Pl P3) => d_ + "irían" ; + VP (Impf Ind Sg P1) => d_ + "ecía" ; --# notpresent + VP (Impf Ind Sg P2) => d_ + "ecías" ; --# notpresent + VP (Impf Ind Sg P3) => d_ + "ecía" ; --# notpresent + VP (Impf Ind Pl P1) => d_ + "ecíamos" ; --# notpresent + VP (Impf Ind Pl P2) => d_ + "ecíais" ; --# notpresent + VP (Impf Ind Pl P3) => d_ + "ecían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {d_ + "ijera" ; d_ + "ijese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {d_ + "ijeras" ; d_ + "ijeses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {d_ + "ijera" ; d_ + "ijese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {d_ + "ijéramos" ; d_ + "ijésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {d_ + "ijerais" ; d_ + "ijeseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {d_ + "ijeran" ; d_ + "ijesen"} ; --# notpresent + VP (Pret Sg P1) => d_ + "ije" ; --# notpresent + VP (Pret Sg P2) => d_ + "ijiste" ; --# notpresent + VP (Pret Sg P3) => d_ + "ijo" ; --# notpresent + VP (Pret Pl P1) => d_ + "ijimos" ; --# notpresent + VP (Pret Pl P2) => d_ + "ijisteis" ; --# notpresent + VP (Pret Pl P3) => d_ + "ijeron" ; --# notpresent + VP (Fut Ind Sg P1) => d_ + "iré" ; --# notpresent + VP (Fut Ind Sg P2) => d_ + "irás" ; --# notpresent + VP (Fut Ind Sg P3) => d_ + "irá" ; --# notpresent + VP (Fut Ind Pl P1) => d_ + "iremos" ; --# notpresent + VP (Fut Ind Pl P2) => d_ + "iréis" ; --# notpresent + VP (Fut Ind Pl P3) => d_ + "irán" ; --# notpresent + VP (Fut Subj Sg P1) => d_ + "ijere" ; --# notpresent + VP (Fut Subj Sg P2) => d_ + "ijeres" ; --# notpresent + VP (Fut Subj Sg P3) => d_ + "ijere" ; --# notpresent + VP (Fut Subj Pl P1) => d_ + "ijéremos" ; --# notpresent + VP (Fut Subj Pl P2) => d_ + "ijereis" ; --# notpresent + VP (Fut Subj Pl P3) => d_ + "ijeren" ; --# notpresent + VP (Cond Sg P1) => d_ + "iría" ; --# notpresent + VP (Cond Sg P2) => d_ + "irías" ; --# notpresent + VP (Cond Sg P3) => d_ + "iría" ; --# notpresent + VP (Cond Pl P1) => d_ + "iríamos" ; --# notpresent + VP (Cond Pl P2) => d_ + "iríais" ; --# notpresent + VP (Cond Pl P3) => d_ + "irían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => d_ + "i" ; VP (Imp Sg P3) => d_ + "iga" ; @@ -1950,42 +1950,42 @@ oper defender_29 : Str -> Verbum = \defender -> VP (Pres Subj Pl P1) => def_ + "e" + nd_ + "amos" ; VP (Pres Subj Pl P2) => def_ + "e" + nd_ + "áis" ; VP (Pres Subj Pl P3) => def_ + "ie" + nd_ + "an" ; - VP (Impf Ind Sg P1) => def_ + "e" + nd_ + "ía" ; - VP (Impf Ind Sg P2) => def_ + "e" + nd_ + "ías" ; - VP (Impf Ind Sg P3) => def_ + "e" + nd_ + "ía" ; - VP (Impf Ind Pl P1) => def_ + "e" + nd_ + "íamos" ; - VP (Impf Ind Pl P2) => def_ + "e" + nd_ + "íais" ; - VP (Impf Ind Pl P3) => def_ + "e" + nd_ + "ían" ; - VP (Impf Subj Sg P1) => variants {def_ + "e" + nd_ + "iera" ; def_ + "e" + nd_ + "iese"} ; - VP (Impf Subj Sg P2) => variants {def_ + "e" + nd_ + "ieras" ; def_ + "e" + nd_ + "ieses"} ; - VP (Impf Subj Sg P3) => variants {def_ + "e" + nd_ + "iera" ; def_ + "e" + nd_ + "iese"} ; - VP (Impf Subj Pl P1) => variants {def_ + "e" + nd_ + "iéramos" ; def_ + "e" + nd_ + "iésemos"} ; - VP (Impf Subj Pl P2) => variants {def_ + "e" + nd_ + "ierais" ; def_ + "e" + nd_ + "ieseis"} ; - VP (Impf Subj Pl P3) => variants {def_ + "e" + nd_ + "ieran" ; def_ + "e" + nd_ + "iesen"} ; - VP (Pret Sg P1) => def_ + "e" + nd_ + "í" ; - VP (Pret Sg P2) => def_ + "e" + nd_ + "iste" ; - VP (Pret Sg P3) => def_ + "e" + nd_ + "ió" ; - VP (Pret Pl P1) => def_ + "e" + nd_ + "imos" ; - VP (Pret Pl P2) => def_ + "e" + nd_ + "isteis" ; - VP (Pret Pl P3) => def_ + "e" + nd_ + "ieron" ; - VP (Fut Ind Sg P1) => def_ + "e" + nd_ + "eré" ; - VP (Fut Ind Sg P2) => def_ + "e" + nd_ + "erás" ; - VP (Fut Ind Sg P3) => def_ + "e" + nd_ + "erá" ; - VP (Fut Ind Pl P1) => def_ + "e" + nd_ + "eremos" ; - VP (Fut Ind Pl P2) => def_ + "e" + nd_ + "eréis" ; - VP (Fut Ind Pl P3) => def_ + "e" + nd_ + "erán" ; - VP (Fut Subj Sg P1) => def_ + "e" + nd_ + "iere" ; - VP (Fut Subj Sg P2) => def_ + "e" + nd_ + "ieres" ; - VP (Fut Subj Sg P3) => def_ + "e" + nd_ + "iere" ; - VP (Fut Subj Pl P1) => def_ + "e" + nd_ + "iéremos" ; - VP (Fut Subj Pl P2) => def_ + "e" + nd_ + "iereis" ; - VP (Fut Subj Pl P3) => def_ + "e" + nd_ + "ieren" ; - VP (Cond Sg P1) => def_ + "e" + nd_ + "ería" ; - VP (Cond Sg P2) => def_ + "e" + nd_ + "erías" ; - VP (Cond Sg P3) => def_ + "e" + nd_ + "ería" ; - VP (Cond Pl P1) => def_ + "e" + nd_ + "eríamos" ; - VP (Cond Pl P2) => def_ + "e" + nd_ + "eríais" ; - VP (Cond Pl P3) => def_ + "e" + nd_ + "erían" ; + VP (Impf Ind Sg P1) => def_ + "e" + nd_ + "ía" ; --# notpresent + VP (Impf Ind Sg P2) => def_ + "e" + nd_ + "ías" ; --# notpresent + VP (Impf Ind Sg P3) => def_ + "e" + nd_ + "ía" ; --# notpresent + VP (Impf Ind Pl P1) => def_ + "e" + nd_ + "íamos" ; --# notpresent + VP (Impf Ind Pl P2) => def_ + "e" + nd_ + "íais" ; --# notpresent + VP (Impf Ind Pl P3) => def_ + "e" + nd_ + "ían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {def_ + "e" + nd_ + "iera" ; def_ + "e" + nd_ + "iese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {def_ + "e" + nd_ + "ieras" ; def_ + "e" + nd_ + "ieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {def_ + "e" + nd_ + "iera" ; def_ + "e" + nd_ + "iese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {def_ + "e" + nd_ + "iéramos" ; def_ + "e" + nd_ + "iésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {def_ + "e" + nd_ + "ierais" ; def_ + "e" + nd_ + "ieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {def_ + "e" + nd_ + "ieran" ; def_ + "e" + nd_ + "iesen"} ; --# notpresent + VP (Pret Sg P1) => def_ + "e" + nd_ + "í" ; --# notpresent + VP (Pret Sg P2) => def_ + "e" + nd_ + "iste" ; --# notpresent + VP (Pret Sg P3) => def_ + "e" + nd_ + "ió" ; --# notpresent + VP (Pret Pl P1) => def_ + "e" + nd_ + "imos" ; --# notpresent + VP (Pret Pl P2) => def_ + "e" + nd_ + "isteis" ; --# notpresent + VP (Pret Pl P3) => def_ + "e" + nd_ + "ieron" ; --# notpresent + VP (Fut Ind Sg P1) => def_ + "e" + nd_ + "eré" ; --# notpresent + VP (Fut Ind Sg P2) => def_ + "e" + nd_ + "erás" ; --# notpresent + VP (Fut Ind Sg P3) => def_ + "e" + nd_ + "erá" ; --# notpresent + VP (Fut Ind Pl P1) => def_ + "e" + nd_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => def_ + "e" + nd_ + "eréis" ; --# notpresent + VP (Fut Ind Pl P3) => def_ + "e" + nd_ + "erán" ; --# notpresent + VP (Fut Subj Sg P1) => def_ + "e" + nd_ + "iere" ; --# notpresent + VP (Fut Subj Sg P2) => def_ + "e" + nd_ + "ieres" ; --# notpresent + VP (Fut Subj Sg P3) => def_ + "e" + nd_ + "iere" ; --# notpresent + VP (Fut Subj Pl P1) => def_ + "e" + nd_ + "iéremos" ; --# notpresent + VP (Fut Subj Pl P2) => def_ + "e" + nd_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => def_ + "e" + nd_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => def_ + "e" + nd_ + "ería" ; --# notpresent + VP (Cond Sg P2) => def_ + "e" + nd_ + "erías" ; --# notpresent + VP (Cond Sg P3) => def_ + "e" + nd_ + "ería" ; --# notpresent + VP (Cond Pl P1) => def_ + "e" + nd_ + "eríamos" ; --# notpresent + VP (Cond Pl P2) => def_ + "e" + nd_ + "eríais" ; --# notpresent + VP (Cond Pl P3) => def_ + "e" + nd_ + "erían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => def_ + "ie" + nd_ + "e" ; VP (Imp Sg P3) => def_ + "ie" + nd_ + "a" ; @@ -2016,42 +2016,42 @@ oper delinquir_30 : Str -> Verbum = \delinquir -> VP (Pres Subj Pl P1) => delin_ + "camos" ; VP (Pres Subj Pl P2) => delin_ + "cáis" ; VP (Pres Subj Pl P3) => delin_ + "can" ; - VP (Impf Ind Sg P1) => delin_ + "quía" ; - VP (Impf Ind Sg P2) => delin_ + "quías" ; - VP (Impf Ind Sg P3) => delin_ + "quía" ; - VP (Impf Ind Pl P1) => delin_ + "quíamos" ; - VP (Impf Ind Pl P2) => delin_ + "quíais" ; - VP (Impf Ind Pl P3) => delin_ + "quían" ; - VP (Impf Subj Sg P1) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; - VP (Impf Subj Sg P2) => variants {delin_ + "quieras" ; delin_ + "quieses"} ; - VP (Impf Subj Sg P3) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; - VP (Impf Subj Pl P1) => variants {delin_ + "quiéramos" ; delin_ + "quiésemos"} ; - VP (Impf Subj Pl P2) => variants {delin_ + "quierais" ; delin_ + "quieseis"} ; - VP (Impf Subj Pl P3) => variants {delin_ + "quieran" ; delin_ + "quiesen"} ; - VP (Pret Sg P1) => delin_ + "quí" ; - VP (Pret Sg P2) => delin_ + "quiste" ; - VP (Pret Sg P3) => delin_ + "quió" ; - VP (Pret Pl P1) => delin_ + "quimos" ; - VP (Pret Pl P2) => delin_ + "quisteis" ; - VP (Pret Pl P3) => delin_ + "quieron" ; - VP (Fut Ind Sg P1) => delin_ + "quiré" ; - VP (Fut Ind Sg P2) => delin_ + "quirás" ; - VP (Fut Ind Sg P3) => delin_ + "quirá" ; - VP (Fut Ind Pl P1) => delin_ + "quiremos" ; - VP (Fut Ind Pl P2) => delin_ + "quiréis" ; - VP (Fut Ind Pl P3) => delin_ + "quirán" ; - VP (Fut Subj Sg P1) => delin_ + "quiere" ; - VP (Fut Subj Sg P2) => delin_ + "quieres" ; - VP (Fut Subj Sg P3) => delin_ + "quiere" ; - VP (Fut Subj Pl P1) => delin_ + "quiéremos" ; - VP (Fut Subj Pl P2) => delin_ + "quiereis" ; - VP (Fut Subj Pl P3) => delin_ + "quieren" ; - VP (Cond Sg P1) => delin_ + "quiría" ; - VP (Cond Sg P2) => delin_ + "quirías" ; - VP (Cond Sg P3) => delin_ + "quiría" ; - VP (Cond Pl P1) => delin_ + "quiríamos" ; - VP (Cond Pl P2) => delin_ + "quiríais" ; - VP (Cond Pl P3) => delin_ + "quirían" ; + VP (Impf Ind Sg P1) => delin_ + "quía" ; --# notpresent + VP (Impf Ind Sg P2) => delin_ + "quías" ; --# notpresent + VP (Impf Ind Sg P3) => delin_ + "quía" ; --# notpresent + VP (Impf Ind Pl P1) => delin_ + "quíamos" ; --# notpresent + VP (Impf Ind Pl P2) => delin_ + "quíais" ; --# notpresent + VP (Impf Ind Pl P3) => delin_ + "quían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {delin_ + "quieras" ; delin_ + "quieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {delin_ + "quiéramos" ; delin_ + "quiésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {delin_ + "quierais" ; delin_ + "quieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {delin_ + "quieran" ; delin_ + "quiesen"} ; --# notpresent + VP (Pret Sg P1) => delin_ + "quí" ; --# notpresent + VP (Pret Sg P2) => delin_ + "quiste" ; --# notpresent + VP (Pret Sg P3) => delin_ + "quió" ; --# notpresent + VP (Pret Pl P1) => delin_ + "quimos" ; --# notpresent + VP (Pret Pl P2) => delin_ + "quisteis" ; --# notpresent + VP (Pret Pl P3) => delin_ + "quieron" ; --# notpresent + VP (Fut Ind Sg P1) => delin_ + "quiré" ; --# notpresent + VP (Fut Ind Sg P2) => delin_ + "quirás" ; --# notpresent + VP (Fut Ind Sg P3) => delin_ + "quirá" ; --# notpresent + VP (Fut Ind Pl P1) => delin_ + "quiremos" ; --# notpresent + VP (Fut Ind Pl P2) => delin_ + "quiréis" ; --# notpresent + VP (Fut Ind Pl P3) => delin_ + "quirán" ; --# notpresent + VP (Fut Subj Sg P1) => delin_ + "quiere" ; --# notpresent + VP (Fut Subj Sg P2) => delin_ + "quieres" ; --# notpresent + VP (Fut Subj Sg P3) => delin_ + "quiere" ; --# notpresent + VP (Fut Subj Pl P1) => delin_ + "quiéremos" ; --# notpresent + VP (Fut Subj Pl P2) => delin_ + "quiereis" ; --# notpresent + VP (Fut Subj Pl P3) => delin_ + "quieren" ; --# notpresent + VP (Cond Sg P1) => delin_ + "quiría" ; --# notpresent + VP (Cond Sg P2) => delin_ + "quirías" ; --# notpresent + VP (Cond Sg P3) => delin_ + "quiría" ; --# notpresent + VP (Cond Pl P1) => delin_ + "quiríamos" ; --# notpresent + VP (Cond Pl P2) => delin_ + "quiríais" ; --# notpresent + VP (Cond Pl P3) => delin_ + "quirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => delin_ + "que" ; VP (Imp Sg P3) => delin_ + "ca" ; @@ -2082,42 +2082,42 @@ oper desosar_31 : Str -> Verbum = \desosar -> VP (Pres Subj Pl P1) => des_ + "osemos" ; VP (Pres Subj Pl P2) => des_ + "oséis" ; VP (Pres Subj Pl P3) => des_ + "huesen" ; - VP (Impf Ind Sg P1) => des_ + "osaba" ; - VP (Impf Ind Sg P2) => des_ + "osabas" ; - VP (Impf Ind Sg P3) => des_ + "osaba" ; - VP (Impf Ind Pl P1) => des_ + "osábamos" ; - VP (Impf Ind Pl P2) => des_ + "osabais" ; - VP (Impf Ind Pl P3) => des_ + "osaban" ; - VP (Impf Subj Sg P1) => variants {des_ + "osara" ; des_ + "osase"} ; - VP (Impf Subj Sg P2) => variants {des_ + "osaras" ; des_ + "osases"} ; - VP (Impf Subj Sg P3) => variants {des_ + "osara" ; des_ + "osase"} ; - VP (Impf Subj Pl P1) => variants {des_ + "osáramos" ; des_ + "osásemos"} ; - VP (Impf Subj Pl P2) => variants {des_ + "osarais" ; des_ + "osaseis"} ; - VP (Impf Subj Pl P3) => variants {des_ + "osaran" ; des_ + "osasen"} ; - VP (Pret Sg P1) => des_ + "osé" ; - VP (Pret Sg P2) => des_ + "osaste" ; - VP (Pret Sg P3) => des_ + "osó" ; - VP (Pret Pl P1) => des_ + "osamos" ; - VP (Pret Pl P2) => des_ + "osasteis" ; - VP (Pret Pl P3) => des_ + "osaron" ; - VP (Fut Ind Sg P1) => des_ + "osaré" ; - VP (Fut Ind Sg P2) => des_ + "osarás" ; - VP (Fut Ind Sg P3) => des_ + "osará" ; - VP (Fut Ind Pl P1) => des_ + "osaremos" ; - VP (Fut Ind Pl P2) => des_ + "osaréis" ; - VP (Fut Ind Pl P3) => des_ + "osarán" ; - VP (Fut Subj Sg P1) => des_ + "osare" ; - VP (Fut Subj Sg P2) => des_ + "osares" ; - VP (Fut Subj Sg P3) => des_ + "osare" ; - VP (Fut Subj Pl P1) => des_ + "osáremos" ; - VP (Fut Subj Pl P2) => des_ + "osareis" ; - VP (Fut Subj Pl P3) => des_ + "osaren" ; - VP (Cond Sg P1) => des_ + "osaría" ; - VP (Cond Sg P2) => des_ + "osarías" ; - VP (Cond Sg P3) => des_ + "osaría" ; - VP (Cond Pl P1) => des_ + "osaríamos" ; - VP (Cond Pl P2) => des_ + "osaríais" ; - VP (Cond Pl P3) => des_ + "osarían" ; + VP (Impf Ind Sg P1) => des_ + "osaba" ; --# notpresent + VP (Impf Ind Sg P2) => des_ + "osabas" ; --# notpresent + VP (Impf Ind Sg P3) => des_ + "osaba" ; --# notpresent + VP (Impf Ind Pl P1) => des_ + "osábamos" ; --# notpresent + VP (Impf Ind Pl P2) => des_ + "osabais" ; --# notpresent + VP (Impf Ind Pl P3) => des_ + "osaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {des_ + "osara" ; des_ + "osase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {des_ + "osaras" ; des_ + "osases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {des_ + "osara" ; des_ + "osase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {des_ + "osáramos" ; des_ + "osásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {des_ + "osarais" ; des_ + "osaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {des_ + "osaran" ; des_ + "osasen"} ; --# notpresent + VP (Pret Sg P1) => des_ + "osé" ; --# notpresent + VP (Pret Sg P2) => des_ + "osaste" ; --# notpresent + VP (Pret Sg P3) => des_ + "osó" ; --# notpresent + VP (Pret Pl P1) => des_ + "osamos" ; --# notpresent + VP (Pret Pl P2) => des_ + "osasteis" ; --# notpresent + VP (Pret Pl P3) => des_ + "osaron" ; --# notpresent + VP (Fut Ind Sg P1) => des_ + "osaré" ; --# notpresent + VP (Fut Ind Sg P2) => des_ + "osarás" ; --# notpresent + VP (Fut Ind Sg P3) => des_ + "osará" ; --# notpresent + VP (Fut Ind Pl P1) => des_ + "osaremos" ; --# notpresent + VP (Fut Ind Pl P2) => des_ + "osaréis" ; --# notpresent + VP (Fut Ind Pl P3) => des_ + "osarán" ; --# notpresent + VP (Fut Subj Sg P1) => des_ + "osare" ; --# notpresent + VP (Fut Subj Sg P2) => des_ + "osares" ; --# notpresent + VP (Fut Subj Sg P3) => des_ + "osare" ; --# notpresent + VP (Fut Subj Pl P1) => des_ + "osáremos" ; --# notpresent + VP (Fut Subj Pl P2) => des_ + "osareis" ; --# notpresent + VP (Fut Subj Pl P3) => des_ + "osaren" ; --# notpresent + VP (Cond Sg P1) => des_ + "osaría" ; --# notpresent + VP (Cond Sg P2) => des_ + "osarías" ; --# notpresent + VP (Cond Sg P3) => des_ + "osaría" ; --# notpresent + VP (Cond Pl P1) => des_ + "osaríamos" ; --# notpresent + VP (Cond Pl P2) => des_ + "osaríais" ; --# notpresent + VP (Cond Pl P3) => des_ + "osarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => des_ + "huesa" ; VP (Imp Sg P3) => des_ + "huese" ; @@ -2148,42 +2148,42 @@ oper dirigir_32 : Str -> Verbum = \dirigir -> VP (Pres Subj Pl P1) => diri_ + "jamos" ; VP (Pres Subj Pl P2) => diri_ + "jáis" ; VP (Pres Subj Pl P3) => diri_ + "jan" ; - VP (Impf Ind Sg P1) => diri_ + "gía" ; - VP (Impf Ind Sg P2) => diri_ + "gías" ; - VP (Impf Ind Sg P3) => diri_ + "gía" ; - VP (Impf Ind Pl P1) => diri_ + "gíamos" ; - VP (Impf Ind Pl P2) => diri_ + "gíais" ; - VP (Impf Ind Pl P3) => diri_ + "gían" ; - VP (Impf Subj Sg P1) => variants {diri_ + "giera" ; diri_ + "giese"} ; - VP (Impf Subj Sg P2) => variants {diri_ + "gieras" ; diri_ + "gieses"} ; - VP (Impf Subj Sg P3) => variants {diri_ + "giera" ; diri_ + "giese"} ; - VP (Impf Subj Pl P1) => variants {diri_ + "giéramos" ; diri_ + "giésemos"} ; - VP (Impf Subj Pl P2) => variants {diri_ + "gierais" ; diri_ + "gieseis"} ; - VP (Impf Subj Pl P3) => variants {diri_ + "gieran" ; diri_ + "giesen"} ; - VP (Pret Sg P1) => diri_ + "gí" ; - VP (Pret Sg P2) => diri_ + "giste" ; - VP (Pret Sg P3) => diri_ + "gió" ; - VP (Pret Pl P1) => diri_ + "gimos" ; - VP (Pret Pl P2) => diri_ + "gisteis" ; - VP (Pret Pl P3) => diri_ + "gieron" ; - VP (Fut Ind Sg P1) => diri_ + "giré" ; - VP (Fut Ind Sg P2) => diri_ + "girás" ; - VP (Fut Ind Sg P3) => diri_ + "girá" ; - VP (Fut Ind Pl P1) => diri_ + "giremos" ; - VP (Fut Ind Pl P2) => diri_ + "giréis" ; - VP (Fut Ind Pl P3) => diri_ + "girán" ; - VP (Fut Subj Sg P1) => diri_ + "giere" ; - VP (Fut Subj Sg P2) => diri_ + "gieres" ; - VP (Fut Subj Sg P3) => diri_ + "giere" ; - VP (Fut Subj Pl P1) => diri_ + "giéremos" ; - VP (Fut Subj Pl P2) => diri_ + "giereis" ; - VP (Fut Subj Pl P3) => diri_ + "gieren" ; - VP (Cond Sg P1) => diri_ + "giría" ; - VP (Cond Sg P2) => diri_ + "girías" ; - VP (Cond Sg P3) => diri_ + "giría" ; - VP (Cond Pl P1) => diri_ + "giríamos" ; - VP (Cond Pl P2) => diri_ + "giríais" ; - VP (Cond Pl P3) => diri_ + "girían" ; + VP (Impf Ind Sg P1) => diri_ + "gía" ; --# notpresent + VP (Impf Ind Sg P2) => diri_ + "gías" ; --# notpresent + VP (Impf Ind Sg P3) => diri_ + "gía" ; --# notpresent + VP (Impf Ind Pl P1) => diri_ + "gíamos" ; --# notpresent + VP (Impf Ind Pl P2) => diri_ + "gíais" ; --# notpresent + VP (Impf Ind Pl P3) => diri_ + "gían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {diri_ + "giera" ; diri_ + "giese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {diri_ + "gieras" ; diri_ + "gieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {diri_ + "giera" ; diri_ + "giese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {diri_ + "giéramos" ; diri_ + "giésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {diri_ + "gierais" ; diri_ + "gieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {diri_ + "gieran" ; diri_ + "giesen"} ; --# notpresent + VP (Pret Sg P1) => diri_ + "gí" ; --# notpresent + VP (Pret Sg P2) => diri_ + "giste" ; --# notpresent + VP (Pret Sg P3) => diri_ + "gió" ; --# notpresent + VP (Pret Pl P1) => diri_ + "gimos" ; --# notpresent + VP (Pret Pl P2) => diri_ + "gisteis" ; --# notpresent + VP (Pret Pl P3) => diri_ + "gieron" ; --# notpresent + VP (Fut Ind Sg P1) => diri_ + "giré" ; --# notpresent + VP (Fut Ind Sg P2) => diri_ + "girás" ; --# notpresent + VP (Fut Ind Sg P3) => diri_ + "girá" ; --# notpresent + VP (Fut Ind Pl P1) => diri_ + "giremos" ; --# notpresent + VP (Fut Ind Pl P2) => diri_ + "giréis" ; --# notpresent + VP (Fut Ind Pl P3) => diri_ + "girán" ; --# notpresent + VP (Fut Subj Sg P1) => diri_ + "giere" ; --# notpresent + VP (Fut Subj Sg P2) => diri_ + "gieres" ; --# notpresent + VP (Fut Subj Sg P3) => diri_ + "giere" ; --# notpresent + VP (Fut Subj Pl P1) => diri_ + "giéremos" ; --# notpresent + VP (Fut Subj Pl P2) => diri_ + "giereis" ; --# notpresent + VP (Fut Subj Pl P3) => diri_ + "gieren" ; --# notpresent + VP (Cond Sg P1) => diri_ + "giría" ; --# notpresent + VP (Cond Sg P2) => diri_ + "girías" ; --# notpresent + VP (Cond Sg P3) => diri_ + "giría" ; --# notpresent + VP (Cond Pl P1) => diri_ + "giríamos" ; --# notpresent + VP (Cond Pl P2) => diri_ + "giríais" ; --# notpresent + VP (Cond Pl P3) => diri_ + "girían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => diri_ + "ge" ; VP (Imp Sg P3) => diri_ + "ja" ; @@ -2214,42 +2214,42 @@ oper discernir_33 : Str -> Verbum = \discernir -> VP (Pres Subj Pl P1) => disc_ + "ernamos" ; VP (Pres Subj Pl P2) => disc_ + "ernáis" ; VP (Pres Subj Pl P3) => disc_ + "iernan" ; - VP (Impf Ind Sg P1) => disc_ + "ernía" ; - VP (Impf Ind Sg P2) => disc_ + "ernías" ; - VP (Impf Ind Sg P3) => disc_ + "ernía" ; - VP (Impf Ind Pl P1) => disc_ + "erníamos" ; - VP (Impf Ind Pl P2) => disc_ + "erníais" ; - VP (Impf Ind Pl P3) => disc_ + "ernían" ; - VP (Impf Subj Sg P1) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; - VP (Impf Subj Sg P2) => variants {disc_ + "ernieras" ; disc_ + "ernieses"} ; - VP (Impf Subj Sg P3) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; - VP (Impf Subj Pl P1) => variants {disc_ + "erniéramos" ; disc_ + "erniésemos"} ; - VP (Impf Subj Pl P2) => variants {disc_ + "ernierais" ; disc_ + "ernieseis"} ; - VP (Impf Subj Pl P3) => variants {disc_ + "ernieran" ; disc_ + "erniesen"} ; - VP (Pret Sg P1) => disc_ + "erní" ; - VP (Pret Sg P2) => disc_ + "erniste" ; - VP (Pret Sg P3) => disc_ + "ernió" ; - VP (Pret Pl P1) => disc_ + "ernimos" ; - VP (Pret Pl P2) => disc_ + "ernisteis" ; - VP (Pret Pl P3) => disc_ + "ernieron" ; - VP (Fut Ind Sg P1) => disc_ + "erniré" ; - VP (Fut Ind Sg P2) => disc_ + "ernirás" ; - VP (Fut Ind Sg P3) => disc_ + "ernirá" ; - VP (Fut Ind Pl P1) => disc_ + "erniremos" ; - VP (Fut Ind Pl P2) => disc_ + "erniréis" ; - VP (Fut Ind Pl P3) => disc_ + "ernirán" ; - VP (Fut Subj Sg P1) => disc_ + "erniere" ; - VP (Fut Subj Sg P2) => disc_ + "ernieres" ; - VP (Fut Subj Sg P3) => disc_ + "erniere" ; - VP (Fut Subj Pl P1) => disc_ + "erniéremos" ; - VP (Fut Subj Pl P2) => disc_ + "erniereis" ; - VP (Fut Subj Pl P3) => disc_ + "ernieren" ; - VP (Cond Sg P1) => disc_ + "erniría" ; - VP (Cond Sg P2) => disc_ + "ernirías" ; - VP (Cond Sg P3) => disc_ + "erniría" ; - VP (Cond Pl P1) => disc_ + "erniríamos" ; - VP (Cond Pl P2) => disc_ + "erniríais" ; - VP (Cond Pl P3) => disc_ + "ernirían" ; + VP (Impf Ind Sg P1) => disc_ + "ernía" ; --# notpresent + VP (Impf Ind Sg P2) => disc_ + "ernías" ; --# notpresent + VP (Impf Ind Sg P3) => disc_ + "ernía" ; --# notpresent + VP (Impf Ind Pl P1) => disc_ + "erníamos" ; --# notpresent + VP (Impf Ind Pl P2) => disc_ + "erníais" ; --# notpresent + VP (Impf Ind Pl P3) => disc_ + "ernían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {disc_ + "ernieras" ; disc_ + "ernieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {disc_ + "erniéramos" ; disc_ + "erniésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {disc_ + "ernierais" ; disc_ + "ernieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {disc_ + "ernieran" ; disc_ + "erniesen"} ; --# notpresent + VP (Pret Sg P1) => disc_ + "erní" ; --# notpresent + VP (Pret Sg P2) => disc_ + "erniste" ; --# notpresent + VP (Pret Sg P3) => disc_ + "ernió" ; --# notpresent + VP (Pret Pl P1) => disc_ + "ernimos" ; --# notpresent + VP (Pret Pl P2) => disc_ + "ernisteis" ; --# notpresent + VP (Pret Pl P3) => disc_ + "ernieron" ; --# notpresent + VP (Fut Ind Sg P1) => disc_ + "erniré" ; --# notpresent + VP (Fut Ind Sg P2) => disc_ + "ernirás" ; --# notpresent + VP (Fut Ind Sg P3) => disc_ + "ernirá" ; --# notpresent + VP (Fut Ind Pl P1) => disc_ + "erniremos" ; --# notpresent + VP (Fut Ind Pl P2) => disc_ + "erniréis" ; --# notpresent + VP (Fut Ind Pl P3) => disc_ + "ernirán" ; --# notpresent + VP (Fut Subj Sg P1) => disc_ + "erniere" ; --# notpresent + VP (Fut Subj Sg P2) => disc_ + "ernieres" ; --# notpresent + VP (Fut Subj Sg P3) => disc_ + "erniere" ; --# notpresent + VP (Fut Subj Pl P1) => disc_ + "erniéremos" ; --# notpresent + VP (Fut Subj Pl P2) => disc_ + "erniereis" ; --# notpresent + VP (Fut Subj Pl P3) => disc_ + "ernieren" ; --# notpresent + VP (Cond Sg P1) => disc_ + "erniría" ; --# notpresent + VP (Cond Sg P2) => disc_ + "ernirías" ; --# notpresent + VP (Cond Sg P3) => disc_ + "erniría" ; --# notpresent + VP (Cond Pl P1) => disc_ + "erniríamos" ; --# notpresent + VP (Cond Pl P2) => disc_ + "erniríais" ; --# notpresent + VP (Cond Pl P3) => disc_ + "ernirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => disc_ + "ierne" ; VP (Imp Sg P3) => disc_ + "ierna" ; @@ -2280,42 +2280,42 @@ oper distinguir_34 : Str -> Verbum = \distinguir -> VP (Pres Subj Pl P1) => disting_ + "amos" ; VP (Pres Subj Pl P2) => disting_ + "áis" ; VP (Pres Subj Pl P3) => disting_ + "an" ; - VP (Impf Ind Sg P1) => disting_ + "uía" ; - VP (Impf Ind Sg P2) => disting_ + "uías" ; - VP (Impf Ind Sg P3) => disting_ + "uía" ; - VP (Impf Ind Pl P1) => disting_ + "uíamos" ; - VP (Impf Ind Pl P2) => disting_ + "uíais" ; - VP (Impf Ind Pl P3) => disting_ + "uían" ; - VP (Impf Subj Sg P1) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; - VP (Impf Subj Sg P2) => variants {disting_ + "uieras" ; disting_ + "uieses"} ; - VP (Impf Subj Sg P3) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; - VP (Impf Subj Pl P1) => variants {disting_ + "uiéramos" ; disting_ + "uiésemos"} ; - VP (Impf Subj Pl P2) => variants {disting_ + "uierais" ; disting_ + "uieseis"} ; - VP (Impf Subj Pl P3) => variants {disting_ + "uieran" ; disting_ + "uiesen"} ; - VP (Pret Sg P1) => disting_ + "uí" ; - VP (Pret Sg P2) => disting_ + "uiste" ; - VP (Pret Sg P3) => disting_ + "uió" ; - VP (Pret Pl P1) => disting_ + "uimos" ; - VP (Pret Pl P2) => disting_ + "uisteis" ; - VP (Pret Pl P3) => disting_ + "uieron" ; - VP (Fut Ind Sg P1) => disting_ + "uiré" ; - VP (Fut Ind Sg P2) => disting_ + "uirás" ; - VP (Fut Ind Sg P3) => disting_ + "uirá" ; - VP (Fut Ind Pl P1) => disting_ + "uiremos" ; - VP (Fut Ind Pl P2) => disting_ + "uiréis" ; - VP (Fut Ind Pl P3) => disting_ + "uirán" ; - VP (Fut Subj Sg P1) => disting_ + "uiere" ; - VP (Fut Subj Sg P2) => disting_ + "uieres" ; - VP (Fut Subj Sg P3) => disting_ + "uiere" ; - VP (Fut Subj Pl P1) => disting_ + "uiéremos" ; - VP (Fut Subj Pl P2) => disting_ + "uiereis" ; - VP (Fut Subj Pl P3) => disting_ + "uieren" ; - VP (Cond Sg P1) => disting_ + "uiría" ; - VP (Cond Sg P2) => disting_ + "uirías" ; - VP (Cond Sg P3) => disting_ + "uiría" ; - VP (Cond Pl P1) => disting_ + "uiríamos" ; - VP (Cond Pl P2) => disting_ + "uiríais" ; - VP (Cond Pl P3) => disting_ + "uirían" ; + VP (Impf Ind Sg P1) => disting_ + "uía" ; --# notpresent + VP (Impf Ind Sg P2) => disting_ + "uías" ; --# notpresent + VP (Impf Ind Sg P3) => disting_ + "uía" ; --# notpresent + VP (Impf Ind Pl P1) => disting_ + "uíamos" ; --# notpresent + VP (Impf Ind Pl P2) => disting_ + "uíais" ; --# notpresent + VP (Impf Ind Pl P3) => disting_ + "uían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {disting_ + "uieras" ; disting_ + "uieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {disting_ + "uiéramos" ; disting_ + "uiésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {disting_ + "uierais" ; disting_ + "uieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {disting_ + "uieran" ; disting_ + "uiesen"} ; --# notpresent + VP (Pret Sg P1) => disting_ + "uí" ; --# notpresent + VP (Pret Sg P2) => disting_ + "uiste" ; --# notpresent + VP (Pret Sg P3) => disting_ + "uió" ; --# notpresent + VP (Pret Pl P1) => disting_ + "uimos" ; --# notpresent + VP (Pret Pl P2) => disting_ + "uisteis" ; --# notpresent + VP (Pret Pl P3) => disting_ + "uieron" ; --# notpresent + VP (Fut Ind Sg P1) => disting_ + "uiré" ; --# notpresent + VP (Fut Ind Sg P2) => disting_ + "uirás" ; --# notpresent + VP (Fut Ind Sg P3) => disting_ + "uirá" ; --# notpresent + VP (Fut Ind Pl P1) => disting_ + "uiremos" ; --# notpresent + VP (Fut Ind Pl P2) => disting_ + "uiréis" ; --# notpresent + VP (Fut Ind Pl P3) => disting_ + "uirán" ; --# notpresent + VP (Fut Subj Sg P1) => disting_ + "uiere" ; --# notpresent + VP (Fut Subj Sg P2) => disting_ + "uieres" ; --# notpresent + VP (Fut Subj Sg P3) => disting_ + "uiere" ; --# notpresent + VP (Fut Subj Pl P1) => disting_ + "uiéremos" ; --# notpresent + VP (Fut Subj Pl P2) => disting_ + "uiereis" ; --# notpresent + VP (Fut Subj Pl P3) => disting_ + "uieren" ; --# notpresent + VP (Cond Sg P1) => disting_ + "uiría" ; --# notpresent + VP (Cond Sg P2) => disting_ + "uirías" ; --# notpresent + VP (Cond Sg P3) => disting_ + "uiría" ; --# notpresent + VP (Cond Pl P1) => disting_ + "uiríamos" ; --# notpresent + VP (Cond Pl P2) => disting_ + "uiríais" ; --# notpresent + VP (Cond Pl P3) => disting_ + "uirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => disting_ + "ue" ; VP (Imp Sg P3) => disting_ + "a" ; @@ -2346,42 +2346,42 @@ oper dormir_35 : Str -> Verbum = \dormir -> VP (Pres Subj Pl P1) => d_ + "urmamos" ; VP (Pres Subj Pl P2) => d_ + "urmáis" ; VP (Pres Subj Pl P3) => d_ + "uerman" ; - VP (Impf Ind Sg P1) => d_ + "ormía" ; - VP (Impf Ind Sg P2) => d_ + "ormías" ; - VP (Impf Ind Sg P3) => d_ + "ormía" ; - VP (Impf Ind Pl P1) => d_ + "ormíamos" ; - VP (Impf Ind Pl P2) => d_ + "ormíais" ; - VP (Impf Ind Pl P3) => d_ + "ormían" ; - VP (Impf Subj Sg P1) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; - VP (Impf Subj Sg P2) => variants {d_ + "urmieras" ; d_ + "urmieses"} ; - VP (Impf Subj Sg P3) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; - VP (Impf Subj Pl P1) => variants {d_ + "urmiéramos" ; d_ + "urmiésemos"} ; - VP (Impf Subj Pl P2) => variants {d_ + "urmierais" ; d_ + "urmieseis"} ; - VP (Impf Subj Pl P3) => variants {d_ + "urmieran" ; d_ + "urmiesen"} ; - VP (Pret Sg P1) => d_ + "ormí" ; - VP (Pret Sg P2) => d_ + "ormiste" ; - VP (Pret Sg P3) => d_ + "urmió" ; - VP (Pret Pl P1) => d_ + "ormimos" ; - VP (Pret Pl P2) => d_ + "ormisteis" ; - VP (Pret Pl P3) => d_ + "urmieron" ; - VP (Fut Ind Sg P1) => d_ + "ormiré" ; - VP (Fut Ind Sg P2) => d_ + "ormirás" ; - VP (Fut Ind Sg P3) => d_ + "ormirá" ; - VP (Fut Ind Pl P1) => d_ + "ormiremos" ; - VP (Fut Ind Pl P2) => d_ + "ormiréis" ; - VP (Fut Ind Pl P3) => d_ + "ormirán" ; - VP (Fut Subj Sg P1) => d_ + "urmiere" ; - VP (Fut Subj Sg P2) => d_ + "urmieres" ; - VP (Fut Subj Sg P3) => d_ + "urmiere" ; - VP (Fut Subj Pl P1) => d_ + "urmiéremos" ; - VP (Fut Subj Pl P2) => d_ + "urmiereis" ; - VP (Fut Subj Pl P3) => d_ + "urmieren" ; - VP (Cond Sg P1) => d_ + "ormiría" ; - VP (Cond Sg P2) => d_ + "ormirías" ; - VP (Cond Sg P3) => d_ + "ormiría" ; - VP (Cond Pl P1) => d_ + "ormiríamos" ; - VP (Cond Pl P2) => d_ + "ormiríais" ; - VP (Cond Pl P3) => d_ + "ormirían" ; + VP (Impf Ind Sg P1) => d_ + "ormía" ; --# notpresent + VP (Impf Ind Sg P2) => d_ + "ormías" ; --# notpresent + VP (Impf Ind Sg P3) => d_ + "ormía" ; --# notpresent + VP (Impf Ind Pl P1) => d_ + "ormíamos" ; --# notpresent + VP (Impf Ind Pl P2) => d_ + "ormíais" ; --# notpresent + VP (Impf Ind Pl P3) => d_ + "ormían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {d_ + "urmieras" ; d_ + "urmieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {d_ + "urmiéramos" ; d_ + "urmiésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {d_ + "urmierais" ; d_ + "urmieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {d_ + "urmieran" ; d_ + "urmiesen"} ; --# notpresent + VP (Pret Sg P1) => d_ + "ormí" ; --# notpresent + VP (Pret Sg P2) => d_ + "ormiste" ; --# notpresent + VP (Pret Sg P3) => d_ + "urmió" ; --# notpresent + VP (Pret Pl P1) => d_ + "ormimos" ; --# notpresent + VP (Pret Pl P2) => d_ + "ormisteis" ; --# notpresent + VP (Pret Pl P3) => d_ + "urmieron" ; --# notpresent + VP (Fut Ind Sg P1) => d_ + "ormiré" ; --# notpresent + VP (Fut Ind Sg P2) => d_ + "ormirás" ; --# notpresent + VP (Fut Ind Sg P3) => d_ + "ormirá" ; --# notpresent + VP (Fut Ind Pl P1) => d_ + "ormiremos" ; --# notpresent + VP (Fut Ind Pl P2) => d_ + "ormiréis" ; --# notpresent + VP (Fut Ind Pl P3) => d_ + "ormirán" ; --# notpresent + VP (Fut Subj Sg P1) => d_ + "urmiere" ; --# notpresent + VP (Fut Subj Sg P2) => d_ + "urmieres" ; --# notpresent + VP (Fut Subj Sg P3) => d_ + "urmiere" ; --# notpresent + VP (Fut Subj Pl P1) => d_ + "urmiéremos" ; --# notpresent + VP (Fut Subj Pl P2) => d_ + "urmiereis" ; --# notpresent + VP (Fut Subj Pl P3) => d_ + "urmieren" ; --# notpresent + VP (Cond Sg P1) => d_ + "ormiría" ; --# notpresent + VP (Cond Sg P2) => d_ + "ormirías" ; --# notpresent + VP (Cond Sg P3) => d_ + "ormiría" ; --# notpresent + VP (Cond Pl P1) => d_ + "ormiríamos" ; --# notpresent + VP (Cond Pl P2) => d_ + "ormiríais" ; --# notpresent + VP (Cond Pl P3) => d_ + "ormirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => d_ + "uerme" ; VP (Imp Sg P3) => d_ + "uerma" ; @@ -2412,42 +2412,42 @@ oper morir_35b : Str -> Verbum = \morir -> VP (Pres Subj Pl P1) => d_ + "uramos" ; VP (Pres Subj Pl P2) => d_ + "uráis" ; VP (Pres Subj Pl P3) => d_ + "ueran" ; - VP (Impf Ind Sg P1) => d_ + "oría" ; - VP (Impf Ind Sg P2) => d_ + "orías" ; - VP (Impf Ind Sg P3) => d_ + "oría" ; - VP (Impf Ind Pl P1) => d_ + "oríamos" ; - VP (Impf Ind Pl P2) => d_ + "oríais" ; - VP (Impf Ind Pl P3) => d_ + "orían" ; - VP (Impf Subj Sg P1) => variants {d_ + "uriera" ; d_ + "uriese"} ; - VP (Impf Subj Sg P2) => variants {d_ + "urieras" ; d_ + "urieses"} ; - VP (Impf Subj Sg P3) => variants {d_ + "uriera" ; d_ + "uriese"} ; - VP (Impf Subj Pl P1) => variants {d_ + "uriéramos" ; d_ + "uriésemos"} ; - VP (Impf Subj Pl P2) => variants {d_ + "urierais" ; d_ + "urieseis"} ; - VP (Impf Subj Pl P3) => variants {d_ + "urieran" ; d_ + "uriesen"} ; - VP (Pret Sg P1) => d_ + "orí" ; - VP (Pret Sg P2) => d_ + "oriste" ; - VP (Pret Sg P3) => d_ + "urió" ; - VP (Pret Pl P1) => d_ + "orimos" ; - VP (Pret Pl P2) => d_ + "oristeis" ; - VP (Pret Pl P3) => d_ + "urieron" ; - VP (Fut Ind Sg P1) => d_ + "oriré" ; - VP (Fut Ind Sg P2) => d_ + "orirás" ; - VP (Fut Ind Sg P3) => d_ + "orirá" ; - VP (Fut Ind Pl P1) => d_ + "oriremos" ; - VP (Fut Ind Pl P2) => d_ + "oriréis" ; - VP (Fut Ind Pl P3) => d_ + "orirán" ; - VP (Fut Subj Sg P1) => d_ + "uriere" ; - VP (Fut Subj Sg P2) => d_ + "urieres" ; - VP (Fut Subj Sg P3) => d_ + "uriere" ; - VP (Fut Subj Pl P1) => d_ + "uriéremos" ; - VP (Fut Subj Pl P2) => d_ + "uriereis" ; - VP (Fut Subj Pl P3) => d_ + "urieren" ; - VP (Cond Sg P1) => d_ + "oriría" ; - VP (Cond Sg P2) => d_ + "orirías" ; - VP (Cond Sg P3) => d_ + "oriría" ; - VP (Cond Pl P1) => d_ + "oriríamos" ; - VP (Cond Pl P2) => d_ + "oriríais" ; - VP (Cond Pl P3) => d_ + "orirían" ; + VP (Impf Ind Sg P1) => d_ + "oría" ; --# notpresent + VP (Impf Ind Sg P2) => d_ + "orías" ; --# notpresent + VP (Impf Ind Sg P3) => d_ + "oría" ; --# notpresent + VP (Impf Ind Pl P1) => d_ + "oríamos" ; --# notpresent + VP (Impf Ind Pl P2) => d_ + "oríais" ; --# notpresent + VP (Impf Ind Pl P3) => d_ + "orían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {d_ + "uriera" ; d_ + "uriese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {d_ + "urieras" ; d_ + "urieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {d_ + "uriera" ; d_ + "uriese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {d_ + "uriéramos" ; d_ + "uriésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {d_ + "urierais" ; d_ + "urieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {d_ + "urieran" ; d_ + "uriesen"} ; --# notpresent + VP (Pret Sg P1) => d_ + "orí" ; --# notpresent + VP (Pret Sg P2) => d_ + "oriste" ; --# notpresent + VP (Pret Sg P3) => d_ + "urió" ; --# notpresent + VP (Pret Pl P1) => d_ + "orimos" ; --# notpresent + VP (Pret Pl P2) => d_ + "oristeis" ; --# notpresent + VP (Pret Pl P3) => d_ + "urieron" ; --# notpresent + VP (Fut Ind Sg P1) => d_ + "oriré" ; --# notpresent + VP (Fut Ind Sg P2) => d_ + "orirás" ; --# notpresent + VP (Fut Ind Sg P3) => d_ + "orirá" ; --# notpresent + VP (Fut Ind Pl P1) => d_ + "oriremos" ; --# notpresent + VP (Fut Ind Pl P2) => d_ + "oriréis" ; --# notpresent + VP (Fut Ind Pl P3) => d_ + "orirán" ; --# notpresent + VP (Fut Subj Sg P1) => d_ + "uriere" ; --# notpresent + VP (Fut Subj Sg P2) => d_ + "urieres" ; --# notpresent + VP (Fut Subj Sg P3) => d_ + "uriere" ; --# notpresent + VP (Fut Subj Pl P1) => d_ + "uriéremos" ; --# notpresent + VP (Fut Subj Pl P2) => d_ + "uriereis" ; --# notpresent + VP (Fut Subj Pl P3) => d_ + "urieren" ; --# notpresent + VP (Cond Sg P1) => d_ + "oriría" ; --# notpresent + VP (Cond Sg P2) => d_ + "orirías" ; --# notpresent + VP (Cond Sg P3) => d_ + "oriría" ; --# notpresent + VP (Cond Pl P1) => d_ + "oriríamos" ; --# notpresent + VP (Cond Pl P2) => d_ + "oriríais" ; --# notpresent + VP (Cond Pl P3) => d_ + "orirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => d_ + "uere" ; VP (Imp Sg P3) => d_ + "uera" ; @@ -2478,42 +2478,42 @@ oper elegir_36 : Str -> Verbum = \elegir -> VP (Pres Subj Pl P1) => el_ + "ijamos" ; VP (Pres Subj Pl P2) => el_ + "ijáis" ; VP (Pres Subj Pl P3) => el_ + "ijan" ; - VP (Impf Ind Sg P1) => el_ + "egía" ; - VP (Impf Ind Sg P2) => el_ + "egías" ; - VP (Impf Ind Sg P3) => el_ + "egía" ; - VP (Impf Ind Pl P1) => el_ + "egíamos" ; - VP (Impf Ind Pl P2) => el_ + "egíais" ; - VP (Impf Ind Pl P3) => el_ + "egían" ; - VP (Impf Subj Sg P1) => variants {el_ + "igiera" ; el_ + "igiese"} ; - VP (Impf Subj Sg P2) => variants {el_ + "igieras" ; el_ + "igieses"} ; - VP (Impf Subj Sg P3) => variants {el_ + "igiera" ; el_ + "igiese"} ; - VP (Impf Subj Pl P1) => variants {el_ + "igiéramos" ; el_ + "igiésemos"} ; - VP (Impf Subj Pl P2) => variants {el_ + "igierais" ; el_ + "igieseis"} ; - VP (Impf Subj Pl P3) => variants {el_ + "igieran" ; el_ + "igiesen"} ; - VP (Pret Sg P1) => el_ + "egí" ; - VP (Pret Sg P2) => el_ + "egiste" ; - VP (Pret Sg P3) => el_ + "igió" ; - VP (Pret Pl P1) => el_ + "egimos" ; - VP (Pret Pl P2) => el_ + "egisteis" ; - VP (Pret Pl P3) => el_ + "igieron" ; - VP (Fut Ind Sg P1) => el_ + "egiré" ; - VP (Fut Ind Sg P2) => el_ + "egirás" ; - VP (Fut Ind Sg P3) => el_ + "egirá" ; - VP (Fut Ind Pl P1) => el_ + "egiremos" ; - VP (Fut Ind Pl P2) => el_ + "egiréis" ; - VP (Fut Ind Pl P3) => el_ + "egirán" ; - VP (Fut Subj Sg P1) => el_ + "igiere" ; - VP (Fut Subj Sg P2) => el_ + "igieres" ; - VP (Fut Subj Sg P3) => el_ + "igiere" ; - VP (Fut Subj Pl P1) => el_ + "igiéremos" ; - VP (Fut Subj Pl P2) => el_ + "igiereis" ; - VP (Fut Subj Pl P3) => el_ + "igieren" ; - VP (Cond Sg P1) => el_ + "egiría" ; - VP (Cond Sg P2) => el_ + "egirías" ; - VP (Cond Sg P3) => el_ + "egiría" ; - VP (Cond Pl P1) => el_ + "egiríamos" ; - VP (Cond Pl P2) => el_ + "egiríais" ; - VP (Cond Pl P3) => el_ + "egirían" ; + VP (Impf Ind Sg P1) => el_ + "egía" ; --# notpresent + VP (Impf Ind Sg P2) => el_ + "egías" ; --# notpresent + VP (Impf Ind Sg P3) => el_ + "egía" ; --# notpresent + VP (Impf Ind Pl P1) => el_ + "egíamos" ; --# notpresent + VP (Impf Ind Pl P2) => el_ + "egíais" ; --# notpresent + VP (Impf Ind Pl P3) => el_ + "egían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {el_ + "igiera" ; el_ + "igiese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {el_ + "igieras" ; el_ + "igieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {el_ + "igiera" ; el_ + "igiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {el_ + "igiéramos" ; el_ + "igiésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {el_ + "igierais" ; el_ + "igieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {el_ + "igieran" ; el_ + "igiesen"} ; --# notpresent + VP (Pret Sg P1) => el_ + "egí" ; --# notpresent + VP (Pret Sg P2) => el_ + "egiste" ; --# notpresent + VP (Pret Sg P3) => el_ + "igió" ; --# notpresent + VP (Pret Pl P1) => el_ + "egimos" ; --# notpresent + VP (Pret Pl P2) => el_ + "egisteis" ; --# notpresent + VP (Pret Pl P3) => el_ + "igieron" ; --# notpresent + VP (Fut Ind Sg P1) => el_ + "egiré" ; --# notpresent + VP (Fut Ind Sg P2) => el_ + "egirás" ; --# notpresent + VP (Fut Ind Sg P3) => el_ + "egirá" ; --# notpresent + VP (Fut Ind Pl P1) => el_ + "egiremos" ; --# notpresent + VP (Fut Ind Pl P2) => el_ + "egiréis" ; --# notpresent + VP (Fut Ind Pl P3) => el_ + "egirán" ; --# notpresent + VP (Fut Subj Sg P1) => el_ + "igiere" ; --# notpresent + VP (Fut Subj Sg P2) => el_ + "igieres" ; --# notpresent + VP (Fut Subj Sg P3) => el_ + "igiere" ; --# notpresent + VP (Fut Subj Pl P1) => el_ + "igiéremos" ; --# notpresent + VP (Fut Subj Pl P2) => el_ + "igiereis" ; --# notpresent + VP (Fut Subj Pl P3) => el_ + "igieren" ; --# notpresent + VP (Cond Sg P1) => el_ + "egiría" ; --# notpresent + VP (Cond Sg P2) => el_ + "egirías" ; --# notpresent + VP (Cond Sg P3) => el_ + "egiría" ; --# notpresent + VP (Cond Pl P1) => el_ + "egiríamos" ; --# notpresent + VP (Cond Pl P2) => el_ + "egiríais" ; --# notpresent + VP (Cond Pl P3) => el_ + "egirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => el_ + "ige" ; VP (Imp Sg P3) => el_ + "ija" ; @@ -2544,42 +2544,42 @@ oper empezar_37 : Str -> Verbum = \empezar -> VP (Pres Subj Pl P1) => emp_ + "ecemos" ; VP (Pres Subj Pl P2) => emp_ + "ecéis" ; VP (Pres Subj Pl P3) => emp_ + "iecen" ; - VP (Impf Ind Sg P1) => emp_ + "ezaba" ; - VP (Impf Ind Sg P2) => emp_ + "ezabas" ; - VP (Impf Ind Sg P3) => emp_ + "ezaba" ; - VP (Impf Ind Pl P1) => emp_ + "ezábamos" ; - VP (Impf Ind Pl P2) => emp_ + "ezabais" ; - VP (Impf Ind Pl P3) => emp_ + "ezaban" ; - VP (Impf Subj Sg P1) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; - VP (Impf Subj Sg P2) => variants {emp_ + "ezaras" ; emp_ + "ezases"} ; - VP (Impf Subj Sg P3) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; - VP (Impf Subj Pl P1) => variants {emp_ + "ezáramos" ; emp_ + "ezásemos"} ; - VP (Impf Subj Pl P2) => variants {emp_ + "ezarais" ; emp_ + "ezaseis"} ; - VP (Impf Subj Pl P3) => variants {emp_ + "ezaran" ; emp_ + "ezasen"} ; - VP (Pret Sg P1) => emp_ + "ecé" ; - VP (Pret Sg P2) => emp_ + "ezaste" ; - VP (Pret Sg P3) => emp_ + "ezó" ; - VP (Pret Pl P1) => emp_ + "ezamos" ; - VP (Pret Pl P2) => emp_ + "ezasteis" ; - VP (Pret Pl P3) => emp_ + "ezaron" ; - VP (Fut Ind Sg P1) => emp_ + "ezaré" ; - VP (Fut Ind Sg P2) => emp_ + "ezarás" ; - VP (Fut Ind Sg P3) => emp_ + "ezará" ; - VP (Fut Ind Pl P1) => emp_ + "ezaremos" ; - VP (Fut Ind Pl P2) => emp_ + "ezaréis" ; - VP (Fut Ind Pl P3) => emp_ + "ezarán" ; - VP (Fut Subj Sg P1) => emp_ + "ezare" ; - VP (Fut Subj Sg P2) => emp_ + "ezares" ; - VP (Fut Subj Sg P3) => emp_ + "ezare" ; - VP (Fut Subj Pl P1) => emp_ + "ezáremos" ; - VP (Fut Subj Pl P2) => emp_ + "ezareis" ; - VP (Fut Subj Pl P3) => emp_ + "ezaren" ; - VP (Cond Sg P1) => emp_ + "ezaría" ; - VP (Cond Sg P2) => emp_ + "ezarías" ; - VP (Cond Sg P3) => emp_ + "ezaría" ; - VP (Cond Pl P1) => emp_ + "ezaríamos" ; - VP (Cond Pl P2) => emp_ + "ezaríais" ; - VP (Cond Pl P3) => emp_ + "ezarían" ; + VP (Impf Ind Sg P1) => emp_ + "ezaba" ; --# notpresent + VP (Impf Ind Sg P2) => emp_ + "ezabas" ; --# notpresent + VP (Impf Ind Sg P3) => emp_ + "ezaba" ; --# notpresent + VP (Impf Ind Pl P1) => emp_ + "ezábamos" ; --# notpresent + VP (Impf Ind Pl P2) => emp_ + "ezabais" ; --# notpresent + VP (Impf Ind Pl P3) => emp_ + "ezaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {emp_ + "ezaras" ; emp_ + "ezases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {emp_ + "ezáramos" ; emp_ + "ezásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {emp_ + "ezarais" ; emp_ + "ezaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {emp_ + "ezaran" ; emp_ + "ezasen"} ; --# notpresent + VP (Pret Sg P1) => emp_ + "ecé" ; --# notpresent + VP (Pret Sg P2) => emp_ + "ezaste" ; --# notpresent + VP (Pret Sg P3) => emp_ + "ezó" ; --# notpresent + VP (Pret Pl P1) => emp_ + "ezamos" ; --# notpresent + VP (Pret Pl P2) => emp_ + "ezasteis" ; --# notpresent + VP (Pret Pl P3) => emp_ + "ezaron" ; --# notpresent + VP (Fut Ind Sg P1) => emp_ + "ezaré" ; --# notpresent + VP (Fut Ind Sg P2) => emp_ + "ezarás" ; --# notpresent + VP (Fut Ind Sg P3) => emp_ + "ezará" ; --# notpresent + VP (Fut Ind Pl P1) => emp_ + "ezaremos" ; --# notpresent + VP (Fut Ind Pl P2) => emp_ + "ezaréis" ; --# notpresent + VP (Fut Ind Pl P3) => emp_ + "ezarán" ; --# notpresent + VP (Fut Subj Sg P1) => emp_ + "ezare" ; --# notpresent + VP (Fut Subj Sg P2) => emp_ + "ezares" ; --# notpresent + VP (Fut Subj Sg P3) => emp_ + "ezare" ; --# notpresent + VP (Fut Subj Pl P1) => emp_ + "ezáremos" ; --# notpresent + VP (Fut Subj Pl P2) => emp_ + "ezareis" ; --# notpresent + VP (Fut Subj Pl P3) => emp_ + "ezaren" ; --# notpresent + VP (Cond Sg P1) => emp_ + "ezaría" ; --# notpresent + VP (Cond Sg P2) => emp_ + "ezarías" ; --# notpresent + VP (Cond Sg P3) => emp_ + "ezaría" ; --# notpresent + VP (Cond Pl P1) => emp_ + "ezaríamos" ; --# notpresent + VP (Cond Pl P2) => emp_ + "ezaríais" ; --# notpresent + VP (Cond Pl P3) => emp_ + "ezarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => emp_ + "ieza" ; VP (Imp Sg P3) => emp_ + "iece" ; @@ -2610,42 +2610,42 @@ oper encontrar_38 : Str -> Verbum = \encontrar -> VP (Pres Subj Pl P1) => enc_ + "ontremos" ; VP (Pres Subj Pl P2) => enc_ + "ontréis" ; VP (Pres Subj Pl P3) => enc_ + "uentren" ; - VP (Impf Ind Sg P1) => enc_ + "ontraba" ; - VP (Impf Ind Sg P2) => enc_ + "ontrabas" ; - VP (Impf Ind Sg P3) => enc_ + "ontraba" ; - VP (Impf Ind Pl P1) => enc_ + "ontrábamos" ; - VP (Impf Ind Pl P2) => enc_ + "ontrabais" ; - VP (Impf Ind Pl P3) => enc_ + "ontraban" ; - VP (Impf Subj Sg P1) => variants {enc_ + "ontrara" ; enc_ + "ontrase"} ; - VP (Impf Subj Sg P2) => variants {enc_ + "ontraras" ; enc_ + "ontrases"} ; - VP (Impf Subj Sg P3) => variants {enc_ + "ontrara" ; enc_ + "ontrase"} ; - VP (Impf Subj Pl P1) => variants {enc_ + "ontráramos" ; enc_ + "ontrásemos"} ; - VP (Impf Subj Pl P2) => variants {enc_ + "ontrarais" ; enc_ + "ontraseis"} ; - VP (Impf Subj Pl P3) => variants {enc_ + "ontraran" ; enc_ + "ontrasen"} ; - VP (Pret Sg P1) => enc_ + "ontré" ; - VP (Pret Sg P2) => enc_ + "ontraste" ; - VP (Pret Sg P3) => enc_ + "ontró" ; - VP (Pret Pl P1) => enc_ + "ontramos" ; - VP (Pret Pl P2) => enc_ + "ontrasteis" ; - VP (Pret Pl P3) => enc_ + "ontraron" ; - VP (Fut Ind Sg P1) => enc_ + "ontraré" ; - VP (Fut Ind Sg P2) => enc_ + "ontrarás" ; - VP (Fut Ind Sg P3) => enc_ + "ontrará" ; - VP (Fut Ind Pl P1) => enc_ + "ontraremos" ; - VP (Fut Ind Pl P2) => enc_ + "ontraréis" ; - VP (Fut Ind Pl P3) => enc_ + "ontrarán" ; - VP (Fut Subj Sg P1) => enc_ + "ontrare" ; - VP (Fut Subj Sg P2) => enc_ + "ontrares" ; - VP (Fut Subj Sg P3) => enc_ + "ontrare" ; - VP (Fut Subj Pl P1) => enc_ + "ontráremos" ; - VP (Fut Subj Pl P2) => enc_ + "ontrareis" ; - VP (Fut Subj Pl P3) => enc_ + "ontraren" ; - VP (Cond Sg P1) => enc_ + "ontraría" ; - VP (Cond Sg P2) => enc_ + "ontrarías" ; - VP (Cond Sg P3) => enc_ + "ontraría" ; - VP (Cond Pl P1) => enc_ + "ontraríamos" ; - VP (Cond Pl P2) => enc_ + "ontraríais" ; - VP (Cond Pl P3) => enc_ + "ontrarían" ; + VP (Impf Ind Sg P1) => enc_ + "ontraba" ; --# notpresent + VP (Impf Ind Sg P2) => enc_ + "ontrabas" ; --# notpresent + VP (Impf Ind Sg P3) => enc_ + "ontraba" ; --# notpresent + VP (Impf Ind Pl P1) => enc_ + "ontrábamos" ; --# notpresent + VP (Impf Ind Pl P2) => enc_ + "ontrabais" ; --# notpresent + VP (Impf Ind Pl P3) => enc_ + "ontraban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {enc_ + "ontrara" ; enc_ + "ontrase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {enc_ + "ontraras" ; enc_ + "ontrases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {enc_ + "ontrara" ; enc_ + "ontrase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {enc_ + "ontráramos" ; enc_ + "ontrásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {enc_ + "ontrarais" ; enc_ + "ontraseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {enc_ + "ontraran" ; enc_ + "ontrasen"} ; --# notpresent + VP (Pret Sg P1) => enc_ + "ontré" ; --# notpresent + VP (Pret Sg P2) => enc_ + "ontraste" ; --# notpresent + VP (Pret Sg P3) => enc_ + "ontró" ; --# notpresent + VP (Pret Pl P1) => enc_ + "ontramos" ; --# notpresent + VP (Pret Pl P2) => enc_ + "ontrasteis" ; --# notpresent + VP (Pret Pl P3) => enc_ + "ontraron" ; --# notpresent + VP (Fut Ind Sg P1) => enc_ + "ontraré" ; --# notpresent + VP (Fut Ind Sg P2) => enc_ + "ontrarás" ; --# notpresent + VP (Fut Ind Sg P3) => enc_ + "ontrará" ; --# notpresent + VP (Fut Ind Pl P1) => enc_ + "ontraremos" ; --# notpresent + VP (Fut Ind Pl P2) => enc_ + "ontraréis" ; --# notpresent + VP (Fut Ind Pl P3) => enc_ + "ontrarán" ; --# notpresent + VP (Fut Subj Sg P1) => enc_ + "ontrare" ; --# notpresent + VP (Fut Subj Sg P2) => enc_ + "ontrares" ; --# notpresent + VP (Fut Subj Sg P3) => enc_ + "ontrare" ; --# notpresent + VP (Fut Subj Pl P1) => enc_ + "ontráremos" ; --# notpresent + VP (Fut Subj Pl P2) => enc_ + "ontrareis" ; --# notpresent + VP (Fut Subj Pl P3) => enc_ + "ontraren" ; --# notpresent + VP (Cond Sg P1) => enc_ + "ontraría" ; --# notpresent + VP (Cond Sg P2) => enc_ + "ontrarías" ; --# notpresent + VP (Cond Sg P3) => enc_ + "ontraría" ; --# notpresent + VP (Cond Pl P1) => enc_ + "ontraríamos" ; --# notpresent + VP (Cond Pl P2) => enc_ + "ontraríais" ; --# notpresent + VP (Cond Pl P3) => enc_ + "ontrarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => enc_ + "uentra" ; VP (Imp Sg P3) => enc_ + "uentre" ; @@ -2676,42 +2676,42 @@ oper contar_38b : Str -> Verbum = \contar -> VP (Pres Subj Pl P1) => c_ + "ontemos" ; VP (Pres Subj Pl P2) => c_ + "ontéis" ; VP (Pres Subj Pl P3) => c_ + "uenten" ; - VP (Impf Ind Sg P1) => c_ + "ontaba" ; - VP (Impf Ind Sg P2) => c_ + "ontabas" ; - VP (Impf Ind Sg P3) => c_ + "ontaba" ; - VP (Impf Ind Pl P1) => c_ + "ontábamos" ; - VP (Impf Ind Pl P2) => c_ + "ontabais" ; - VP (Impf Ind Pl P3) => c_ + "ontaban" ; - VP (Impf Subj Sg P1) => variants {c_ + "ontara" ; c_ + "ontase"} ; - VP (Impf Subj Sg P2) => variants {c_ + "ontaras" ; c_ + "ontases"} ; - VP (Impf Subj Sg P3) => variants {c_ + "ontara" ; c_ + "ontase"} ; - VP (Impf Subj Pl P1) => variants {c_ + "ontáramos" ; c_ + "ontásemos"} ; - VP (Impf Subj Pl P2) => variants {c_ + "ontarais" ; c_ + "ontaseis"} ; - VP (Impf Subj Pl P3) => variants {c_ + "ontaran" ; c_ + "ontasen"} ; - VP (Pret Sg P1) => c_ + "onté" ; - VP (Pret Sg P2) => c_ + "ontaste" ; - VP (Pret Sg P3) => c_ + "ontó" ; - VP (Pret Pl P1) => c_ + "ontamos" ; - VP (Pret Pl P2) => c_ + "ontasteis" ; - VP (Pret Pl P3) => c_ + "ontaron" ; - VP (Fut Ind Sg P1) => c_ + "ontaré" ; - VP (Fut Ind Sg P2) => c_ + "ontarás" ; - VP (Fut Ind Sg P3) => c_ + "ontará" ; - VP (Fut Ind Pl P1) => c_ + "ontaremos" ; - VP (Fut Ind Pl P2) => c_ + "ontaréis" ; - VP (Fut Ind Pl P3) => c_ + "ontarán" ; - VP (Fut Subj Sg P1) => c_ + "ontare" ; - VP (Fut Subj Sg P2) => c_ + "ontares" ; - VP (Fut Subj Sg P3) => c_ + "ontare" ; - VP (Fut Subj Pl P1) => c_ + "ontáremos" ; - VP (Fut Subj Pl P2) => c_ + "ontareis" ; - VP (Fut Subj Pl P3) => c_ + "ontaren" ; - VP (Cond Sg P1) => c_ + "ontaría" ; - VP (Cond Sg P2) => c_ + "ontarías" ; - VP (Cond Sg P3) => c_ + "ontaría" ; - VP (Cond Pl P1) => c_ + "ontaríamos" ; - VP (Cond Pl P2) => c_ + "ontaríais" ; - VP (Cond Pl P3) => c_ + "ontarían" ; + VP (Impf Ind Sg P1) => c_ + "ontaba" ; --# notpresent + VP (Impf Ind Sg P2) => c_ + "ontabas" ; --# notpresent + VP (Impf Ind Sg P3) => c_ + "ontaba" ; --# notpresent + VP (Impf Ind Pl P1) => c_ + "ontábamos" ; --# notpresent + VP (Impf Ind Pl P2) => c_ + "ontabais" ; --# notpresent + VP (Impf Ind Pl P3) => c_ + "ontaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {c_ + "ontara" ; c_ + "ontase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {c_ + "ontaras" ; c_ + "ontases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {c_ + "ontara" ; c_ + "ontase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {c_ + "ontáramos" ; c_ + "ontásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {c_ + "ontarais" ; c_ + "ontaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {c_ + "ontaran" ; c_ + "ontasen"} ; --# notpresent + VP (Pret Sg P1) => c_ + "onté" ; --# notpresent + VP (Pret Sg P2) => c_ + "ontaste" ; --# notpresent + VP (Pret Sg P3) => c_ + "ontó" ; --# notpresent + VP (Pret Pl P1) => c_ + "ontamos" ; --# notpresent + VP (Pret Pl P2) => c_ + "ontasteis" ; --# notpresent + VP (Pret Pl P3) => c_ + "ontaron" ; --# notpresent + VP (Fut Ind Sg P1) => c_ + "ontaré" ; --# notpresent + VP (Fut Ind Sg P2) => c_ + "ontarás" ; --# notpresent + VP (Fut Ind Sg P3) => c_ + "ontará" ; --# notpresent + VP (Fut Ind Pl P1) => c_ + "ontaremos" ; --# notpresent + VP (Fut Ind Pl P2) => c_ + "ontaréis" ; --# notpresent + VP (Fut Ind Pl P3) => c_ + "ontarán" ; --# notpresent + VP (Fut Subj Sg P1) => c_ + "ontare" ; --# notpresent + VP (Fut Subj Sg P2) => c_ + "ontares" ; --# notpresent + VP (Fut Subj Sg P3) => c_ + "ontare" ; --# notpresent + VP (Fut Subj Pl P1) => c_ + "ontáremos" ; --# notpresent + VP (Fut Subj Pl P2) => c_ + "ontareis" ; --# notpresent + VP (Fut Subj Pl P3) => c_ + "ontaren" ; --# notpresent + VP (Cond Sg P1) => c_ + "ontaría" ; --# notpresent + VP (Cond Sg P2) => c_ + "ontarías" ; --# notpresent + VP (Cond Sg P3) => c_ + "ontaría" ; --# notpresent + VP (Cond Pl P1) => c_ + "ontaríamos" ; --# notpresent + VP (Cond Pl P2) => c_ + "ontaríais" ; --# notpresent + VP (Cond Pl P3) => c_ + "ontarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => c_ + "uenta" ; VP (Imp Sg P3) => c_ + "uente" ; @@ -2742,42 +2742,42 @@ oper enraizar_39 : Str -> Verbum = \enraizar -> VP (Pres Subj Pl P1) => enra_ + "icemos" ; VP (Pres Subj Pl P2) => enra_ + "icéis" ; VP (Pres Subj Pl P3) => enra_ + "ícen" ; - VP (Impf Ind Sg P1) => enra_ + "izaba" ; - VP (Impf Ind Sg P2) => enra_ + "izabas" ; - VP (Impf Ind Sg P3) => enra_ + "izaba" ; - VP (Impf Ind Pl P1) => enra_ + "izábamos" ; - VP (Impf Ind Pl P2) => enra_ + "izabais" ; - VP (Impf Ind Pl P3) => enra_ + "izaban" ; - VP (Impf Subj Sg P1) => variants {enra_ + "izara" ; enra_ + "izase"} ; - VP (Impf Subj Sg P2) => variants {enra_ + "izaras" ; enra_ + "izases"} ; - VP (Impf Subj Sg P3) => variants {enra_ + "izara" ; enra_ + "izase"} ; - VP (Impf Subj Pl P1) => variants {enra_ + "izáramos" ; enra_ + "izásemos"} ; - VP (Impf Subj Pl P2) => variants {enra_ + "izarais" ; enra_ + "izaseis"} ; - VP (Impf Subj Pl P3) => variants {enra_ + "izaran" ; enra_ + "izasen"} ; - VP (Pret Sg P1) => enra_ + "icé" ; - VP (Pret Sg P2) => enra_ + "izaste" ; - VP (Pret Sg P3) => enra_ + "izó" ; - VP (Pret Pl P1) => enra_ + "izamos" ; - VP (Pret Pl P2) => enra_ + "izasteis" ; - VP (Pret Pl P3) => enra_ + "izaron" ; - VP (Fut Ind Sg P1) => enra_ + "izaré" ; - VP (Fut Ind Sg P2) => enra_ + "izarás" ; - VP (Fut Ind Sg P3) => enra_ + "izará" ; - VP (Fut Ind Pl P1) => enra_ + "izaremos" ; - VP (Fut Ind Pl P2) => enra_ + "izaréis" ; - VP (Fut Ind Pl P3) => enra_ + "izarán" ; - VP (Fut Subj Sg P1) => enra_ + "izare" ; - VP (Fut Subj Sg P2) => enra_ + "izares" ; - VP (Fut Subj Sg P3) => enra_ + "izare" ; - VP (Fut Subj Pl P1) => enra_ + "izáremos" ; - VP (Fut Subj Pl P2) => enra_ + "izareis" ; - VP (Fut Subj Pl P3) => enra_ + "izaren" ; - VP (Cond Sg P1) => enra_ + "izaría" ; - VP (Cond Sg P2) => enra_ + "izarías" ; - VP (Cond Sg P3) => enra_ + "izaría" ; - VP (Cond Pl P1) => enra_ + "izaríamos" ; - VP (Cond Pl P2) => enra_ + "izaríais" ; - VP (Cond Pl P3) => enra_ + "izarían" ; + VP (Impf Ind Sg P1) => enra_ + "izaba" ; --# notpresent + VP (Impf Ind Sg P2) => enra_ + "izabas" ; --# notpresent + VP (Impf Ind Sg P3) => enra_ + "izaba" ; --# notpresent + VP (Impf Ind Pl P1) => enra_ + "izábamos" ; --# notpresent + VP (Impf Ind Pl P2) => enra_ + "izabais" ; --# notpresent + VP (Impf Ind Pl P3) => enra_ + "izaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {enra_ + "izara" ; enra_ + "izase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {enra_ + "izaras" ; enra_ + "izases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {enra_ + "izara" ; enra_ + "izase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {enra_ + "izáramos" ; enra_ + "izásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {enra_ + "izarais" ; enra_ + "izaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {enra_ + "izaran" ; enra_ + "izasen"} ; --# notpresent + VP (Pret Sg P1) => enra_ + "icé" ; --# notpresent + VP (Pret Sg P2) => enra_ + "izaste" ; --# notpresent + VP (Pret Sg P3) => enra_ + "izó" ; --# notpresent + VP (Pret Pl P1) => enra_ + "izamos" ; --# notpresent + VP (Pret Pl P2) => enra_ + "izasteis" ; --# notpresent + VP (Pret Pl P3) => enra_ + "izaron" ; --# notpresent + VP (Fut Ind Sg P1) => enra_ + "izaré" ; --# notpresent + VP (Fut Ind Sg P2) => enra_ + "izarás" ; --# notpresent + VP (Fut Ind Sg P3) => enra_ + "izará" ; --# notpresent + VP (Fut Ind Pl P1) => enra_ + "izaremos" ; --# notpresent + VP (Fut Ind Pl P2) => enra_ + "izaréis" ; --# notpresent + VP (Fut Ind Pl P3) => enra_ + "izarán" ; --# notpresent + VP (Fut Subj Sg P1) => enra_ + "izare" ; --# notpresent + VP (Fut Subj Sg P2) => enra_ + "izares" ; --# notpresent + VP (Fut Subj Sg P3) => enra_ + "izare" ; --# notpresent + VP (Fut Subj Pl P1) => enra_ + "izáremos" ; --# notpresent + VP (Fut Subj Pl P2) => enra_ + "izareis" ; --# notpresent + VP (Fut Subj Pl P3) => enra_ + "izaren" ; --# notpresent + VP (Cond Sg P1) => enra_ + "izaría" ; --# notpresent + VP (Cond Sg P2) => enra_ + "izarías" ; --# notpresent + VP (Cond Sg P3) => enra_ + "izaría" ; --# notpresent + VP (Cond Pl P1) => enra_ + "izaríamos" ; --# notpresent + VP (Cond Pl P2) => enra_ + "izaríais" ; --# notpresent + VP (Cond Pl P3) => enra_ + "izarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => enra_ + "íza" ; VP (Imp Sg P3) => enra_ + "íce" ; @@ -2808,42 +2808,42 @@ oper erguir_40 : Str -> Verbum = \erguir -> VP (Pres Subj Pl P1) => x_ + "irgamos" ; VP (Pres Subj Pl P2) => x_ + "irgáis" ; VP (Pres Subj Pl P3) => x_ + "yergan" ; - VP (Impf Ind Sg P1) => x_ + "erguía" ; - VP (Impf Ind Sg P2) => x_ + "erguías" ; - VP (Impf Ind Sg P3) => x_ + "erguía" ; - VP (Impf Ind Pl P1) => x_ + "erguíamos" ; - VP (Impf Ind Pl P2) => x_ + "erguíais" ; - VP (Impf Ind Pl P3) => x_ + "erguían" ; - VP (Impf Subj Sg P1) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; - VP (Impf Subj Sg P2) => variants {x_ + "irguieras" ; x_ + "irguieses"} ; - VP (Impf Subj Sg P3) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; - VP (Impf Subj Pl P1) => variants {x_ + "irguiéramos" ; x_ + "irguiésemos"} ; - VP (Impf Subj Pl P2) => variants {x_ + "irguierais" ; x_ + "irguieseis"} ; - VP (Impf Subj Pl P3) => variants {x_ + "irguieran" ; x_ + "irguiesen"} ; - VP (Pret Sg P1) => x_ + "erguí" ; - VP (Pret Sg P2) => x_ + "erguiste" ; - VP (Pret Sg P3) => x_ + "irguió" ; - VP (Pret Pl P1) => x_ + "erguimos" ; - VP (Pret Pl P2) => x_ + "erguisteis" ; - VP (Pret Pl P3) => x_ + "irguieron" ; - VP (Fut Ind Sg P1) => x_ + "erguiré" ; - VP (Fut Ind Sg P2) => x_ + "erguirás" ; - VP (Fut Ind Sg P3) => x_ + "erguirá" ; - VP (Fut Ind Pl P1) => x_ + "erguiremos" ; - VP (Fut Ind Pl P2) => x_ + "erguiréis" ; - VP (Fut Ind Pl P3) => x_ + "erguirán" ; - VP (Fut Subj Sg P1) => x_ + "irguiere" ; - VP (Fut Subj Sg P2) => x_ + "irguieres" ; - VP (Fut Subj Sg P3) => x_ + "irguiere" ; - VP (Fut Subj Pl P1) => x_ + "irguiéremos" ; - VP (Fut Subj Pl P2) => x_ + "irguiereis" ; - VP (Fut Subj Pl P3) => x_ + "irguieren" ; - VP (Cond Sg P1) => x_ + "erguiría" ; - VP (Cond Sg P2) => x_ + "erguirías" ; - VP (Cond Sg P3) => x_ + "erguiría" ; - VP (Cond Pl P1) => x_ + "erguiríamos" ; - VP (Cond Pl P2) => x_ + "erguiríais" ; - VP (Cond Pl P3) => x_ + "erguirían" ; + VP (Impf Ind Sg P1) => x_ + "erguía" ; --# notpresent + VP (Impf Ind Sg P2) => x_ + "erguías" ; --# notpresent + VP (Impf Ind Sg P3) => x_ + "erguía" ; --# notpresent + VP (Impf Ind Pl P1) => x_ + "erguíamos" ; --# notpresent + VP (Impf Ind Pl P2) => x_ + "erguíais" ; --# notpresent + VP (Impf Ind Pl P3) => x_ + "erguían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {x_ + "irguieras" ; x_ + "irguieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {x_ + "irguiéramos" ; x_ + "irguiésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {x_ + "irguierais" ; x_ + "irguieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {x_ + "irguieran" ; x_ + "irguiesen"} ; --# notpresent + VP (Pret Sg P1) => x_ + "erguí" ; --# notpresent + VP (Pret Sg P2) => x_ + "erguiste" ; --# notpresent + VP (Pret Sg P3) => x_ + "irguió" ; --# notpresent + VP (Pret Pl P1) => x_ + "erguimos" ; --# notpresent + VP (Pret Pl P2) => x_ + "erguisteis" ; --# notpresent + VP (Pret Pl P3) => x_ + "irguieron" ; --# notpresent + VP (Fut Ind Sg P1) => x_ + "erguiré" ; --# notpresent + VP (Fut Ind Sg P2) => x_ + "erguirás" ; --# notpresent + VP (Fut Ind Sg P3) => x_ + "erguirá" ; --# notpresent + VP (Fut Ind Pl P1) => x_ + "erguiremos" ; --# notpresent + VP (Fut Ind Pl P2) => x_ + "erguiréis" ; --# notpresent + VP (Fut Ind Pl P3) => x_ + "erguirán" ; --# notpresent + VP (Fut Subj Sg P1) => x_ + "irguiere" ; --# notpresent + VP (Fut Subj Sg P2) => x_ + "irguieres" ; --# notpresent + VP (Fut Subj Sg P3) => x_ + "irguiere" ; --# notpresent + VP (Fut Subj Pl P1) => x_ + "irguiéremos" ; --# notpresent + VP (Fut Subj Pl P2) => x_ + "irguiereis" ; --# notpresent + VP (Fut Subj Pl P3) => x_ + "irguieren" ; --# notpresent + VP (Cond Sg P1) => x_ + "erguiría" ; --# notpresent + VP (Cond Sg P2) => x_ + "erguirías" ; --# notpresent + VP (Cond Sg P3) => x_ + "erguiría" ; --# notpresent + VP (Cond Pl P1) => x_ + "erguiríamos" ; --# notpresent + VP (Cond Pl P2) => x_ + "erguiríais" ; --# notpresent + VP (Cond Pl P3) => x_ + "erguirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => x_ + "yergue" ; VP (Imp Sg P3) => x_ + "yerga" ; @@ -2874,42 +2874,42 @@ oper errar_41 : Str -> Verbum = \errar -> VP (Pres Subj Pl P1) => x_ + "erremos" ; VP (Pres Subj Pl P2) => x_ + "erréis" ; VP (Pres Subj Pl P3) => x_ + "yerren" ; - VP (Impf Ind Sg P1) => x_ + "erraba" ; - VP (Impf Ind Sg P2) => x_ + "errabas" ; - VP (Impf Ind Sg P3) => x_ + "erraba" ; - VP (Impf Ind Pl P1) => x_ + "errábamos" ; - VP (Impf Ind Pl P2) => x_ + "errabais" ; - VP (Impf Ind Pl P3) => x_ + "erraban" ; - VP (Impf Subj Sg P1) => variants {x_ + "errara" ; x_ + "errase"} ; - VP (Impf Subj Sg P2) => variants {x_ + "erraras" ; x_ + "errases"} ; - VP (Impf Subj Sg P3) => variants {x_ + "errara" ; x_ + "errase"} ; - VP (Impf Subj Pl P1) => variants {x_ + "erráramos" ; x_ + "errásemos"} ; - VP (Impf Subj Pl P2) => variants {x_ + "errarais" ; x_ + "erraseis"} ; - VP (Impf Subj Pl P3) => variants {x_ + "erraran" ; x_ + "errasen"} ; - VP (Pret Sg P1) => x_ + "erré" ; - VP (Pret Sg P2) => x_ + "erraste" ; - VP (Pret Sg P3) => x_ + "erró" ; - VP (Pret Pl P1) => x_ + "erramos" ; - VP (Pret Pl P2) => x_ + "errasteis" ; - VP (Pret Pl P3) => x_ + "erraron" ; - VP (Fut Ind Sg P1) => x_ + "erraré" ; - VP (Fut Ind Sg P2) => x_ + "errarás" ; - VP (Fut Ind Sg P3) => x_ + "errará" ; - VP (Fut Ind Pl P1) => x_ + "erraremos" ; - VP (Fut Ind Pl P2) => x_ + "erraréis" ; - VP (Fut Ind Pl P3) => x_ + "errarán" ; - VP (Fut Subj Sg P1) => x_ + "errare" ; - VP (Fut Subj Sg P2) => x_ + "errares" ; - VP (Fut Subj Sg P3) => x_ + "errare" ; - VP (Fut Subj Pl P1) => x_ + "erráremos" ; - VP (Fut Subj Pl P2) => x_ + "errareis" ; - VP (Fut Subj Pl P3) => x_ + "erraren" ; - VP (Cond Sg P1) => x_ + "erraría" ; - VP (Cond Sg P2) => x_ + "errarías" ; - VP (Cond Sg P3) => x_ + "erraría" ; - VP (Cond Pl P1) => x_ + "erraríamos" ; - VP (Cond Pl P2) => x_ + "erraríais" ; - VP (Cond Pl P3) => x_ + "errarían" ; + VP (Impf Ind Sg P1) => x_ + "erraba" ; --# notpresent + VP (Impf Ind Sg P2) => x_ + "errabas" ; --# notpresent + VP (Impf Ind Sg P3) => x_ + "erraba" ; --# notpresent + VP (Impf Ind Pl P1) => x_ + "errábamos" ; --# notpresent + VP (Impf Ind Pl P2) => x_ + "errabais" ; --# notpresent + VP (Impf Ind Pl P3) => x_ + "erraban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {x_ + "errara" ; x_ + "errase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {x_ + "erraras" ; x_ + "errases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {x_ + "errara" ; x_ + "errase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {x_ + "erráramos" ; x_ + "errásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {x_ + "errarais" ; x_ + "erraseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {x_ + "erraran" ; x_ + "errasen"} ; --# notpresent + VP (Pret Sg P1) => x_ + "erré" ; --# notpresent + VP (Pret Sg P2) => x_ + "erraste" ; --# notpresent + VP (Pret Sg P3) => x_ + "erró" ; --# notpresent + VP (Pret Pl P1) => x_ + "erramos" ; --# notpresent + VP (Pret Pl P2) => x_ + "errasteis" ; --# notpresent + VP (Pret Pl P3) => x_ + "erraron" ; --# notpresent + VP (Fut Ind Sg P1) => x_ + "erraré" ; --# notpresent + VP (Fut Ind Sg P2) => x_ + "errarás" ; --# notpresent + VP (Fut Ind Sg P3) => x_ + "errará" ; --# notpresent + VP (Fut Ind Pl P1) => x_ + "erraremos" ; --# notpresent + VP (Fut Ind Pl P2) => x_ + "erraréis" ; --# notpresent + VP (Fut Ind Pl P3) => x_ + "errarán" ; --# notpresent + VP (Fut Subj Sg P1) => x_ + "errare" ; --# notpresent + VP (Fut Subj Sg P2) => x_ + "errares" ; --# notpresent + VP (Fut Subj Sg P3) => x_ + "errare" ; --# notpresent + VP (Fut Subj Pl P1) => x_ + "erráremos" ; --# notpresent + VP (Fut Subj Pl P2) => x_ + "errareis" ; --# notpresent + VP (Fut Subj Pl P3) => x_ + "erraren" ; --# notpresent + VP (Cond Sg P1) => x_ + "erraría" ; --# notpresent + VP (Cond Sg P2) => x_ + "errarías" ; --# notpresent + VP (Cond Sg P3) => x_ + "erraría" ; --# notpresent + VP (Cond Pl P1) => x_ + "erraríamos" ; --# notpresent + VP (Cond Pl P2) => x_ + "erraríais" ; --# notpresent + VP (Cond Pl P3) => x_ + "errarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => x_ + "yerra" ; VP (Imp Sg P3) => x_ + "yerre" ; @@ -2940,42 +2940,42 @@ oper forzar_42 : Str -> Verbum = \forzar -> VP (Pres Subj Pl P1) => f_ + "orcemos" ; VP (Pres Subj Pl P2) => f_ + "orcéis" ; VP (Pres Subj Pl P3) => f_ + "uercen" ; - VP (Impf Ind Sg P1) => f_ + "orzaba" ; - VP (Impf Ind Sg P2) => f_ + "orzabas" ; - VP (Impf Ind Sg P3) => f_ + "orzaba" ; - VP (Impf Ind Pl P1) => f_ + "orzábamos" ; - VP (Impf Ind Pl P2) => f_ + "orzabais" ; - VP (Impf Ind Pl P3) => f_ + "orzaban" ; - VP (Impf Subj Sg P1) => variants {f_ + "orzara" ; f_ + "orzase"} ; - VP (Impf Subj Sg P2) => variants {f_ + "orzaras" ; f_ + "orzases"} ; - VP (Impf Subj Sg P3) => variants {f_ + "orzara" ; f_ + "orzase"} ; - VP (Impf Subj Pl P1) => variants {f_ + "orzáramos" ; f_ + "orzásemos"} ; - VP (Impf Subj Pl P2) => variants {f_ + "orzarais" ; f_ + "orzaseis"} ; - VP (Impf Subj Pl P3) => variants {f_ + "orzaran" ; f_ + "orzasen"} ; - VP (Pret Sg P1) => f_ + "orcé" ; - VP (Pret Sg P2) => f_ + "orzaste" ; - VP (Pret Sg P3) => f_ + "orzó" ; - VP (Pret Pl P1) => f_ + "orzamos" ; - VP (Pret Pl P2) => f_ + "orzasteis" ; - VP (Pret Pl P3) => f_ + "orzaron" ; - VP (Fut Ind Sg P1) => f_ + "orzaré" ; - VP (Fut Ind Sg P2) => f_ + "orzarás" ; - VP (Fut Ind Sg P3) => f_ + "orzará" ; - VP (Fut Ind Pl P1) => f_ + "orzaremos" ; - VP (Fut Ind Pl P2) => f_ + "orzaréis" ; - VP (Fut Ind Pl P3) => f_ + "orzarán" ; - VP (Fut Subj Sg P1) => f_ + "orzare" ; - VP (Fut Subj Sg P2) => f_ + "orzares" ; - VP (Fut Subj Sg P3) => f_ + "orzare" ; - VP (Fut Subj Pl P1) => f_ + "orzáremos" ; - VP (Fut Subj Pl P2) => f_ + "orzareis" ; - VP (Fut Subj Pl P3) => f_ + "orzaren" ; - VP (Cond Sg P1) => f_ + "orzaría" ; - VP (Cond Sg P2) => f_ + "orzarías" ; - VP (Cond Sg P3) => f_ + "orzaría" ; - VP (Cond Pl P1) => f_ + "orzaríamos" ; - VP (Cond Pl P2) => f_ + "orzaríais" ; - VP (Cond Pl P3) => f_ + "orzarían" ; + VP (Impf Ind Sg P1) => f_ + "orzaba" ; --# notpresent + VP (Impf Ind Sg P2) => f_ + "orzabas" ; --# notpresent + VP (Impf Ind Sg P3) => f_ + "orzaba" ; --# notpresent + VP (Impf Ind Pl P1) => f_ + "orzábamos" ; --# notpresent + VP (Impf Ind Pl P2) => f_ + "orzabais" ; --# notpresent + VP (Impf Ind Pl P3) => f_ + "orzaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {f_ + "orzara" ; f_ + "orzase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {f_ + "orzaras" ; f_ + "orzases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {f_ + "orzara" ; f_ + "orzase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {f_ + "orzáramos" ; f_ + "orzásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {f_ + "orzarais" ; f_ + "orzaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {f_ + "orzaran" ; f_ + "orzasen"} ; --# notpresent + VP (Pret Sg P1) => f_ + "orcé" ; --# notpresent + VP (Pret Sg P2) => f_ + "orzaste" ; --# notpresent + VP (Pret Sg P3) => f_ + "orzó" ; --# notpresent + VP (Pret Pl P1) => f_ + "orzamos" ; --# notpresent + VP (Pret Pl P2) => f_ + "orzasteis" ; --# notpresent + VP (Pret Pl P3) => f_ + "orzaron" ; --# notpresent + VP (Fut Ind Sg P1) => f_ + "orzaré" ; --# notpresent + VP (Fut Ind Sg P2) => f_ + "orzarás" ; --# notpresent + VP (Fut Ind Sg P3) => f_ + "orzará" ; --# notpresent + VP (Fut Ind Pl P1) => f_ + "orzaremos" ; --# notpresent + VP (Fut Ind Pl P2) => f_ + "orzaréis" ; --# notpresent + VP (Fut Ind Pl P3) => f_ + "orzarán" ; --# notpresent + VP (Fut Subj Sg P1) => f_ + "orzare" ; --# notpresent + VP (Fut Subj Sg P2) => f_ + "orzares" ; --# notpresent + VP (Fut Subj Sg P3) => f_ + "orzare" ; --# notpresent + VP (Fut Subj Pl P1) => f_ + "orzáremos" ; --# notpresent + VP (Fut Subj Pl P2) => f_ + "orzareis" ; --# notpresent + VP (Fut Subj Pl P3) => f_ + "orzaren" ; --# notpresent + VP (Cond Sg P1) => f_ + "orzaría" ; --# notpresent + VP (Cond Sg P2) => f_ + "orzarías" ; --# notpresent + VP (Cond Sg P3) => f_ + "orzaría" ; --# notpresent + VP (Cond Pl P1) => f_ + "orzaríamos" ; --# notpresent + VP (Cond Pl P2) => f_ + "orzaríais" ; --# notpresent + VP (Cond Pl P3) => f_ + "orzarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => f_ + "uerza" ; VP (Imp Sg P3) => f_ + "uerce" ; @@ -3006,42 +3006,42 @@ oper guiar_43 : Str -> Verbum = \guiar -> VP (Pres Subj Pl P1) => gu_ + "iemos" ; VP (Pres Subj Pl P2) => gu_ + "iéis" ; VP (Pres Subj Pl P3) => gu_ + "íen" ; - VP (Impf Ind Sg P1) => gu_ + "iaba" ; - VP (Impf Ind Sg P2) => gu_ + "iabas" ; - VP (Impf Ind Sg P3) => gu_ + "iaba" ; - VP (Impf Ind Pl P1) => gu_ + "iábamos" ; - VP (Impf Ind Pl P2) => gu_ + "iabais" ; - VP (Impf Ind Pl P3) => gu_ + "iaban" ; - VP (Impf Subj Sg P1) => variants {gu_ + "iara" ; gu_ + "iase"} ; - VP (Impf Subj Sg P2) => variants {gu_ + "iaras" ; gu_ + "iases"} ; - VP (Impf Subj Sg P3) => variants {gu_ + "iara" ; gu_ + "iase"} ; - VP (Impf Subj Pl P1) => variants {gu_ + "iáramos" ; gu_ + "iásemos"} ; - VP (Impf Subj Pl P2) => variants {gu_ + "iarais" ; gu_ + "iaseis"} ; - VP (Impf Subj Pl P3) => variants {gu_ + "iaran" ; gu_ + "iasen"} ; - VP (Pret Sg P1) => gu_ + "ié" ; - VP (Pret Sg P2) => gu_ + "iaste" ; - VP (Pret Sg P3) => gu_ + "ió" ; - VP (Pret Pl P1) => gu_ + "iamos" ; - VP (Pret Pl P2) => gu_ + "iasteis" ; - VP (Pret Pl P3) => gu_ + "iaron" ; - VP (Fut Ind Sg P1) => gu_ + "iaré" ; - VP (Fut Ind Sg P2) => gu_ + "iarás" ; - VP (Fut Ind Sg P3) => gu_ + "iará" ; - VP (Fut Ind Pl P1) => gu_ + "iaremos" ; - VP (Fut Ind Pl P2) => gu_ + "iaréis" ; - VP (Fut Ind Pl P3) => gu_ + "iarán" ; - VP (Fut Subj Sg P1) => gu_ + "iare" ; - VP (Fut Subj Sg P2) => gu_ + "iares" ; - VP (Fut Subj Sg P3) => gu_ + "iare" ; - VP (Fut Subj Pl P1) => gu_ + "iáremos" ; - VP (Fut Subj Pl P2) => gu_ + "iareis" ; - VP (Fut Subj Pl P3) => gu_ + "iaren" ; - VP (Cond Sg P1) => gu_ + "iaría" ; - VP (Cond Sg P2) => gu_ + "iarías" ; - VP (Cond Sg P3) => gu_ + "iaría" ; - VP (Cond Pl P1) => gu_ + "iaríamos" ; - VP (Cond Pl P2) => gu_ + "iaríais" ; - VP (Cond Pl P3) => gu_ + "iarían" ; + VP (Impf Ind Sg P1) => gu_ + "iaba" ; --# notpresent + VP (Impf Ind Sg P2) => gu_ + "iabas" ; --# notpresent + VP (Impf Ind Sg P3) => gu_ + "iaba" ; --# notpresent + VP (Impf Ind Pl P1) => gu_ + "iábamos" ; --# notpresent + VP (Impf Ind Pl P2) => gu_ + "iabais" ; --# notpresent + VP (Impf Ind Pl P3) => gu_ + "iaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {gu_ + "iara" ; gu_ + "iase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {gu_ + "iaras" ; gu_ + "iases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {gu_ + "iara" ; gu_ + "iase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {gu_ + "iáramos" ; gu_ + "iásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {gu_ + "iarais" ; gu_ + "iaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {gu_ + "iaran" ; gu_ + "iasen"} ; --# notpresent + VP (Pret Sg P1) => gu_ + "ié" ; --# notpresent + VP (Pret Sg P2) => gu_ + "iaste" ; --# notpresent + VP (Pret Sg P3) => gu_ + "ió" ; --# notpresent + VP (Pret Pl P1) => gu_ + "iamos" ; --# notpresent + VP (Pret Pl P2) => gu_ + "iasteis" ; --# notpresent + VP (Pret Pl P3) => gu_ + "iaron" ; --# notpresent + VP (Fut Ind Sg P1) => gu_ + "iaré" ; --# notpresent + VP (Fut Ind Sg P2) => gu_ + "iarás" ; --# notpresent + VP (Fut Ind Sg P3) => gu_ + "iará" ; --# notpresent + VP (Fut Ind Pl P1) => gu_ + "iaremos" ; --# notpresent + VP (Fut Ind Pl P2) => gu_ + "iaréis" ; --# notpresent + VP (Fut Ind Pl P3) => gu_ + "iarán" ; --# notpresent + VP (Fut Subj Sg P1) => gu_ + "iare" ; --# notpresent + VP (Fut Subj Sg P2) => gu_ + "iares" ; --# notpresent + VP (Fut Subj Sg P3) => gu_ + "iare" ; --# notpresent + VP (Fut Subj Pl P1) => gu_ + "iáremos" ; --# notpresent + VP (Fut Subj Pl P2) => gu_ + "iareis" ; --# notpresent + VP (Fut Subj Pl P3) => gu_ + "iaren" ; --# notpresent + VP (Cond Sg P1) => gu_ + "iaría" ; --# notpresent + VP (Cond Sg P2) => gu_ + "iarías" ; --# notpresent + VP (Cond Sg P3) => gu_ + "iaría" ; --# notpresent + VP (Cond Pl P1) => gu_ + "iaríamos" ; --# notpresent + VP (Cond Pl P2) => gu_ + "iaríais" ; --# notpresent + VP (Cond Pl P3) => gu_ + "iarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => gu_ + "ía" ; VP (Imp Sg P3) => gu_ + "íe" ; @@ -3072,42 +3072,42 @@ oper hacer_44 : Str -> Verbum = \hacer -> VP (Pres Subj Pl P1) => h_ + "agamos" ; VP (Pres Subj Pl P2) => h_ + "agáis" ; VP (Pres Subj Pl P3) => h_ + "agan" ; - VP (Impf Ind Sg P1) => h_ + "acía" ; - VP (Impf Ind Sg P2) => h_ + "acías" ; - VP (Impf Ind Sg P3) => h_ + "acía" ; - VP (Impf Ind Pl P1) => h_ + "acíamos" ; - VP (Impf Ind Pl P2) => h_ + "acíais" ; - VP (Impf Ind Pl P3) => h_ + "acían" ; - VP (Impf Subj Sg P1) => variants {h_ + "iciera" ; h_ + "iciese"} ; - VP (Impf Subj Sg P2) => variants {h_ + "icieras" ; h_ + "icieses"} ; - VP (Impf Subj Sg P3) => variants {h_ + "iciera" ; h_ + "iciese"} ; - VP (Impf Subj Pl P1) => variants {h_ + "iciéramos" ; h_ + "iciésemos"} ; - VP (Impf Subj Pl P2) => variants {h_ + "icierais" ; h_ + "icieseis"} ; - VP (Impf Subj Pl P3) => variants {h_ + "icieran" ; h_ + "iciesen"} ; - VP (Pret Sg P1) => h_ + "ice" ; - VP (Pret Sg P2) => h_ + "iciste" ; - VP (Pret Sg P3) => h_ + "izo" ; - VP (Pret Pl P1) => h_ + "icimos" ; - VP (Pret Pl P2) => h_ + "icisteis" ; - VP (Pret Pl P3) => h_ + "icieron" ; - VP (Fut Ind Sg P1) => h_ + "aré" ; - VP (Fut Ind Sg P2) => h_ + "arás" ; - VP (Fut Ind Sg P3) => h_ + "ará" ; - VP (Fut Ind Pl P1) => h_ + "aremos" ; - VP (Fut Ind Pl P2) => h_ + "aréis" ; - VP (Fut Ind Pl P3) => h_ + "arán" ; - VP (Fut Subj Sg P1) => h_ + "iciere" ; - VP (Fut Subj Sg P2) => h_ + "icieres" ; - VP (Fut Subj Sg P3) => h_ + "iciere" ; - VP (Fut Subj Pl P1) => h_ + "iciéremos" ; - VP (Fut Subj Pl P2) => h_ + "iciereis" ; - VP (Fut Subj Pl P3) => h_ + "icieren" ; - VP (Cond Sg P1) => h_ + "aría" ; - VP (Cond Sg P2) => h_ + "arías" ; - VP (Cond Sg P3) => h_ + "aría" ; - VP (Cond Pl P1) => h_ + "aríamos" ; - VP (Cond Pl P2) => h_ + "aríais" ; - VP (Cond Pl P3) => h_ + "arían" ; + VP (Impf Ind Sg P1) => h_ + "acía" ; --# notpresent + VP (Impf Ind Sg P2) => h_ + "acías" ; --# notpresent + VP (Impf Ind Sg P3) => h_ + "acía" ; --# notpresent + VP (Impf Ind Pl P1) => h_ + "acíamos" ; --# notpresent + VP (Impf Ind Pl P2) => h_ + "acíais" ; --# notpresent + VP (Impf Ind Pl P3) => h_ + "acían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {h_ + "iciera" ; h_ + "iciese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {h_ + "icieras" ; h_ + "icieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {h_ + "iciera" ; h_ + "iciese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {h_ + "iciéramos" ; h_ + "iciésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {h_ + "icierais" ; h_ + "icieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {h_ + "icieran" ; h_ + "iciesen"} ; --# notpresent + VP (Pret Sg P1) => h_ + "ice" ; --# notpresent + VP (Pret Sg P2) => h_ + "iciste" ; --# notpresent + VP (Pret Sg P3) => h_ + "izo" ; --# notpresent + VP (Pret Pl P1) => h_ + "icimos" ; --# notpresent + VP (Pret Pl P2) => h_ + "icisteis" ; --# notpresent + VP (Pret Pl P3) => h_ + "icieron" ; --# notpresent + VP (Fut Ind Sg P1) => h_ + "aré" ; --# notpresent + VP (Fut Ind Sg P2) => h_ + "arás" ; --# notpresent + VP (Fut Ind Sg P3) => h_ + "ará" ; --# notpresent + VP (Fut Ind Pl P1) => h_ + "aremos" ; --# notpresent + VP (Fut Ind Pl P2) => h_ + "aréis" ; --# notpresent + VP (Fut Ind Pl P3) => h_ + "arán" ; --# notpresent + VP (Fut Subj Sg P1) => h_ + "iciere" ; --# notpresent + VP (Fut Subj Sg P2) => h_ + "icieres" ; --# notpresent + VP (Fut Subj Sg P3) => h_ + "iciere" ; --# notpresent + VP (Fut Subj Pl P1) => h_ + "iciéremos" ; --# notpresent + VP (Fut Subj Pl P2) => h_ + "iciereis" ; --# notpresent + VP (Fut Subj Pl P3) => h_ + "icieren" ; --# notpresent + VP (Cond Sg P1) => h_ + "aría" ; --# notpresent + VP (Cond Sg P2) => h_ + "arías" ; --# notpresent + VP (Cond Sg P3) => h_ + "aría" ; --# notpresent + VP (Cond Pl P1) => h_ + "aríamos" ; --# notpresent + VP (Cond Pl P2) => h_ + "aríais" ; --# notpresent + VP (Cond Pl P3) => h_ + "arían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => h_ + "az" ; VP (Imp Sg P3) => h_ + "aga" ; @@ -3138,42 +3138,42 @@ oper influir_45 : Str -> Verbum = \influir -> VP (Pres Subj Pl P1) => influ_ + "yamos" ; VP (Pres Subj Pl P2) => influ_ + "yáis" ; VP (Pres Subj Pl P3) => influ_ + "yan" ; - VP (Impf Ind Sg P1) => influ_ + "ía" ; - VP (Impf Ind Sg P2) => influ_ + "ías" ; - VP (Impf Ind Sg P3) => influ_ + "ía" ; - VP (Impf Ind Pl P1) => influ_ + "íamos" ; - VP (Impf Ind Pl P2) => influ_ + "íais" ; - VP (Impf Ind Pl P3) => influ_ + "ían" ; - VP (Impf Subj Sg P1) => variants {influ_ + "yera" ; influ_ + "yese"} ; - VP (Impf Subj Sg P2) => variants {influ_ + "yeras" ; influ_ + "yeses"} ; - VP (Impf Subj Sg P3) => variants {influ_ + "yera" ; influ_ + "yese"} ; - VP (Impf Subj Pl P1) => variants {influ_ + "yéramos" ; influ_ + "yésemos"} ; - VP (Impf Subj Pl P2) => variants {influ_ + "yerais" ; influ_ + "yeseis"} ; - VP (Impf Subj Pl P3) => variants {influ_ + "yeran" ; influ_ + "yesen"} ; - VP (Pret Sg P1) => influ_ + "í" ; - VP (Pret Sg P2) => influ_ + "iste" ; - VP (Pret Sg P3) => influ_ + "yó" ; - VP (Pret Pl P1) => influ_ + "imos" ; - VP (Pret Pl P2) => influ_ + "isteis" ; - VP (Pret Pl P3) => influ_ + "yeron" ; - VP (Fut Ind Sg P1) => influ_ + "iré" ; - VP (Fut Ind Sg P2) => influ_ + "irás" ; - VP (Fut Ind Sg P3) => influ_ + "irá" ; - VP (Fut Ind Pl P1) => influ_ + "iremos" ; - VP (Fut Ind Pl P2) => influ_ + "iréis" ; - VP (Fut Ind Pl P3) => influ_ + "irán" ; - VP (Fut Subj Sg P1) => influ_ + "yere" ; - VP (Fut Subj Sg P2) => influ_ + "yeres" ; - VP (Fut Subj Sg P3) => influ_ + "yere" ; - VP (Fut Subj Pl P1) => influ_ + "yéremos" ; - VP (Fut Subj Pl P2) => influ_ + "yereis" ; - VP (Fut Subj Pl P3) => influ_ + "yeren" ; - VP (Cond Sg P1) => influ_ + "iría" ; - VP (Cond Sg P2) => influ_ + "irías" ; - VP (Cond Sg P3) => influ_ + "iría" ; - VP (Cond Pl P1) => influ_ + "iríamos" ; - VP (Cond Pl P2) => influ_ + "iríais" ; - VP (Cond Pl P3) => influ_ + "irían" ; + VP (Impf Ind Sg P1) => influ_ + "ía" ; --# notpresent + VP (Impf Ind Sg P2) => influ_ + "ías" ; --# notpresent + VP (Impf Ind Sg P3) => influ_ + "ía" ; --# notpresent + VP (Impf Ind Pl P1) => influ_ + "íamos" ; --# notpresent + VP (Impf Ind Pl P2) => influ_ + "íais" ; --# notpresent + VP (Impf Ind Pl P3) => influ_ + "ían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {influ_ + "yera" ; influ_ + "yese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {influ_ + "yeras" ; influ_ + "yeses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {influ_ + "yera" ; influ_ + "yese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {influ_ + "yéramos" ; influ_ + "yésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {influ_ + "yerais" ; influ_ + "yeseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {influ_ + "yeran" ; influ_ + "yesen"} ; --# notpresent + VP (Pret Sg P1) => influ_ + "í" ; --# notpresent + VP (Pret Sg P2) => influ_ + "iste" ; --# notpresent + VP (Pret Sg P3) => influ_ + "yó" ; --# notpresent + VP (Pret Pl P1) => influ_ + "imos" ; --# notpresent + VP (Pret Pl P2) => influ_ + "isteis" ; --# notpresent + VP (Pret Pl P3) => influ_ + "yeron" ; --# notpresent + VP (Fut Ind Sg P1) => influ_ + "iré" ; --# notpresent + VP (Fut Ind Sg P2) => influ_ + "irás" ; --# notpresent + VP (Fut Ind Sg P3) => influ_ + "irá" ; --# notpresent + VP (Fut Ind Pl P1) => influ_ + "iremos" ; --# notpresent + VP (Fut Ind Pl P2) => influ_ + "iréis" ; --# notpresent + VP (Fut Ind Pl P3) => influ_ + "irán" ; --# notpresent + VP (Fut Subj Sg P1) => influ_ + "yere" ; --# notpresent + VP (Fut Subj Sg P2) => influ_ + "yeres" ; --# notpresent + VP (Fut Subj Sg P3) => influ_ + "yere" ; --# notpresent + VP (Fut Subj Pl P1) => influ_ + "yéremos" ; --# notpresent + VP (Fut Subj Pl P2) => influ_ + "yereis" ; --# notpresent + VP (Fut Subj Pl P3) => influ_ + "yeren" ; --# notpresent + VP (Cond Sg P1) => influ_ + "iría" ; --# notpresent + VP (Cond Sg P2) => influ_ + "irías" ; --# notpresent + VP (Cond Sg P3) => influ_ + "iría" ; --# notpresent + VP (Cond Pl P1) => influ_ + "iríamos" ; --# notpresent + VP (Cond Pl P2) => influ_ + "iríais" ; --# notpresent + VP (Cond Pl P3) => influ_ + "irían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => influ_ + "ye" ; VP (Imp Sg P3) => influ_ + "ya" ; @@ -3204,42 +3204,42 @@ oper ir_46 : Str -> Verbum = \ir -> VP (Pres Subj Pl P1) => x_ + "vayamos" ; VP (Pres Subj Pl P2) => x_ + "vayáis" ; VP (Pres Subj Pl P3) => x_ + "vayan" ; - VP (Impf Ind Sg P1) => x_ + "iba" ; - VP (Impf Ind Sg P2) => x_ + "ibas" ; - VP (Impf Ind Sg P3) => x_ + "iba" ; - VP (Impf Ind Pl P1) => x_ + "íbamos" ; - VP (Impf Ind Pl P2) => x_ + "ibais" ; - VP (Impf Ind Pl P3) => x_ + "iban" ; - VP (Impf Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; - VP (Impf Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; - VP (Impf Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; - VP (Impf Subj Pl P1) => variants {x_ + "fuéramos" ; x_ + "fuésemos"} ; - VP (Impf Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; - VP (Impf Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; - VP (Pret Sg P1) => x_ + "fui" ; - VP (Pret Sg P2) => x_ + "fuiste" ; - VP (Pret Sg P3) => x_ + "fue" ; - VP (Pret Pl P1) => x_ + "fuimos" ; - VP (Pret Pl P2) => x_ + "fuisteis" ; - VP (Pret Pl P3) => x_ + "fueron" ; - VP (Fut Ind Sg P1) => x_ + "iré" ; - VP (Fut Ind Sg P2) => x_ + "irás" ; - VP (Fut Ind Sg P3) => x_ + "irá" ; - VP (Fut Ind Pl P1) => x_ + "iremos" ; - VP (Fut Ind Pl P2) => x_ + "iréis" ; - VP (Fut Ind Pl P3) => x_ + "irán" ; - VP (Fut Subj Sg P1) => x_ + "fuere" ; - VP (Fut Subj Sg P2) => x_ + "fueres" ; - VP (Fut Subj Sg P3) => x_ + "fuere" ; - VP (Fut Subj Pl P1) => x_ + "fuéremos" ; - VP (Fut Subj Pl P2) => x_ + "fuereis" ; - VP (Fut Subj Pl P3) => x_ + "fueren" ; - VP (Cond Sg P1) => x_ + "iría" ; - VP (Cond Sg P2) => x_ + "irías" ; - VP (Cond Sg P3) => x_ + "iría" ; - VP (Cond Pl P1) => x_ + "iríamos" ; - VP (Cond Pl P2) => x_ + "iríais" ; - VP (Cond Pl P3) => x_ + "irían" ; + VP (Impf Ind Sg P1) => x_ + "iba" ; --# notpresent + VP (Impf Ind Sg P2) => x_ + "ibas" ; --# notpresent + VP (Impf Ind Sg P3) => x_ + "iba" ; --# notpresent + VP (Impf Ind Pl P1) => x_ + "íbamos" ; --# notpresent + VP (Impf Ind Pl P2) => x_ + "ibais" ; --# notpresent + VP (Impf Ind Pl P3) => x_ + "iban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {x_ + "fuéramos" ; x_ + "fuésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; --# notpresent + VP (Pret Sg P1) => x_ + "fui" ; --# notpresent + VP (Pret Sg P2) => x_ + "fuiste" ; --# notpresent + VP (Pret Sg P3) => x_ + "fue" ; --# notpresent + VP (Pret Pl P1) => x_ + "fuimos" ; --# notpresent + VP (Pret Pl P2) => x_ + "fuisteis" ; --# notpresent + VP (Pret Pl P3) => x_ + "fueron" ; --# notpresent + VP (Fut Ind Sg P1) => x_ + "iré" ; --# notpresent + VP (Fut Ind Sg P2) => x_ + "irás" ; --# notpresent + VP (Fut Ind Sg P3) => x_ + "irá" ; --# notpresent + VP (Fut Ind Pl P1) => x_ + "iremos" ; --# notpresent + VP (Fut Ind Pl P2) => x_ + "iréis" ; --# notpresent + VP (Fut Ind Pl P3) => x_ + "irán" ; --# notpresent + VP (Fut Subj Sg P1) => x_ + "fuere" ; --# notpresent + VP (Fut Subj Sg P2) => x_ + "fueres" ; --# notpresent + VP (Fut Subj Sg P3) => x_ + "fuere" ; --# notpresent + VP (Fut Subj Pl P1) => x_ + "fuéremos" ; --# notpresent + VP (Fut Subj Pl P2) => x_ + "fuereis" ; --# notpresent + VP (Fut Subj Pl P3) => x_ + "fueren" ; --# notpresent + VP (Cond Sg P1) => x_ + "iría" ; --# notpresent + VP (Cond Sg P2) => x_ + "irías" ; --# notpresent + VP (Cond Sg P3) => x_ + "iría" ; --# notpresent + VP (Cond Pl P1) => x_ + "iríamos" ; --# notpresent + VP (Cond Pl P2) => x_ + "iríais" ; --# notpresent + VP (Cond Pl P3) => x_ + "irían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => x_ + "ve" ; VP (Imp Sg P3) => x_ + "vaya" ; @@ -3270,42 +3270,42 @@ oper jugar_47 : Str -> Verbum = \jugar -> VP (Pres Subj Pl P1) => ju_ + "guemos" ; VP (Pres Subj Pl P2) => ju_ + "guéis" ; VP (Pres Subj Pl P3) => ju_ + "eguen" ; - VP (Impf Ind Sg P1) => ju_ + "gaba" ; - VP (Impf Ind Sg P2) => ju_ + "gabas" ; - VP (Impf Ind Sg P3) => ju_ + "gaba" ; - VP (Impf Ind Pl P1) => ju_ + "gábamos" ; - VP (Impf Ind Pl P2) => ju_ + "gabais" ; - VP (Impf Ind Pl P3) => ju_ + "gaban" ; - VP (Impf Subj Sg P1) => variants {ju_ + "gara" ; ju_ + "gase"} ; - VP (Impf Subj Sg P2) => variants {ju_ + "garas" ; ju_ + "gases"} ; - VP (Impf Subj Sg P3) => variants {ju_ + "gara" ; ju_ + "gase"} ; - VP (Impf Subj Pl P1) => variants {ju_ + "gáramos" ; ju_ + "gásemos"} ; - VP (Impf Subj Pl P2) => variants {ju_ + "garais" ; ju_ + "gaseis"} ; - VP (Impf Subj Pl P3) => variants {ju_ + "garan" ; ju_ + "gasen"} ; - VP (Pret Sg P1) => ju_ + "gué" ; - VP (Pret Sg P2) => ju_ + "gaste" ; - VP (Pret Sg P3) => ju_ + "gó" ; - VP (Pret Pl P1) => ju_ + "gamos" ; - VP (Pret Pl P2) => ju_ + "gasteis" ; - VP (Pret Pl P3) => ju_ + "garon" ; - VP (Fut Ind Sg P1) => ju_ + "garé" ; - VP (Fut Ind Sg P2) => ju_ + "garás" ; - VP (Fut Ind Sg P3) => ju_ + "gará" ; - VP (Fut Ind Pl P1) => ju_ + "garemos" ; - VP (Fut Ind Pl P2) => ju_ + "garéis" ; - VP (Fut Ind Pl P3) => ju_ + "garán" ; - VP (Fut Subj Sg P1) => ju_ + "gare" ; - VP (Fut Subj Sg P2) => ju_ + "gares" ; - VP (Fut Subj Sg P3) => ju_ + "gare" ; - VP (Fut Subj Pl P1) => ju_ + "gáremos" ; - VP (Fut Subj Pl P2) => ju_ + "gareis" ; - VP (Fut Subj Pl P3) => ju_ + "garen" ; - VP (Cond Sg P1) => ju_ + "garía" ; - VP (Cond Sg P2) => ju_ + "garías" ; - VP (Cond Sg P3) => ju_ + "garía" ; - VP (Cond Pl P1) => ju_ + "garíamos" ; - VP (Cond Pl P2) => ju_ + "garíais" ; - VP (Cond Pl P3) => ju_ + "garían" ; + VP (Impf Ind Sg P1) => ju_ + "gaba" ; --# notpresent + VP (Impf Ind Sg P2) => ju_ + "gabas" ; --# notpresent + VP (Impf Ind Sg P3) => ju_ + "gaba" ; --# notpresent + VP (Impf Ind Pl P1) => ju_ + "gábamos" ; --# notpresent + VP (Impf Ind Pl P2) => ju_ + "gabais" ; --# notpresent + VP (Impf Ind Pl P3) => ju_ + "gaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {ju_ + "gara" ; ju_ + "gase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {ju_ + "garas" ; ju_ + "gases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {ju_ + "gara" ; ju_ + "gase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {ju_ + "gáramos" ; ju_ + "gásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {ju_ + "garais" ; ju_ + "gaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {ju_ + "garan" ; ju_ + "gasen"} ; --# notpresent + VP (Pret Sg P1) => ju_ + "gué" ; --# notpresent + VP (Pret Sg P2) => ju_ + "gaste" ; --# notpresent + VP (Pret Sg P3) => ju_ + "gó" ; --# notpresent + VP (Pret Pl P1) => ju_ + "gamos" ; --# notpresent + VP (Pret Pl P2) => ju_ + "gasteis" ; --# notpresent + VP (Pret Pl P3) => ju_ + "garon" ; --# notpresent + VP (Fut Ind Sg P1) => ju_ + "garé" ; --# notpresent + VP (Fut Ind Sg P2) => ju_ + "garás" ; --# notpresent + VP (Fut Ind Sg P3) => ju_ + "gará" ; --# notpresent + VP (Fut Ind Pl P1) => ju_ + "garemos" ; --# notpresent + VP (Fut Ind Pl P2) => ju_ + "garéis" ; --# notpresent + VP (Fut Ind Pl P3) => ju_ + "garán" ; --# notpresent + VP (Fut Subj Sg P1) => ju_ + "gare" ; --# notpresent + VP (Fut Subj Sg P2) => ju_ + "gares" ; --# notpresent + VP (Fut Subj Sg P3) => ju_ + "gare" ; --# notpresent + VP (Fut Subj Pl P1) => ju_ + "gáremos" ; --# notpresent + VP (Fut Subj Pl P2) => ju_ + "gareis" ; --# notpresent + VP (Fut Subj Pl P3) => ju_ + "garen" ; --# notpresent + VP (Cond Sg P1) => ju_ + "garía" ; --# notpresent + VP (Cond Sg P2) => ju_ + "garías" ; --# notpresent + VP (Cond Sg P3) => ju_ + "garía" ; --# notpresent + VP (Cond Pl P1) => ju_ + "garíamos" ; --# notpresent + VP (Cond Pl P2) => ju_ + "garíais" ; --# notpresent + VP (Cond Pl P3) => ju_ + "garían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => ju_ + "ega" ; VP (Imp Sg P3) => ju_ + "egue" ; @@ -3336,42 +3336,42 @@ oper lucir_48 : Str -> Verbum = \lucir -> VP (Pres Subj Pl P1) => lu_ + "zcamos" ; VP (Pres Subj Pl P2) => lu_ + "zcáis" ; VP (Pres Subj Pl P3) => lu_ + "zcan" ; - VP (Impf Ind Sg P1) => lu_ + "cía" ; - VP (Impf Ind Sg P2) => lu_ + "cías" ; - VP (Impf Ind Sg P3) => lu_ + "cía" ; - VP (Impf Ind Pl P1) => lu_ + "cíamos" ; - VP (Impf Ind Pl P2) => lu_ + "cíais" ; - VP (Impf Ind Pl P3) => lu_ + "cían" ; - VP (Impf Subj Sg P1) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; - VP (Impf Subj Sg P2) => variants {lu_ + "cieras" ; lu_ + "cieses"} ; - VP (Impf Subj Sg P3) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; - VP (Impf Subj Pl P1) => variants {lu_ + "ciéramos" ; lu_ + "ciésemos"} ; - VP (Impf Subj Pl P2) => variants {lu_ + "cierais" ; lu_ + "cieseis"} ; - VP (Impf Subj Pl P3) => variants {lu_ + "cieran" ; lu_ + "ciesen"} ; - VP (Pret Sg P1) => lu_ + "cí" ; - VP (Pret Sg P2) => lu_ + "ciste" ; - VP (Pret Sg P3) => lu_ + "ció" ; - VP (Pret Pl P1) => lu_ + "cimos" ; - VP (Pret Pl P2) => lu_ + "cisteis" ; - VP (Pret Pl P3) => lu_ + "cieron" ; - VP (Fut Ind Sg P1) => lu_ + "ciré" ; - VP (Fut Ind Sg P2) => lu_ + "cirás" ; - VP (Fut Ind Sg P3) => lu_ + "cirá" ; - VP (Fut Ind Pl P1) => lu_ + "ciremos" ; - VP (Fut Ind Pl P2) => lu_ + "ciréis" ; - VP (Fut Ind Pl P3) => lu_ + "cirán" ; - VP (Fut Subj Sg P1) => lu_ + "ciere" ; - VP (Fut Subj Sg P2) => lu_ + "cieres" ; - VP (Fut Subj Sg P3) => lu_ + "ciere" ; - VP (Fut Subj Pl P1) => lu_ + "ciéremos" ; - VP (Fut Subj Pl P2) => lu_ + "ciereis" ; - VP (Fut Subj Pl P3) => lu_ + "cieren" ; - VP (Cond Sg P1) => lu_ + "ciría" ; - VP (Cond Sg P2) => lu_ + "cirías" ; - VP (Cond Sg P3) => lu_ + "ciría" ; - VP (Cond Pl P1) => lu_ + "ciríamos" ; - VP (Cond Pl P2) => lu_ + "ciríais" ; - VP (Cond Pl P3) => lu_ + "cirían" ; + VP (Impf Ind Sg P1) => lu_ + "cía" ; --# notpresent + VP (Impf Ind Sg P2) => lu_ + "cías" ; --# notpresent + VP (Impf Ind Sg P3) => lu_ + "cía" ; --# notpresent + VP (Impf Ind Pl P1) => lu_ + "cíamos" ; --# notpresent + VP (Impf Ind Pl P2) => lu_ + "cíais" ; --# notpresent + VP (Impf Ind Pl P3) => lu_ + "cían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {lu_ + "cieras" ; lu_ + "cieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {lu_ + "ciéramos" ; lu_ + "ciésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {lu_ + "cierais" ; lu_ + "cieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {lu_ + "cieran" ; lu_ + "ciesen"} ; --# notpresent + VP (Pret Sg P1) => lu_ + "cí" ; --# notpresent + VP (Pret Sg P2) => lu_ + "ciste" ; --# notpresent + VP (Pret Sg P3) => lu_ + "ció" ; --# notpresent + VP (Pret Pl P1) => lu_ + "cimos" ; --# notpresent + VP (Pret Pl P2) => lu_ + "cisteis" ; --# notpresent + VP (Pret Pl P3) => lu_ + "cieron" ; --# notpresent + VP (Fut Ind Sg P1) => lu_ + "ciré" ; --# notpresent + VP (Fut Ind Sg P2) => lu_ + "cirás" ; --# notpresent + VP (Fut Ind Sg P3) => lu_ + "cirá" ; --# notpresent + VP (Fut Ind Pl P1) => lu_ + "ciremos" ; --# notpresent + VP (Fut Ind Pl P2) => lu_ + "ciréis" ; --# notpresent + VP (Fut Ind Pl P3) => lu_ + "cirán" ; --# notpresent + VP (Fut Subj Sg P1) => lu_ + "ciere" ; --# notpresent + VP (Fut Subj Sg P2) => lu_ + "cieres" ; --# notpresent + VP (Fut Subj Sg P3) => lu_ + "ciere" ; --# notpresent + VP (Fut Subj Pl P1) => lu_ + "ciéremos" ; --# notpresent + VP (Fut Subj Pl P2) => lu_ + "ciereis" ; --# notpresent + VP (Fut Subj Pl P3) => lu_ + "cieren" ; --# notpresent + VP (Cond Sg P1) => lu_ + "ciría" ; --# notpresent + VP (Cond Sg P2) => lu_ + "cirías" ; --# notpresent + VP (Cond Sg P3) => lu_ + "ciría" ; --# notpresent + VP (Cond Pl P1) => lu_ + "ciríamos" ; --# notpresent + VP (Cond Pl P2) => lu_ + "ciríais" ; --# notpresent + VP (Cond Pl P3) => lu_ + "cirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => lu_ + "ce" ; VP (Imp Sg P3) => lu_ + "zca" ; @@ -3402,42 +3402,42 @@ oper mecer_49 : Str -> Verbum = \mecer -> VP (Pres Subj Pl P1) => me_ + "zamos" ; VP (Pres Subj Pl P2) => me_ + "záis" ; VP (Pres Subj Pl P3) => me_ + "zan" ; - VP (Impf Ind Sg P1) => me_ + "cía" ; - VP (Impf Ind Sg P2) => me_ + "cías" ; - VP (Impf Ind Sg P3) => me_ + "cía" ; - VP (Impf Ind Pl P1) => me_ + "cíamos" ; - VP (Impf Ind Pl P2) => me_ + "cíais" ; - VP (Impf Ind Pl P3) => me_ + "cían" ; - VP (Impf Subj Sg P1) => variants {me_ + "ciera" ; me_ + "ciese"} ; - VP (Impf Subj Sg P2) => variants {me_ + "cieras" ; me_ + "cieses"} ; - VP (Impf Subj Sg P3) => variants {me_ + "ciera" ; me_ + "ciese"} ; - VP (Impf Subj Pl P1) => variants {me_ + "ciéramos" ; me_ + "ciésemos"} ; - VP (Impf Subj Pl P2) => variants {me_ + "cierais" ; me_ + "cieseis"} ; - VP (Impf Subj Pl P3) => variants {me_ + "cieran" ; me_ + "ciesen"} ; - VP (Pret Sg P1) => me_ + "cí" ; - VP (Pret Sg P2) => me_ + "ciste" ; - VP (Pret Sg P3) => me_ + "ció" ; - VP (Pret Pl P1) => me_ + "cimos" ; - VP (Pret Pl P2) => me_ + "cisteis" ; - VP (Pret Pl P3) => me_ + "cieron" ; - VP (Fut Ind Sg P1) => me_ + "ceré" ; - VP (Fut Ind Sg P2) => me_ + "cerás" ; - VP (Fut Ind Sg P3) => me_ + "cerá" ; - VP (Fut Ind Pl P1) => me_ + "ceremos" ; - VP (Fut Ind Pl P2) => me_ + "ceréis" ; - VP (Fut Ind Pl P3) => me_ + "cerán" ; - VP (Fut Subj Sg P1) => me_ + "ciere" ; - VP (Fut Subj Sg P2) => me_ + "cieres" ; - VP (Fut Subj Sg P3) => me_ + "ciere" ; - VP (Fut Subj Pl P1) => me_ + "ciéremos" ; - VP (Fut Subj Pl P2) => me_ + "ciereis" ; - VP (Fut Subj Pl P3) => me_ + "cieren" ; - VP (Cond Sg P1) => me_ + "cería" ; - VP (Cond Sg P2) => me_ + "cerías" ; - VP (Cond Sg P3) => me_ + "cería" ; - VP (Cond Pl P1) => me_ + "ceríamos" ; - VP (Cond Pl P2) => me_ + "ceríais" ; - VP (Cond Pl P3) => me_ + "cerían" ; + VP (Impf Ind Sg P1) => me_ + "cía" ; --# notpresent + VP (Impf Ind Sg P2) => me_ + "cías" ; --# notpresent + VP (Impf Ind Sg P3) => me_ + "cía" ; --# notpresent + VP (Impf Ind Pl P1) => me_ + "cíamos" ; --# notpresent + VP (Impf Ind Pl P2) => me_ + "cíais" ; --# notpresent + VP (Impf Ind Pl P3) => me_ + "cían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {me_ + "ciera" ; me_ + "ciese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {me_ + "cieras" ; me_ + "cieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {me_ + "ciera" ; me_ + "ciese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {me_ + "ciéramos" ; me_ + "ciésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {me_ + "cierais" ; me_ + "cieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {me_ + "cieran" ; me_ + "ciesen"} ; --# notpresent + VP (Pret Sg P1) => me_ + "cí" ; --# notpresent + VP (Pret Sg P2) => me_ + "ciste" ; --# notpresent + VP (Pret Sg P3) => me_ + "ció" ; --# notpresent + VP (Pret Pl P1) => me_ + "cimos" ; --# notpresent + VP (Pret Pl P2) => me_ + "cisteis" ; --# notpresent + VP (Pret Pl P3) => me_ + "cieron" ; --# notpresent + VP (Fut Ind Sg P1) => me_ + "ceré" ; --# notpresent + VP (Fut Ind Sg P2) => me_ + "cerás" ; --# notpresent + VP (Fut Ind Sg P3) => me_ + "cerá" ; --# notpresent + VP (Fut Ind Pl P1) => me_ + "ceremos" ; --# notpresent + VP (Fut Ind Pl P2) => me_ + "ceréis" ; --# notpresent + VP (Fut Ind Pl P3) => me_ + "cerán" ; --# notpresent + VP (Fut Subj Sg P1) => me_ + "ciere" ; --# notpresent + VP (Fut Subj Sg P2) => me_ + "cieres" ; --# notpresent + VP (Fut Subj Sg P3) => me_ + "ciere" ; --# notpresent + VP (Fut Subj Pl P1) => me_ + "ciéremos" ; --# notpresent + VP (Fut Subj Pl P2) => me_ + "ciereis" ; --# notpresent + VP (Fut Subj Pl P3) => me_ + "cieren" ; --# notpresent + VP (Cond Sg P1) => me_ + "cería" ; --# notpresent + VP (Cond Sg P2) => me_ + "cerías" ; --# notpresent + VP (Cond Sg P3) => me_ + "cería" ; --# notpresent + VP (Cond Pl P1) => me_ + "ceríamos" ; --# notpresent + VP (Cond Pl P2) => me_ + "ceríais" ; --# notpresent + VP (Cond Pl P3) => me_ + "cerían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => me_ + "ce" ; VP (Imp Sg P3) => me_ + "za" ; @@ -3468,42 +3468,42 @@ oper mover_50 : Str -> Verbum = \mover -> VP (Pres Subj Pl P1) => m_ + "ovamos" ; VP (Pres Subj Pl P2) => m_ + "ováis" ; VP (Pres Subj Pl P3) => m_ + "uevan" ; - VP (Impf Ind Sg P1) => m_ + "ovía" ; - VP (Impf Ind Sg P2) => m_ + "ovías" ; - VP (Impf Ind Sg P3) => m_ + "ovía" ; - VP (Impf Ind Pl P1) => m_ + "ovíamos" ; - VP (Impf Ind Pl P2) => m_ + "ovíais" ; - VP (Impf Ind Pl P3) => m_ + "ovían" ; - VP (Impf Subj Sg P1) => variants {m_ + "oviera" ; m_ + "oviese"} ; - VP (Impf Subj Sg P2) => variants {m_ + "ovieras" ; m_ + "ovieses"} ; - VP (Impf Subj Sg P3) => variants {m_ + "oviera" ; m_ + "oviese"} ; - VP (Impf Subj Pl P1) => variants {m_ + "oviéramos" ; m_ + "oviésemos"} ; - VP (Impf Subj Pl P2) => variants {m_ + "ovierais" ; m_ + "ovieseis"} ; - VP (Impf Subj Pl P3) => variants {m_ + "ovieran" ; m_ + "oviesen"} ; - VP (Pret Sg P1) => m_ + "oví" ; - VP (Pret Sg P2) => m_ + "oviste" ; - VP (Pret Sg P3) => m_ + "ovió" ; - VP (Pret Pl P1) => m_ + "ovimos" ; - VP (Pret Pl P2) => m_ + "ovisteis" ; - VP (Pret Pl P3) => m_ + "ovieron" ; - VP (Fut Ind Sg P1) => m_ + "overé" ; - VP (Fut Ind Sg P2) => m_ + "overás" ; - VP (Fut Ind Sg P3) => m_ + "overá" ; - VP (Fut Ind Pl P1) => m_ + "overemos" ; - VP (Fut Ind Pl P2) => m_ + "overéis" ; - VP (Fut Ind Pl P3) => m_ + "overán" ; - VP (Fut Subj Sg P1) => m_ + "oviere" ; - VP (Fut Subj Sg P2) => m_ + "ovieres" ; - VP (Fut Subj Sg P3) => m_ + "oviere" ; - VP (Fut Subj Pl P1) => m_ + "oviéremos" ; - VP (Fut Subj Pl P2) => m_ + "oviereis" ; - VP (Fut Subj Pl P3) => m_ + "ovieren" ; - VP (Cond Sg P1) => m_ + "overía" ; - VP (Cond Sg P2) => m_ + "overías" ; - VP (Cond Sg P3) => m_ + "overía" ; - VP (Cond Pl P1) => m_ + "overíamos" ; - VP (Cond Pl P2) => m_ + "overíais" ; - VP (Cond Pl P3) => m_ + "overían" ; + VP (Impf Ind Sg P1) => m_ + "ovía" ; --# notpresent + VP (Impf Ind Sg P2) => m_ + "ovías" ; --# notpresent + VP (Impf Ind Sg P3) => m_ + "ovía" ; --# notpresent + VP (Impf Ind Pl P1) => m_ + "ovíamos" ; --# notpresent + VP (Impf Ind Pl P2) => m_ + "ovíais" ; --# notpresent + VP (Impf Ind Pl P3) => m_ + "ovían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {m_ + "oviera" ; m_ + "oviese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {m_ + "ovieras" ; m_ + "ovieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {m_ + "oviera" ; m_ + "oviese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {m_ + "oviéramos" ; m_ + "oviésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {m_ + "ovierais" ; m_ + "ovieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {m_ + "ovieran" ; m_ + "oviesen"} ; --# notpresent + VP (Pret Sg P1) => m_ + "oví" ; --# notpresent + VP (Pret Sg P2) => m_ + "oviste" ; --# notpresent + VP (Pret Sg P3) => m_ + "ovió" ; --# notpresent + VP (Pret Pl P1) => m_ + "ovimos" ; --# notpresent + VP (Pret Pl P2) => m_ + "ovisteis" ; --# notpresent + VP (Pret Pl P3) => m_ + "ovieron" ; --# notpresent + VP (Fut Ind Sg P1) => m_ + "overé" ; --# notpresent + VP (Fut Ind Sg P2) => m_ + "overás" ; --# notpresent + VP (Fut Ind Sg P3) => m_ + "overá" ; --# notpresent + VP (Fut Ind Pl P1) => m_ + "overemos" ; --# notpresent + VP (Fut Ind Pl P2) => m_ + "overéis" ; --# notpresent + VP (Fut Ind Pl P3) => m_ + "overán" ; --# notpresent + VP (Fut Subj Sg P1) => m_ + "oviere" ; --# notpresent + VP (Fut Subj Sg P2) => m_ + "ovieres" ; --# notpresent + VP (Fut Subj Sg P3) => m_ + "oviere" ; --# notpresent + VP (Fut Subj Pl P1) => m_ + "oviéremos" ; --# notpresent + VP (Fut Subj Pl P2) => m_ + "oviereis" ; --# notpresent + VP (Fut Subj Pl P3) => m_ + "ovieren" ; --# notpresent + VP (Cond Sg P1) => m_ + "overía" ; --# notpresent + VP (Cond Sg P2) => m_ + "overías" ; --# notpresent + VP (Cond Sg P3) => m_ + "overía" ; --# notpresent + VP (Cond Pl P1) => m_ + "overíamos" ; --# notpresent + VP (Cond Pl P2) => m_ + "overíais" ; --# notpresent + VP (Cond Pl P3) => m_ + "overían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => m_ + "ueve" ; VP (Imp Sg P3) => m_ + "ueva" ; @@ -3534,42 +3534,42 @@ oper morder_50b : Str -> Verbum = \morder -> VP (Pres Subj Pl P1) => m_ + "ordamos" ; VP (Pres Subj Pl P2) => m_ + "ordáis" ; VP (Pres Subj Pl P3) => m_ + "uerdan" ; - VP (Impf Ind Sg P1) => m_ + "ordía" ; - VP (Impf Ind Sg P2) => m_ + "ordías" ; - VP (Impf Ind Sg P3) => m_ + "ordía" ; - VP (Impf Ind Pl P1) => m_ + "ordíamos" ; - VP (Impf Ind Pl P2) => m_ + "ordíais" ; - VP (Impf Ind Pl P3) => m_ + "ordían" ; - VP (Impf Subj Sg P1) => variants {m_ + "ordiera" ; m_ + "ordiese"} ; - VP (Impf Subj Sg P2) => variants {m_ + "ordieras" ; m_ + "ordieses"} ; - VP (Impf Subj Sg P3) => variants {m_ + "ordiera" ; m_ + "ordiese"} ; - VP (Impf Subj Pl P1) => variants {m_ + "ordiéramos" ; m_ + "ordiésemos"} ; - VP (Impf Subj Pl P2) => variants {m_ + "ordierais" ; m_ + "ordieseis"} ; - VP (Impf Subj Pl P3) => variants {m_ + "ordieran" ; m_ + "ordiesen"} ; - VP (Pret Sg P1) => m_ + "ordí" ; - VP (Pret Sg P2) => m_ + "ordiste" ; - VP (Pret Sg P3) => m_ + "ordió" ; - VP (Pret Pl P1) => m_ + "ordimos" ; - VP (Pret Pl P2) => m_ + "ordisteis" ; - VP (Pret Pl P3) => m_ + "ordieron" ; - VP (Fut Ind Sg P1) => m_ + "orderé" ; - VP (Fut Ind Sg P2) => m_ + "orderás" ; - VP (Fut Ind Sg P3) => m_ + "orderá" ; - VP (Fut Ind Pl P1) => m_ + "orderemos" ; - VP (Fut Ind Pl P2) => m_ + "orderéis" ; - VP (Fut Ind Pl P3) => m_ + "orderán" ; - VP (Fut Subj Sg P1) => m_ + "ordiere" ; - VP (Fut Subj Sg P2) => m_ + "ordieres" ; - VP (Fut Subj Sg P3) => m_ + "ordiere" ; - VP (Fut Subj Pl P1) => m_ + "ordiéremos" ; - VP (Fut Subj Pl P2) => m_ + "ordiereis" ; - VP (Fut Subj Pl P3) => m_ + "ordieren" ; - VP (Cond Sg P1) => m_ + "ordería" ; - VP (Cond Sg P2) => m_ + "orderías" ; - VP (Cond Sg P3) => m_ + "ordería" ; - VP (Cond Pl P1) => m_ + "orderíamos" ; - VP (Cond Pl P2) => m_ + "orderíais" ; - VP (Cond Pl P3) => m_ + "orderían" ; + VP (Impf Ind Sg P1) => m_ + "ordía" ; --# notpresent + VP (Impf Ind Sg P2) => m_ + "ordías" ; --# notpresent + VP (Impf Ind Sg P3) => m_ + "ordía" ; --# notpresent + VP (Impf Ind Pl P1) => m_ + "ordíamos" ; --# notpresent + VP (Impf Ind Pl P2) => m_ + "ordíais" ; --# notpresent + VP (Impf Ind Pl P3) => m_ + "ordían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {m_ + "ordiera" ; m_ + "ordiese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {m_ + "ordieras" ; m_ + "ordieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {m_ + "ordiera" ; m_ + "ordiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {m_ + "ordiéramos" ; m_ + "ordiésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {m_ + "ordierais" ; m_ + "ordieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {m_ + "ordieran" ; m_ + "ordiesen"} ; --# notpresent + VP (Pret Sg P1) => m_ + "ordí" ; --# notpresent + VP (Pret Sg P2) => m_ + "ordiste" ; --# notpresent + VP (Pret Sg P3) => m_ + "ordió" ; --# notpresent + VP (Pret Pl P1) => m_ + "ordimos" ; --# notpresent + VP (Pret Pl P2) => m_ + "ordisteis" ; --# notpresent + VP (Pret Pl P3) => m_ + "ordieron" ; --# notpresent + VP (Fut Ind Sg P1) => m_ + "orderé" ; --# notpresent + VP (Fut Ind Sg P2) => m_ + "orderás" ; --# notpresent + VP (Fut Ind Sg P3) => m_ + "orderá" ; --# notpresent + VP (Fut Ind Pl P1) => m_ + "orderemos" ; --# notpresent + VP (Fut Ind Pl P2) => m_ + "orderéis" ; --# notpresent + VP (Fut Ind Pl P3) => m_ + "orderán" ; --# notpresent + VP (Fut Subj Sg P1) => m_ + "ordiere" ; --# notpresent + VP (Fut Subj Sg P2) => m_ + "ordieres" ; --# notpresent + VP (Fut Subj Sg P3) => m_ + "ordiere" ; --# notpresent + VP (Fut Subj Pl P1) => m_ + "ordiéremos" ; --# notpresent + VP (Fut Subj Pl P2) => m_ + "ordiereis" ; --# notpresent + VP (Fut Subj Pl P3) => m_ + "ordieren" ; --# notpresent + VP (Cond Sg P1) => m_ + "ordería" ; --# notpresent + VP (Cond Sg P2) => m_ + "orderías" ; --# notpresent + VP (Cond Sg P3) => m_ + "ordería" ; --# notpresent + VP (Cond Pl P1) => m_ + "orderíamos" ; --# notpresent + VP (Cond Pl P2) => m_ + "orderíais" ; --# notpresent + VP (Cond Pl P3) => m_ + "orderían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => m_ + "uerde" ; VP (Imp Sg P3) => m_ + "uerda" ; @@ -3600,42 +3600,42 @@ oper oler_52 : Str -> Verbum = \oler -> VP (Pres Subj Pl P1) => x_ + "olamos" ; VP (Pres Subj Pl P2) => x_ + "oláis" ; VP (Pres Subj Pl P3) => x_ + "huelan" ; - VP (Impf Ind Sg P1) => x_ + "olía" ; - VP (Impf Ind Sg P2) => x_ + "olías" ; - VP (Impf Ind Sg P3) => x_ + "olía" ; - VP (Impf Ind Pl P1) => x_ + "olíamos" ; - VP (Impf Ind Pl P2) => x_ + "olíais" ; - VP (Impf Ind Pl P3) => x_ + "olían" ; - VP (Impf Subj Sg P1) => variants {x_ + "oliera" ; x_ + "oliese"} ; - VP (Impf Subj Sg P2) => variants {x_ + "olieras" ; x_ + "olieses"} ; - VP (Impf Subj Sg P3) => variants {x_ + "oliera" ; x_ + "oliese"} ; - VP (Impf Subj Pl P1) => variants {x_ + "oliéramos" ; x_ + "oliésemos"} ; - VP (Impf Subj Pl P2) => variants {x_ + "olierais" ; x_ + "olieseis"} ; - VP (Impf Subj Pl P3) => variants {x_ + "olieran" ; x_ + "oliesen"} ; - VP (Pret Sg P1) => x_ + "olí" ; - VP (Pret Sg P2) => x_ + "oliste" ; - VP (Pret Sg P3) => x_ + "olió" ; - VP (Pret Pl P1) => x_ + "olimos" ; - VP (Pret Pl P2) => x_ + "olisteis" ; - VP (Pret Pl P3) => x_ + "olieron" ; - VP (Fut Ind Sg P1) => x_ + "oleré" ; - VP (Fut Ind Sg P2) => x_ + "olerás" ; - VP (Fut Ind Sg P3) => x_ + "olerá" ; - VP (Fut Ind Pl P1) => x_ + "oleremos" ; - VP (Fut Ind Pl P2) => x_ + "oleréis" ; - VP (Fut Ind Pl P3) => x_ + "olerán" ; - VP (Fut Subj Sg P1) => x_ + "oliere" ; - VP (Fut Subj Sg P2) => x_ + "olieres" ; - VP (Fut Subj Sg P3) => x_ + "oliere" ; - VP (Fut Subj Pl P1) => x_ + "oliéremos" ; - VP (Fut Subj Pl P2) => x_ + "oliereis" ; - VP (Fut Subj Pl P3) => x_ + "olieren" ; - VP (Cond Sg P1) => x_ + "olería" ; - VP (Cond Sg P2) => x_ + "olerías" ; - VP (Cond Sg P3) => x_ + "olería" ; - VP (Cond Pl P1) => x_ + "oleríamos" ; - VP (Cond Pl P2) => x_ + "oleríais" ; - VP (Cond Pl P3) => x_ + "olerían" ; + VP (Impf Ind Sg P1) => x_ + "olía" ; --# notpresent + VP (Impf Ind Sg P2) => x_ + "olías" ; --# notpresent + VP (Impf Ind Sg P3) => x_ + "olía" ; --# notpresent + VP (Impf Ind Pl P1) => x_ + "olíamos" ; --# notpresent + VP (Impf Ind Pl P2) => x_ + "olíais" ; --# notpresent + VP (Impf Ind Pl P3) => x_ + "olían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {x_ + "oliera" ; x_ + "oliese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {x_ + "olieras" ; x_ + "olieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {x_ + "oliera" ; x_ + "oliese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {x_ + "oliéramos" ; x_ + "oliésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {x_ + "olierais" ; x_ + "olieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {x_ + "olieran" ; x_ + "oliesen"} ; --# notpresent + VP (Pret Sg P1) => x_ + "olí" ; --# notpresent + VP (Pret Sg P2) => x_ + "oliste" ; --# notpresent + VP (Pret Sg P3) => x_ + "olió" ; --# notpresent + VP (Pret Pl P1) => x_ + "olimos" ; --# notpresent + VP (Pret Pl P2) => x_ + "olisteis" ; --# notpresent + VP (Pret Pl P3) => x_ + "olieron" ; --# notpresent + VP (Fut Ind Sg P1) => x_ + "oleré" ; --# notpresent + VP (Fut Ind Sg P2) => x_ + "olerás" ; --# notpresent + VP (Fut Ind Sg P3) => x_ + "olerá" ; --# notpresent + VP (Fut Ind Pl P1) => x_ + "oleremos" ; --# notpresent + VP (Fut Ind Pl P2) => x_ + "oleréis" ; --# notpresent + VP (Fut Ind Pl P3) => x_ + "olerán" ; --# notpresent + VP (Fut Subj Sg P1) => x_ + "oliere" ; --# notpresent + VP (Fut Subj Sg P2) => x_ + "olieres" ; --# notpresent + VP (Fut Subj Sg P3) => x_ + "oliere" ; --# notpresent + VP (Fut Subj Pl P1) => x_ + "oliéremos" ; --# notpresent + VP (Fut Subj Pl P2) => x_ + "oliereis" ; --# notpresent + VP (Fut Subj Pl P3) => x_ + "olieren" ; --# notpresent + VP (Cond Sg P1) => x_ + "olería" ; --# notpresent + VP (Cond Sg P2) => x_ + "olerías" ; --# notpresent + VP (Cond Sg P3) => x_ + "olería" ; --# notpresent + VP (Cond Pl P1) => x_ + "oleríamos" ; --# notpresent + VP (Cond Pl P2) => x_ + "oleríais" ; --# notpresent + VP (Cond Pl P3) => x_ + "olerían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => x_ + "huele" ; VP (Imp Sg P3) => x_ + "huela" ; @@ -3666,42 +3666,42 @@ oper pagar_53 : Str -> Verbum = \pagar -> VP (Pres Subj Pl P1) => pag_ + "uemos" ; VP (Pres Subj Pl P2) => pag_ + "uéis" ; VP (Pres Subj Pl P3) => pag_ + "uen" ; - VP (Impf Ind Sg P1) => pag_ + "aba" ; - VP (Impf Ind Sg P2) => pag_ + "abas" ; - VP (Impf Ind Sg P3) => pag_ + "aba" ; - VP (Impf Ind Pl P1) => pag_ + "ábamos" ; - VP (Impf Ind Pl P2) => pag_ + "abais" ; - VP (Impf Ind Pl P3) => pag_ + "aban" ; - VP (Impf Subj Sg P1) => variants {pag_ + "ara" ; pag_ + "ase"} ; - VP (Impf Subj Sg P2) => variants {pag_ + "aras" ; pag_ + "ases"} ; - VP (Impf Subj Sg P3) => variants {pag_ + "ara" ; pag_ + "ase"} ; - VP (Impf Subj Pl P1) => variants {pag_ + "áramos" ; pag_ + "ásemos"} ; - VP (Impf Subj Pl P2) => variants {pag_ + "arais" ; pag_ + "aseis"} ; - VP (Impf Subj Pl P3) => variants {pag_ + "aran" ; pag_ + "asen"} ; - VP (Pret Sg P1) => pag_ + "ué" ; - VP (Pret Sg P2) => pag_ + "aste" ; - VP (Pret Sg P3) => pag_ + "ó" ; - VP (Pret Pl P1) => pag_ + "amos" ; - VP (Pret Pl P2) => pag_ + "asteis" ; - VP (Pret Pl P3) => pag_ + "aron" ; - VP (Fut Ind Sg P1) => pag_ + "aré" ; - VP (Fut Ind Sg P2) => pag_ + "arás" ; - VP (Fut Ind Sg P3) => pag_ + "ará" ; - VP (Fut Ind Pl P1) => pag_ + "aremos" ; - VP (Fut Ind Pl P2) => pag_ + "aréis" ; - VP (Fut Ind Pl P3) => pag_ + "arán" ; - VP (Fut Subj Sg P1) => pag_ + "are" ; - VP (Fut Subj Sg P2) => pag_ + "ares" ; - VP (Fut Subj Sg P3) => pag_ + "are" ; - VP (Fut Subj Pl P1) => pag_ + "áremos" ; - VP (Fut Subj Pl P2) => pag_ + "areis" ; - VP (Fut Subj Pl P3) => pag_ + "aren" ; - VP (Cond Sg P1) => pag_ + "aría" ; - VP (Cond Sg P2) => pag_ + "arías" ; - VP (Cond Sg P3) => pag_ + "aría" ; - VP (Cond Pl P1) => pag_ + "aríamos" ; - VP (Cond Pl P2) => pag_ + "aríais" ; - VP (Cond Pl P3) => pag_ + "arían" ; + VP (Impf Ind Sg P1) => pag_ + "aba" ; --# notpresent + VP (Impf Ind Sg P2) => pag_ + "abas" ; --# notpresent + VP (Impf Ind Sg P3) => pag_ + "aba" ; --# notpresent + VP (Impf Ind Pl P1) => pag_ + "ábamos" ; --# notpresent + VP (Impf Ind Pl P2) => pag_ + "abais" ; --# notpresent + VP (Impf Ind Pl P3) => pag_ + "aban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {pag_ + "ara" ; pag_ + "ase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {pag_ + "aras" ; pag_ + "ases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {pag_ + "ara" ; pag_ + "ase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {pag_ + "áramos" ; pag_ + "ásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {pag_ + "arais" ; pag_ + "aseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {pag_ + "aran" ; pag_ + "asen"} ; --# notpresent + VP (Pret Sg P1) => pag_ + "ué" ; --# notpresent + VP (Pret Sg P2) => pag_ + "aste" ; --# notpresent + VP (Pret Sg P3) => pag_ + "ó" ; --# notpresent + VP (Pret Pl P1) => pag_ + "amos" ; --# notpresent + VP (Pret Pl P2) => pag_ + "asteis" ; --# notpresent + VP (Pret Pl P3) => pag_ + "aron" ; --# notpresent + VP (Fut Ind Sg P1) => pag_ + "aré" ; --# notpresent + VP (Fut Ind Sg P2) => pag_ + "arás" ; --# notpresent + VP (Fut Ind Sg P3) => pag_ + "ará" ; --# notpresent + VP (Fut Ind Pl P1) => pag_ + "aremos" ; --# notpresent + VP (Fut Ind Pl P2) => pag_ + "aréis" ; --# notpresent + VP (Fut Ind Pl P3) => pag_ + "arán" ; --# notpresent + VP (Fut Subj Sg P1) => pag_ + "are" ; --# notpresent + VP (Fut Subj Sg P2) => pag_ + "ares" ; --# notpresent + VP (Fut Subj Sg P3) => pag_ + "are" ; --# notpresent + VP (Fut Subj Pl P1) => pag_ + "áremos" ; --# notpresent + VP (Fut Subj Pl P2) => pag_ + "areis" ; --# notpresent + VP (Fut Subj Pl P3) => pag_ + "aren" ; --# notpresent + VP (Cond Sg P1) => pag_ + "aría" ; --# notpresent + VP (Cond Sg P2) => pag_ + "arías" ; --# notpresent + VP (Cond Sg P3) => pag_ + "aría" ; --# notpresent + VP (Cond Pl P1) => pag_ + "aríamos" ; --# notpresent + VP (Cond Pl P2) => pag_ + "aríais" ; --# notpresent + VP (Cond Pl P3) => pag_ + "arían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => pag_ + "a" ; VP (Imp Sg P3) => pag_ + "ue" ; @@ -3732,42 +3732,42 @@ oper parecer_54 : Str -> Verbum = \parecer -> VP (Pres Subj Pl P1) => pare_ + "zcamos" ; VP (Pres Subj Pl P2) => pare_ + "zcáis" ; VP (Pres Subj Pl P3) => pare_ + "zcan" ; - VP (Impf Ind Sg P1) => pare_ + "cía" ; - VP (Impf Ind Sg P2) => pare_ + "cías" ; - VP (Impf Ind Sg P3) => pare_ + "cía" ; - VP (Impf Ind Pl P1) => pare_ + "cíamos" ; - VP (Impf Ind Pl P2) => pare_ + "cíais" ; - VP (Impf Ind Pl P3) => pare_ + "cían" ; - VP (Impf Subj Sg P1) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; - VP (Impf Subj Sg P2) => variants {pare_ + "cieras" ; pare_ + "cieses"} ; - VP (Impf Subj Sg P3) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; - VP (Impf Subj Pl P1) => variants {pare_ + "ciéramos" ; pare_ + "ciésemos"} ; - VP (Impf Subj Pl P2) => variants {pare_ + "cierais" ; pare_ + "cieseis"} ; - VP (Impf Subj Pl P3) => variants {pare_ + "cieran" ; pare_ + "ciesen"} ; - VP (Pret Sg P1) => pare_ + "cí" ; - VP (Pret Sg P2) => pare_ + "ciste" ; - VP (Pret Sg P3) => pare_ + "ció" ; - VP (Pret Pl P1) => pare_ + "cimos" ; - VP (Pret Pl P2) => pare_ + "cisteis" ; - VP (Pret Pl P3) => pare_ + "cieron" ; - VP (Fut Ind Sg P1) => pare_ + "ceré" ; - VP (Fut Ind Sg P2) => pare_ + "cerás" ; - VP (Fut Ind Sg P3) => pare_ + "cerá" ; - VP (Fut Ind Pl P1) => pare_ + "ceremos" ; - VP (Fut Ind Pl P2) => pare_ + "ceréis" ; - VP (Fut Ind Pl P3) => pare_ + "cerán" ; - VP (Fut Subj Sg P1) => pare_ + "ciere" ; - VP (Fut Subj Sg P2) => pare_ + "cieres" ; - VP (Fut Subj Sg P3) => pare_ + "ciere" ; - VP (Fut Subj Pl P1) => pare_ + "ciéremos" ; - VP (Fut Subj Pl P2) => pare_ + "ciereis" ; - VP (Fut Subj Pl P3) => pare_ + "cieren" ; - VP (Cond Sg P1) => pare_ + "cería" ; - VP (Cond Sg P2) => pare_ + "cerías" ; - VP (Cond Sg P3) => pare_ + "cería" ; - VP (Cond Pl P1) => pare_ + "ceríamos" ; - VP (Cond Pl P2) => pare_ + "ceríais" ; - VP (Cond Pl P3) => pare_ + "cerían" ; + VP (Impf Ind Sg P1) => pare_ + "cía" ; --# notpresent + VP (Impf Ind Sg P2) => pare_ + "cías" ; --# notpresent + VP (Impf Ind Sg P3) => pare_ + "cía" ; --# notpresent + VP (Impf Ind Pl P1) => pare_ + "cíamos" ; --# notpresent + VP (Impf Ind Pl P2) => pare_ + "cíais" ; --# notpresent + VP (Impf Ind Pl P3) => pare_ + "cían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {pare_ + "cieras" ; pare_ + "cieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {pare_ + "ciéramos" ; pare_ + "ciésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {pare_ + "cierais" ; pare_ + "cieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {pare_ + "cieran" ; pare_ + "ciesen"} ; --# notpresent + VP (Pret Sg P1) => pare_ + "cí" ; --# notpresent + VP (Pret Sg P2) => pare_ + "ciste" ; --# notpresent + VP (Pret Sg P3) => pare_ + "ció" ; --# notpresent + VP (Pret Pl P1) => pare_ + "cimos" ; --# notpresent + VP (Pret Pl P2) => pare_ + "cisteis" ; --# notpresent + VP (Pret Pl P3) => pare_ + "cieron" ; --# notpresent + VP (Fut Ind Sg P1) => pare_ + "ceré" ; --# notpresent + VP (Fut Ind Sg P2) => pare_ + "cerás" ; --# notpresent + VP (Fut Ind Sg P3) => pare_ + "cerá" ; --# notpresent + VP (Fut Ind Pl P1) => pare_ + "ceremos" ; --# notpresent + VP (Fut Ind Pl P2) => pare_ + "ceréis" ; --# notpresent + VP (Fut Ind Pl P3) => pare_ + "cerán" ; --# notpresent + VP (Fut Subj Sg P1) => pare_ + "ciere" ; --# notpresent + VP (Fut Subj Sg P2) => pare_ + "cieres" ; --# notpresent + VP (Fut Subj Sg P3) => pare_ + "ciere" ; --# notpresent + VP (Fut Subj Pl P1) => pare_ + "ciéremos" ; --# notpresent + VP (Fut Subj Pl P2) => pare_ + "ciereis" ; --# notpresent + VP (Fut Subj Pl P3) => pare_ + "cieren" ; --# notpresent + VP (Cond Sg P1) => pare_ + "cería" ; --# notpresent + VP (Cond Sg P2) => pare_ + "cerías" ; --# notpresent + VP (Cond Sg P3) => pare_ + "cería" ; --# notpresent + VP (Cond Pl P1) => pare_ + "ceríamos" ; --# notpresent + VP (Cond Pl P2) => pare_ + "ceríais" ; --# notpresent + VP (Cond Pl P3) => pare_ + "cerían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => pare_ + "ce" ; VP (Imp Sg P3) => pare_ + "zca" ; @@ -3798,42 +3798,42 @@ oper pedir_55 : Str -> Verbum = \pedir -> VP (Pres Subj Pl P1) => p_ + "idamos" ; VP (Pres Subj Pl P2) => p_ + "idáis" ; VP (Pres Subj Pl P3) => p_ + "idan" ; - VP (Impf Ind Sg P1) => p_ + "edía" ; - VP (Impf Ind Sg P2) => p_ + "edías" ; - VP (Impf Ind Sg P3) => p_ + "edía" ; - VP (Impf Ind Pl P1) => p_ + "edíamos" ; - VP (Impf Ind Pl P2) => p_ + "edíais" ; - VP (Impf Ind Pl P3) => p_ + "edían" ; - VP (Impf Subj Sg P1) => variants {p_ + "idiera" ; p_ + "idiese"} ; - VP (Impf Subj Sg P2) => variants {p_ + "idieras" ; p_ + "idieses"} ; - VP (Impf Subj Sg P3) => variants {p_ + "idiera" ; p_ + "idiese"} ; - VP (Impf Subj Pl P1) => variants {p_ + "idiéramos" ; p_ + "idiésemos"} ; - VP (Impf Subj Pl P2) => variants {p_ + "idierais" ; p_ + "idieseis"} ; - VP (Impf Subj Pl P3) => variants {p_ + "idieran" ; p_ + "idiesen"} ; - VP (Pret Sg P1) => p_ + "edí" ; - VP (Pret Sg P2) => p_ + "ediste" ; - VP (Pret Sg P3) => p_ + "idió" ; - VP (Pret Pl P1) => p_ + "edimos" ; - VP (Pret Pl P2) => p_ + "edisteis" ; - VP (Pret Pl P3) => p_ + "idieron" ; - VP (Fut Ind Sg P1) => p_ + "ediré" ; - VP (Fut Ind Sg P2) => p_ + "edirás" ; - VP (Fut Ind Sg P3) => p_ + "edirá" ; - VP (Fut Ind Pl P1) => p_ + "ediremos" ; - VP (Fut Ind Pl P2) => p_ + "ediréis" ; - VP (Fut Ind Pl P3) => p_ + "edirán" ; - VP (Fut Subj Sg P1) => p_ + "idiere" ; - VP (Fut Subj Sg P2) => p_ + "idieres" ; - VP (Fut Subj Sg P3) => p_ + "idiere" ; - VP (Fut Subj Pl P1) => p_ + "idiéremos" ; - VP (Fut Subj Pl P2) => p_ + "idiereis" ; - VP (Fut Subj Pl P3) => p_ + "idieren" ; - VP (Cond Sg P1) => p_ + "ediría" ; - VP (Cond Sg P2) => p_ + "edirías" ; - VP (Cond Sg P3) => p_ + "ediría" ; - VP (Cond Pl P1) => p_ + "ediríamos" ; - VP (Cond Pl P2) => p_ + "ediríais" ; - VP (Cond Pl P3) => p_ + "edirían" ; + VP (Impf Ind Sg P1) => p_ + "edía" ; --# notpresent + VP (Impf Ind Sg P2) => p_ + "edías" ; --# notpresent + VP (Impf Ind Sg P3) => p_ + "edía" ; --# notpresent + VP (Impf Ind Pl P1) => p_ + "edíamos" ; --# notpresent + VP (Impf Ind Pl P2) => p_ + "edíais" ; --# notpresent + VP (Impf Ind Pl P3) => p_ + "edían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {p_ + "idiera" ; p_ + "idiese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {p_ + "idieras" ; p_ + "idieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {p_ + "idiera" ; p_ + "idiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {p_ + "idiéramos" ; p_ + "idiésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {p_ + "idierais" ; p_ + "idieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {p_ + "idieran" ; p_ + "idiesen"} ; --# notpresent + VP (Pret Sg P1) => p_ + "edí" ; --# notpresent + VP (Pret Sg P2) => p_ + "ediste" ; --# notpresent + VP (Pret Sg P3) => p_ + "idió" ; --# notpresent + VP (Pret Pl P1) => p_ + "edimos" ; --# notpresent + VP (Pret Pl P2) => p_ + "edisteis" ; --# notpresent + VP (Pret Pl P3) => p_ + "idieron" ; --# notpresent + VP (Fut Ind Sg P1) => p_ + "ediré" ; --# notpresent + VP (Fut Ind Sg P2) => p_ + "edirás" ; --# notpresent + VP (Fut Ind Sg P3) => p_ + "edirá" ; --# notpresent + VP (Fut Ind Pl P1) => p_ + "ediremos" ; --# notpresent + VP (Fut Ind Pl P2) => p_ + "ediréis" ; --# notpresent + VP (Fut Ind Pl P3) => p_ + "edirán" ; --# notpresent + VP (Fut Subj Sg P1) => p_ + "idiere" ; --# notpresent + VP (Fut Subj Sg P2) => p_ + "idieres" ; --# notpresent + VP (Fut Subj Sg P3) => p_ + "idiere" ; --# notpresent + VP (Fut Subj Pl P1) => p_ + "idiéremos" ; --# notpresent + VP (Fut Subj Pl P2) => p_ + "idiereis" ; --# notpresent + VP (Fut Subj Pl P3) => p_ + "idieren" ; --# notpresent + VP (Cond Sg P1) => p_ + "ediría" ; --# notpresent + VP (Cond Sg P2) => p_ + "edirías" ; --# notpresent + VP (Cond Sg P3) => p_ + "ediría" ; --# notpresent + VP (Cond Pl P1) => p_ + "ediríamos" ; --# notpresent + VP (Cond Pl P2) => p_ + "ediríais" ; --# notpresent + VP (Cond Pl P3) => p_ + "edirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => p_ + "ide" ; VP (Imp Sg P3) => p_ + "ida" ; @@ -3864,42 +3864,42 @@ oper pensar_56 : Str -> Verbum = \pensar -> VP (Pres Subj Pl P1) => p_ + "ensemos" ; VP (Pres Subj Pl P2) => p_ + "enséis" ; VP (Pres Subj Pl P3) => p_ + "iensen" ; - VP (Impf Ind Sg P1) => p_ + "ensaba" ; - VP (Impf Ind Sg P2) => p_ + "ensabas" ; - VP (Impf Ind Sg P3) => p_ + "ensaba" ; - VP (Impf Ind Pl P1) => p_ + "ensábamos" ; - VP (Impf Ind Pl P2) => p_ + "ensabais" ; - VP (Impf Ind Pl P3) => p_ + "ensaban" ; - VP (Impf Subj Sg P1) => variants {p_ + "ensara" ; p_ + "ensase"} ; - VP (Impf Subj Sg P2) => variants {p_ + "ensaras" ; p_ + "ensases"} ; - VP (Impf Subj Sg P3) => variants {p_ + "ensara" ; p_ + "ensase"} ; - VP (Impf Subj Pl P1) => variants {p_ + "ensáramos" ; p_ + "ensásemos"} ; - VP (Impf Subj Pl P2) => variants {p_ + "ensarais" ; p_ + "ensaseis"} ; - VP (Impf Subj Pl P3) => variants {p_ + "ensaran" ; p_ + "ensasen"} ; - VP (Pret Sg P1) => p_ + "ensé" ; - VP (Pret Sg P2) => p_ + "ensaste" ; - VP (Pret Sg P3) => p_ + "ensó" ; - VP (Pret Pl P1) => p_ + "ensamos" ; - VP (Pret Pl P2) => p_ + "ensasteis" ; - VP (Pret Pl P3) => p_ + "ensaron" ; - VP (Fut Ind Sg P1) => p_ + "ensaré" ; - VP (Fut Ind Sg P2) => p_ + "ensarás" ; - VP (Fut Ind Sg P3) => p_ + "ensará" ; - VP (Fut Ind Pl P1) => p_ + "ensaremos" ; - VP (Fut Ind Pl P2) => p_ + "ensaréis" ; - VP (Fut Ind Pl P3) => p_ + "ensarán" ; - VP (Fut Subj Sg P1) => p_ + "ensare" ; - VP (Fut Subj Sg P2) => p_ + "ensares" ; - VP (Fut Subj Sg P3) => p_ + "ensare" ; - VP (Fut Subj Pl P1) => p_ + "ensáremos" ; - VP (Fut Subj Pl P2) => p_ + "ensareis" ; - VP (Fut Subj Pl P3) => p_ + "ensaren" ; - VP (Cond Sg P1) => p_ + "ensaría" ; - VP (Cond Sg P2) => p_ + "ensarías" ; - VP (Cond Sg P3) => p_ + "ensaría" ; - VP (Cond Pl P1) => p_ + "ensaríamos" ; - VP (Cond Pl P2) => p_ + "ensaríais" ; - VP (Cond Pl P3) => p_ + "ensarían" ; + VP (Impf Ind Sg P1) => p_ + "ensaba" ; --# notpresent + VP (Impf Ind Sg P2) => p_ + "ensabas" ; --# notpresent + VP (Impf Ind Sg P3) => p_ + "ensaba" ; --# notpresent + VP (Impf Ind Pl P1) => p_ + "ensábamos" ; --# notpresent + VP (Impf Ind Pl P2) => p_ + "ensabais" ; --# notpresent + VP (Impf Ind Pl P3) => p_ + "ensaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {p_ + "ensara" ; p_ + "ensase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {p_ + "ensaras" ; p_ + "ensases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {p_ + "ensara" ; p_ + "ensase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {p_ + "ensáramos" ; p_ + "ensásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {p_ + "ensarais" ; p_ + "ensaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {p_ + "ensaran" ; p_ + "ensasen"} ; --# notpresent + VP (Pret Sg P1) => p_ + "ensé" ; --# notpresent + VP (Pret Sg P2) => p_ + "ensaste" ; --# notpresent + VP (Pret Sg P3) => p_ + "ensó" ; --# notpresent + VP (Pret Pl P1) => p_ + "ensamos" ; --# notpresent + VP (Pret Pl P2) => p_ + "ensasteis" ; --# notpresent + VP (Pret Pl P3) => p_ + "ensaron" ; --# notpresent + VP (Fut Ind Sg P1) => p_ + "ensaré" ; --# notpresent + VP (Fut Ind Sg P2) => p_ + "ensarás" ; --# notpresent + VP (Fut Ind Sg P3) => p_ + "ensará" ; --# notpresent + VP (Fut Ind Pl P1) => p_ + "ensaremos" ; --# notpresent + VP (Fut Ind Pl P2) => p_ + "ensaréis" ; --# notpresent + VP (Fut Ind Pl P3) => p_ + "ensarán" ; --# notpresent + VP (Fut Subj Sg P1) => p_ + "ensare" ; --# notpresent + VP (Fut Subj Sg P2) => p_ + "ensares" ; --# notpresent + VP (Fut Subj Sg P3) => p_ + "ensare" ; --# notpresent + VP (Fut Subj Pl P1) => p_ + "ensáremos" ; --# notpresent + VP (Fut Subj Pl P2) => p_ + "ensareis" ; --# notpresent + VP (Fut Subj Pl P3) => p_ + "ensaren" ; --# notpresent + VP (Cond Sg P1) => p_ + "ensaría" ; --# notpresent + VP (Cond Sg P2) => p_ + "ensarías" ; --# notpresent + VP (Cond Sg P3) => p_ + "ensaría" ; --# notpresent + VP (Cond Pl P1) => p_ + "ensaríamos" ; --# notpresent + VP (Cond Pl P2) => p_ + "ensaríais" ; --# notpresent + VP (Cond Pl P3) => p_ + "ensarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => p_ + "iensa" ; VP (Imp Sg P3) => p_ + "iense" ; @@ -3930,42 +3930,42 @@ oper placer_57 : Str -> Verbum = \placer -> VP (Pres Subj Pl P1) => pl_ + "azcamos" ; VP (Pres Subj Pl P2) => pl_ + "azcáis" ; VP (Pres Subj Pl P3) => pl_ + "azcan" ; - VP (Impf Ind Sg P1) => pl_ + "acía" ; - VP (Impf Ind Sg P2) => pl_ + "acías" ; - VP (Impf Ind Sg P3) => pl_ + "acía" ; - VP (Impf Ind Pl P1) => pl_ + "acíamos" ; - VP (Impf Ind Pl P2) => pl_ + "acíais" ; - VP (Impf Ind Pl P3) => pl_ + "acían" ; - VP (Impf Subj Sg P1) => variants {pl_ + "aciera" ; pl_ + "aciese"} ; - VP (Impf Subj Sg P2) => variants {pl_ + "acieras" ; pl_ + "acieses"} ; - VP (Impf Subj Sg P3) => variants {pl_ + "aciera" ; pl_ + "aciese" ; pl_ + "uguiera" ; pl_ + "uguiese"} ; - VP (Impf Subj Pl P1) => variants {pl_ + "aciéramos" ; pl_ + "aciésemos"} ; - VP (Impf Subj Pl P2) => variants {pl_ + "acierais" ; pl_ + "acieseis"} ; - VP (Impf Subj Pl P3) => variants {pl_ + "acieran" ; pl_ + "aciesen"} ; - VP (Pret Sg P1) => pl_ + "ací" ; - VP (Pret Sg P2) => pl_ + "aciste" ; - VP (Pret Sg P3) => variants {pl_ + "ació" ; pl_ + "ugo"} ; - VP (Pret Pl P1) => pl_ + "acimos" ; - VP (Pret Pl P2) => pl_ + "acisteis" ; - VP (Pret Pl P3) => variants {pl_ + "acieron" ; pl_ + "uguieron"} ; - VP (Fut Ind Sg P1) => pl_ + "aceré" ; - VP (Fut Ind Sg P2) => pl_ + "acerás" ; - VP (Fut Ind Sg P3) => pl_ + "acerá" ; - VP (Fut Ind Pl P1) => pl_ + "aceremos" ; - VP (Fut Ind Pl P2) => pl_ + "aceréis" ; - VP (Fut Ind Pl P3) => pl_ + "acerán" ; - VP (Fut Subj Sg P1) => pl_ + "aciere" ; - VP (Fut Subj Sg P2) => pl_ + "acieres" ; - VP (Fut Subj Sg P3) => variants {pl_ + "aciere" ; pl_ + "uguiere"} ; - VP (Fut Subj Pl P1) => pl_ + "aciéremos" ; - VP (Fut Subj Pl P2) => pl_ + "aciereis" ; - VP (Fut Subj Pl P3) => pl_ + "acieren" ; - VP (Cond Sg P1) => pl_ + "acería" ; - VP (Cond Sg P2) => pl_ + "acerías" ; - VP (Cond Sg P3) => pl_ + "acería" ; - VP (Cond Pl P1) => pl_ + "aceríamos" ; - VP (Cond Pl P2) => pl_ + "aceríais" ; - VP (Cond Pl P3) => pl_ + "acerían" ; + VP (Impf Ind Sg P1) => pl_ + "acía" ; --# notpresent + VP (Impf Ind Sg P2) => pl_ + "acías" ; --# notpresent + VP (Impf Ind Sg P3) => pl_ + "acía" ; --# notpresent + VP (Impf Ind Pl P1) => pl_ + "acíamos" ; --# notpresent + VP (Impf Ind Pl P2) => pl_ + "acíais" ; --# notpresent + VP (Impf Ind Pl P3) => pl_ + "acían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {pl_ + "aciera" ; pl_ + "aciese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {pl_ + "acieras" ; pl_ + "acieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {pl_ + "aciera" ; pl_ + "aciese" ; pl_ + "uguiera" ; pl_ + "uguiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {pl_ + "aciéramos" ; pl_ + "aciésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {pl_ + "acierais" ; pl_ + "acieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {pl_ + "acieran" ; pl_ + "aciesen"} ; --# notpresent + VP (Pret Sg P1) => pl_ + "ací" ; --# notpresent + VP (Pret Sg P2) => pl_ + "aciste" ; --# notpresent + VP (Pret Sg P3) => variants {pl_ + "ació" ; pl_ + "ugo"} ; --# notpresent + VP (Pret Pl P1) => pl_ + "acimos" ; --# notpresent + VP (Pret Pl P2) => pl_ + "acisteis" ; --# notpresent + VP (Pret Pl P3) => variants {pl_ + "acieron" ; pl_ + "uguieron"} ; --# notpresent + VP (Fut Ind Sg P1) => pl_ + "aceré" ; --# notpresent + VP (Fut Ind Sg P2) => pl_ + "acerás" ; --# notpresent + VP (Fut Ind Sg P3) => pl_ + "acerá" ; --# notpresent + VP (Fut Ind Pl P1) => pl_ + "aceremos" ; --# notpresent + VP (Fut Ind Pl P2) => pl_ + "aceréis" ; --# notpresent + VP (Fut Ind Pl P3) => pl_ + "acerán" ; --# notpresent + VP (Fut Subj Sg P1) => pl_ + "aciere" ; --# notpresent + VP (Fut Subj Sg P2) => pl_ + "acieres" ; --# notpresent + VP (Fut Subj Sg P3) => variants {pl_ + "aciere" ; pl_ + "uguiere"} ; --# notpresent + VP (Fut Subj Pl P1) => pl_ + "aciéremos" ; --# notpresent + VP (Fut Subj Pl P2) => pl_ + "aciereis" ; --# notpresent + VP (Fut Subj Pl P3) => pl_ + "acieren" ; --# notpresent + VP (Cond Sg P1) => pl_ + "acería" ; --# notpresent + VP (Cond Sg P2) => pl_ + "acerías" ; --# notpresent + VP (Cond Sg P3) => pl_ + "acería" ; --# notpresent + VP (Cond Pl P1) => pl_ + "aceríamos" ; --# notpresent + VP (Cond Pl P2) => pl_ + "aceríais" ; --# notpresent + VP (Cond Pl P3) => pl_ + "acerían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => pl_ + "ace" ; VP (Imp Sg P3) => pl_ + "azca" ; @@ -3996,42 +3996,42 @@ oper poder_58 : Str -> Verbum = \poder -> VP (Pres Subj Pl P1) => p_ + "odamos" ; VP (Pres Subj Pl P2) => p_ + "odáis" ; VP (Pres Subj Pl P3) => p_ + "uedan" ; - VP (Impf Ind Sg P1) => p_ + "odía" ; - VP (Impf Ind Sg P2) => p_ + "odías" ; - VP (Impf Ind Sg P3) => p_ + "odía" ; - VP (Impf Ind Pl P1) => p_ + "odíamos" ; - VP (Impf Ind Pl P2) => p_ + "odíais" ; - VP (Impf Ind Pl P3) => p_ + "odían" ; - VP (Impf Subj Sg P1) => variants {p_ + "udiera" ; p_ + "udiese"} ; - VP (Impf Subj Sg P2) => variants {p_ + "udieras" ; p_ + "udieses"} ; - VP (Impf Subj Sg P3) => variants {p_ + "udiera" ; p_ + "udiese"} ; - VP (Impf Subj Pl P1) => variants {p_ + "udiéramos" ; p_ + "udiésemos"} ; - VP (Impf Subj Pl P2) => variants {p_ + "udierais" ; p_ + "udieseis"} ; - VP (Impf Subj Pl P3) => variants {p_ + "udieran" ; p_ + "udiesen"} ; - VP (Pret Sg P1) => p_ + "ude" ; - VP (Pret Sg P2) => p_ + "udiste" ; - VP (Pret Sg P3) => p_ + "udo" ; - VP (Pret Pl P1) => p_ + "udimos" ; - VP (Pret Pl P2) => p_ + "udisteis" ; - VP (Pret Pl P3) => p_ + "udieron" ; - VP (Fut Ind Sg P1) => p_ + "odré" ; - VP (Fut Ind Sg P2) => p_ + "odrás" ; - VP (Fut Ind Sg P3) => p_ + "odrá" ; - VP (Fut Ind Pl P1) => p_ + "odremos" ; - VP (Fut Ind Pl P2) => p_ + "odréis" ; - VP (Fut Ind Pl P3) => p_ + "odrán" ; - VP (Fut Subj Sg P1) => p_ + "udiere" ; - VP (Fut Subj Sg P2) => p_ + "udieres" ; - VP (Fut Subj Sg P3) => p_ + "udiere" ; - VP (Fut Subj Pl P1) => p_ + "udiéremos" ; - VP (Fut Subj Pl P2) => p_ + "udiereis" ; - VP (Fut Subj Pl P3) => p_ + "udieren" ; - VP (Cond Sg P1) => p_ + "odría" ; - VP (Cond Sg P2) => p_ + "odrías" ; - VP (Cond Sg P3) => p_ + "odría" ; - VP (Cond Pl P1) => p_ + "odríamos" ; - VP (Cond Pl P2) => p_ + "odríais" ; - VP (Cond Pl P3) => p_ + "odrían" ; + VP (Impf Ind Sg P1) => p_ + "odía" ; --# notpresent + VP (Impf Ind Sg P2) => p_ + "odías" ; --# notpresent + VP (Impf Ind Sg P3) => p_ + "odía" ; --# notpresent + VP (Impf Ind Pl P1) => p_ + "odíamos" ; --# notpresent + VP (Impf Ind Pl P2) => p_ + "odíais" ; --# notpresent + VP (Impf Ind Pl P3) => p_ + "odían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {p_ + "udiera" ; p_ + "udiese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {p_ + "udieras" ; p_ + "udieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {p_ + "udiera" ; p_ + "udiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {p_ + "udiéramos" ; p_ + "udiésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {p_ + "udierais" ; p_ + "udieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {p_ + "udieran" ; p_ + "udiesen"} ; --# notpresent + VP (Pret Sg P1) => p_ + "ude" ; --# notpresent + VP (Pret Sg P2) => p_ + "udiste" ; --# notpresent + VP (Pret Sg P3) => p_ + "udo" ; --# notpresent + VP (Pret Pl P1) => p_ + "udimos" ; --# notpresent + VP (Pret Pl P2) => p_ + "udisteis" ; --# notpresent + VP (Pret Pl P3) => p_ + "udieron" ; --# notpresent + VP (Fut Ind Sg P1) => p_ + "odré" ; --# notpresent + VP (Fut Ind Sg P2) => p_ + "odrás" ; --# notpresent + VP (Fut Ind Sg P3) => p_ + "odrá" ; --# notpresent + VP (Fut Ind Pl P1) => p_ + "odremos" ; --# notpresent + VP (Fut Ind Pl P2) => p_ + "odréis" ; --# notpresent + VP (Fut Ind Pl P3) => p_ + "odrán" ; --# notpresent + VP (Fut Subj Sg P1) => p_ + "udiere" ; --# notpresent + VP (Fut Subj Sg P2) => p_ + "udieres" ; --# notpresent + VP (Fut Subj Sg P3) => p_ + "udiere" ; --# notpresent + VP (Fut Subj Pl P1) => p_ + "udiéremos" ; --# notpresent + VP (Fut Subj Pl P2) => p_ + "udiereis" ; --# notpresent + VP (Fut Subj Pl P3) => p_ + "udieren" ; --# notpresent + VP (Cond Sg P1) => p_ + "odría" ; --# notpresent + VP (Cond Sg P2) => p_ + "odrías" ; --# notpresent + VP (Cond Sg P3) => p_ + "odría" ; --# notpresent + VP (Cond Pl P1) => p_ + "odríamos" ; --# notpresent + VP (Cond Pl P2) => p_ + "odríais" ; --# notpresent + VP (Cond Pl P3) => p_ + "odrían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => p_ + "uede" ; VP (Imp Sg P3) => p_ + "ueda" ; @@ -4062,42 +4062,42 @@ oper poner_60 : Str -> Verbum = \poner -> VP (Pres Subj Pl P1) => p_ + "ongamos" ; VP (Pres Subj Pl P2) => p_ + "ongáis" ; VP (Pres Subj Pl P3) => p_ + "ongan" ; - VP (Impf Ind Sg P1) => p_ + "onía" ; - VP (Impf Ind Sg P2) => p_ + "onías" ; - VP (Impf Ind Sg P3) => p_ + "onía" ; - VP (Impf Ind Pl P1) => p_ + "oníamos" ; - VP (Impf Ind Pl P2) => p_ + "oníais" ; - VP (Impf Ind Pl P3) => p_ + "onían" ; - VP (Impf Subj Sg P1) => variants {p_ + "usiera" ; p_ + "usiese"} ; - VP (Impf Subj Sg P2) => variants {p_ + "usieras" ; p_ + "usieses"} ; - VP (Impf Subj Sg P3) => variants {p_ + "usiera" ; p_ + "usiese"} ; - VP (Impf Subj Pl P1) => variants {p_ + "usiéramos" ; p_ + "usiésemos"} ; - VP (Impf Subj Pl P2) => variants {p_ + "usierais" ; p_ + "usieseis"} ; - VP (Impf Subj Pl P3) => variants {p_ + "usieran" ; p_ + "usiesen"} ; - VP (Pret Sg P1) => p_ + "use" ; - VP (Pret Sg P2) => p_ + "usiste" ; - VP (Pret Sg P3) => p_ + "uso" ; - VP (Pret Pl P1) => p_ + "usimos" ; - VP (Pret Pl P2) => p_ + "usisteis" ; - VP (Pret Pl P3) => p_ + "usieron" ; - VP (Fut Ind Sg P1) => p_ + "ondré" ; - VP (Fut Ind Sg P2) => p_ + "ondrás" ; - VP (Fut Ind Sg P3) => p_ + "ondrá" ; - VP (Fut Ind Pl P1) => p_ + "ondremos" ; - VP (Fut Ind Pl P2) => p_ + "ondréis" ; - VP (Fut Ind Pl P3) => p_ + "ondrán" ; - VP (Fut Subj Sg P1) => p_ + "usiere" ; - VP (Fut Subj Sg P2) => p_ + "usieres" ; - VP (Fut Subj Sg P3) => p_ + "usiere" ; - VP (Fut Subj Pl P1) => p_ + "usiéremos" ; - VP (Fut Subj Pl P2) => p_ + "usiereis" ; - VP (Fut Subj Pl P3) => p_ + "usieren" ; - VP (Cond Sg P1) => p_ + "ondría" ; - VP (Cond Sg P2) => p_ + "ondrías" ; - VP (Cond Sg P3) => p_ + "ondría" ; - VP (Cond Pl P1) => p_ + "ondríamos" ; - VP (Cond Pl P2) => p_ + "ondríais" ; - VP (Cond Pl P3) => p_ + "ondrían" ; + VP (Impf Ind Sg P1) => p_ + "onía" ; --# notpresent + VP (Impf Ind Sg P2) => p_ + "onías" ; --# notpresent + VP (Impf Ind Sg P3) => p_ + "onía" ; --# notpresent + VP (Impf Ind Pl P1) => p_ + "oníamos" ; --# notpresent + VP (Impf Ind Pl P2) => p_ + "oníais" ; --# notpresent + VP (Impf Ind Pl P3) => p_ + "onían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {p_ + "usiera" ; p_ + "usiese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {p_ + "usieras" ; p_ + "usieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {p_ + "usiera" ; p_ + "usiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {p_ + "usiéramos" ; p_ + "usiésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {p_ + "usierais" ; p_ + "usieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {p_ + "usieran" ; p_ + "usiesen"} ; --# notpresent + VP (Pret Sg P1) => p_ + "use" ; --# notpresent + VP (Pret Sg P2) => p_ + "usiste" ; --# notpresent + VP (Pret Sg P3) => p_ + "uso" ; --# notpresent + VP (Pret Pl P1) => p_ + "usimos" ; --# notpresent + VP (Pret Pl P2) => p_ + "usisteis" ; --# notpresent + VP (Pret Pl P3) => p_ + "usieron" ; --# notpresent + VP (Fut Ind Sg P1) => p_ + "ondré" ; --# notpresent + VP (Fut Ind Sg P2) => p_ + "ondrás" ; --# notpresent + VP (Fut Ind Sg P3) => p_ + "ondrá" ; --# notpresent + VP (Fut Ind Pl P1) => p_ + "ondremos" ; --# notpresent + VP (Fut Ind Pl P2) => p_ + "ondréis" ; --# notpresent + VP (Fut Ind Pl P3) => p_ + "ondrán" ; --# notpresent + VP (Fut Subj Sg P1) => p_ + "usiere" ; --# notpresent + VP (Fut Subj Sg P2) => p_ + "usieres" ; --# notpresent + VP (Fut Subj Sg P3) => p_ + "usiere" ; --# notpresent + VP (Fut Subj Pl P1) => p_ + "usiéremos" ; --# notpresent + VP (Fut Subj Pl P2) => p_ + "usiereis" ; --# notpresent + VP (Fut Subj Pl P3) => p_ + "usieren" ; --# notpresent + VP (Cond Sg P1) => p_ + "ondría" ; --# notpresent + VP (Cond Sg P2) => p_ + "ondrías" ; --# notpresent + VP (Cond Sg P3) => p_ + "ondría" ; --# notpresent + VP (Cond Pl P1) => p_ + "ondríamos" ; --# notpresent + VP (Cond Pl P2) => p_ + "ondríais" ; --# notpresent + VP (Cond Pl P3) => p_ + "ondrían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => p_ + "on" ; VP (Imp Sg P3) => p_ + "onga" ; @@ -4128,42 +4128,42 @@ oper predecir_61 : Str -> Verbum = \predecir -> VP (Pres Subj Pl P1) => pred_ + "igamos" ; VP (Pres Subj Pl P2) => pred_ + "igáis" ; VP (Pres Subj Pl P3) => pred_ + "igan" ; - VP (Impf Ind Sg P1) => pred_ + "ecía" ; - VP (Impf Ind Sg P2) => pred_ + "ecías" ; - VP (Impf Ind Sg P3) => pred_ + "ecía" ; - VP (Impf Ind Pl P1) => pred_ + "ecíamos" ; - VP (Impf Ind Pl P2) => pred_ + "ecíais" ; - VP (Impf Ind Pl P3) => pred_ + "ecían" ; - VP (Impf Subj Sg P1) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; - VP (Impf Subj Sg P2) => variants {pred_ + "ijeras" ; pred_ + "ijeses"} ; - VP (Impf Subj Sg P3) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; - VP (Impf Subj Pl P1) => variants {pred_ + "ijéramos" ; pred_ + "ijésemos"} ; - VP (Impf Subj Pl P2) => variants {pred_ + "ijerais" ; pred_ + "ijeseis"} ; - VP (Impf Subj Pl P3) => variants {pred_ + "ijeran" ; pred_ + "ijesen"} ; - VP (Pret Sg P1) => pred_ + "ije" ; - VP (Pret Sg P2) => pred_ + "ijiste" ; - VP (Pret Sg P3) => pred_ + "ijo" ; - VP (Pret Pl P1) => pred_ + "ijimos" ; - VP (Pret Pl P2) => pred_ + "ijisteis" ; - VP (Pret Pl P3) => pred_ + "ijeron" ; - VP (Fut Ind Sg P1) => pred_ + "eciré" ; - VP (Fut Ind Sg P2) => pred_ + "ecirás" ; - VP (Fut Ind Sg P3) => pred_ + "ecirá" ; - VP (Fut Ind Pl P1) => pred_ + "eciremos" ; - VP (Fut Ind Pl P2) => pred_ + "eciréis" ; - VP (Fut Ind Pl P3) => pred_ + "ecirán" ; - VP (Fut Subj Sg P1) => pred_ + "ijere" ; - VP (Fut Subj Sg P2) => pred_ + "ijeres" ; - VP (Fut Subj Sg P3) => pred_ + "ijere" ; - VP (Fut Subj Pl P1) => pred_ + "ijéremos" ; - VP (Fut Subj Pl P2) => pred_ + "ijereis" ; - VP (Fut Subj Pl P3) => pred_ + "ijeren" ; - VP (Cond Sg P1) => pred_ + "eciría" ; - VP (Cond Sg P2) => pred_ + "ecirías" ; - VP (Cond Sg P3) => pred_ + "eciría" ; - VP (Cond Pl P1) => pred_ + "eciríamos" ; - VP (Cond Pl P2) => pred_ + "eciríais" ; - VP (Cond Pl P3) => pred_ + "ecirían" ; + VP (Impf Ind Sg P1) => pred_ + "ecía" ; --# notpresent + VP (Impf Ind Sg P2) => pred_ + "ecías" ; --# notpresent + VP (Impf Ind Sg P3) => pred_ + "ecía" ; --# notpresent + VP (Impf Ind Pl P1) => pred_ + "ecíamos" ; --# notpresent + VP (Impf Ind Pl P2) => pred_ + "ecíais" ; --# notpresent + VP (Impf Ind Pl P3) => pred_ + "ecían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {pred_ + "ijeras" ; pred_ + "ijeses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {pred_ + "ijéramos" ; pred_ + "ijésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {pred_ + "ijerais" ; pred_ + "ijeseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {pred_ + "ijeran" ; pred_ + "ijesen"} ; --# notpresent + VP (Pret Sg P1) => pred_ + "ije" ; --# notpresent + VP (Pret Sg P2) => pred_ + "ijiste" ; --# notpresent + VP (Pret Sg P3) => pred_ + "ijo" ; --# notpresent + VP (Pret Pl P1) => pred_ + "ijimos" ; --# notpresent + VP (Pret Pl P2) => pred_ + "ijisteis" ; --# notpresent + VP (Pret Pl P3) => pred_ + "ijeron" ; --# notpresent + VP (Fut Ind Sg P1) => pred_ + "eciré" ; --# notpresent + VP (Fut Ind Sg P2) => pred_ + "ecirás" ; --# notpresent + VP (Fut Ind Sg P3) => pred_ + "ecirá" ; --# notpresent + VP (Fut Ind Pl P1) => pred_ + "eciremos" ; --# notpresent + VP (Fut Ind Pl P2) => pred_ + "eciréis" ; --# notpresent + VP (Fut Ind Pl P3) => pred_ + "ecirán" ; --# notpresent + VP (Fut Subj Sg P1) => pred_ + "ijere" ; --# notpresent + VP (Fut Subj Sg P2) => pred_ + "ijeres" ; --# notpresent + VP (Fut Subj Sg P3) => pred_ + "ijere" ; --# notpresent + VP (Fut Subj Pl P1) => pred_ + "ijéremos" ; --# notpresent + VP (Fut Subj Pl P2) => pred_ + "ijereis" ; --# notpresent + VP (Fut Subj Pl P3) => pred_ + "ijeren" ; --# notpresent + VP (Cond Sg P1) => pred_ + "eciría" ; --# notpresent + VP (Cond Sg P2) => pred_ + "ecirías" ; --# notpresent + VP (Cond Sg P3) => pred_ + "eciría" ; --# notpresent + VP (Cond Pl P1) => pred_ + "eciríamos" ; --# notpresent + VP (Cond Pl P2) => pred_ + "eciríais" ; --# notpresent + VP (Cond Pl P3) => pred_ + "ecirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => pred_ + "ice" ; VP (Imp Sg P3) => pred_ + "iga" ; @@ -4194,42 +4194,42 @@ oper producir_62 : Str -> Verbum = \producir -> VP (Pres Subj Pl P1) => produ_ + "zcamos" ; VP (Pres Subj Pl P2) => produ_ + "zcáis" ; VP (Pres Subj Pl P3) => produ_ + "zcan" ; - VP (Impf Ind Sg P1) => produ_ + "cía" ; - VP (Impf Ind Sg P2) => produ_ + "cías" ; - VP (Impf Ind Sg P3) => produ_ + "cía" ; - VP (Impf Ind Pl P1) => produ_ + "cíamos" ; - VP (Impf Ind Pl P2) => produ_ + "cíais" ; - VP (Impf Ind Pl P3) => produ_ + "cían" ; - VP (Impf Subj Sg P1) => variants {produ_ + "jera" ; produ_ + "jese"} ; - VP (Impf Subj Sg P2) => variants {produ_ + "jeras" ; produ_ + "jeses"} ; - VP (Impf Subj Sg P3) => variants {produ_ + "jera" ; produ_ + "jese"} ; - VP (Impf Subj Pl P1) => variants {produ_ + "jéramos" ; produ_ + "jésemos"} ; - VP (Impf Subj Pl P2) => variants {produ_ + "jerais" ; produ_ + "jeseis"} ; - VP (Impf Subj Pl P3) => variants {produ_ + "jeran" ; produ_ + "jesen"} ; - VP (Pret Sg P1) => produ_ + "je" ; - VP (Pret Sg P2) => produ_ + "jiste" ; - VP (Pret Sg P3) => produ_ + "jo" ; - VP (Pret Pl P1) => produ_ + "jimos" ; - VP (Pret Pl P2) => produ_ + "jisteis" ; - VP (Pret Pl P3) => produ_ + "jeron" ; - VP (Fut Ind Sg P1) => produ_ + "ciré" ; - VP (Fut Ind Sg P2) => produ_ + "cirás" ; - VP (Fut Ind Sg P3) => produ_ + "cirá" ; - VP (Fut Ind Pl P1) => produ_ + "ciremos" ; - VP (Fut Ind Pl P2) => produ_ + "ciréis" ; - VP (Fut Ind Pl P3) => produ_ + "cirán" ; - VP (Fut Subj Sg P1) => produ_ + "jere" ; - VP (Fut Subj Sg P2) => produ_ + "jeres" ; - VP (Fut Subj Sg P3) => produ_ + "jere" ; - VP (Fut Subj Pl P1) => produ_ + "jéremos" ; - VP (Fut Subj Pl P2) => produ_ + "jereis" ; - VP (Fut Subj Pl P3) => produ_ + "jeren" ; - VP (Cond Sg P1) => produ_ + "ciría" ; - VP (Cond Sg P2) => produ_ + "cirías" ; - VP (Cond Sg P3) => produ_ + "ciría" ; - VP (Cond Pl P1) => produ_ + "ciríamos" ; - VP (Cond Pl P2) => produ_ + "ciríais" ; - VP (Cond Pl P3) => produ_ + "cirían" ; + VP (Impf Ind Sg P1) => produ_ + "cía" ; --# notpresent + VP (Impf Ind Sg P2) => produ_ + "cías" ; --# notpresent + VP (Impf Ind Sg P3) => produ_ + "cía" ; --# notpresent + VP (Impf Ind Pl P1) => produ_ + "cíamos" ; --# notpresent + VP (Impf Ind Pl P2) => produ_ + "cíais" ; --# notpresent + VP (Impf Ind Pl P3) => produ_ + "cían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {produ_ + "jera" ; produ_ + "jese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {produ_ + "jeras" ; produ_ + "jeses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {produ_ + "jera" ; produ_ + "jese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {produ_ + "jéramos" ; produ_ + "jésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {produ_ + "jerais" ; produ_ + "jeseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {produ_ + "jeran" ; produ_ + "jesen"} ; --# notpresent + VP (Pret Sg P1) => produ_ + "je" ; --# notpresent + VP (Pret Sg P2) => produ_ + "jiste" ; --# notpresent + VP (Pret Sg P3) => produ_ + "jo" ; --# notpresent + VP (Pret Pl P1) => produ_ + "jimos" ; --# notpresent + VP (Pret Pl P2) => produ_ + "jisteis" ; --# notpresent + VP (Pret Pl P3) => produ_ + "jeron" ; --# notpresent + VP (Fut Ind Sg P1) => produ_ + "ciré" ; --# notpresent + VP (Fut Ind Sg P2) => produ_ + "cirás" ; --# notpresent + VP (Fut Ind Sg P3) => produ_ + "cirá" ; --# notpresent + VP (Fut Ind Pl P1) => produ_ + "ciremos" ; --# notpresent + VP (Fut Ind Pl P2) => produ_ + "ciréis" ; --# notpresent + VP (Fut Ind Pl P3) => produ_ + "cirán" ; --# notpresent + VP (Fut Subj Sg P1) => produ_ + "jere" ; --# notpresent + VP (Fut Subj Sg P2) => produ_ + "jeres" ; --# notpresent + VP (Fut Subj Sg P3) => produ_ + "jere" ; --# notpresent + VP (Fut Subj Pl P1) => produ_ + "jéremos" ; --# notpresent + VP (Fut Subj Pl P2) => produ_ + "jereis" ; --# notpresent + VP (Fut Subj Pl P3) => produ_ + "jeren" ; --# notpresent + VP (Cond Sg P1) => produ_ + "ciría" ; --# notpresent + VP (Cond Sg P2) => produ_ + "cirías" ; --# notpresent + VP (Cond Sg P3) => produ_ + "ciría" ; --# notpresent + VP (Cond Pl P1) => produ_ + "ciríamos" ; --# notpresent + VP (Cond Pl P2) => produ_ + "ciríais" ; --# notpresent + VP (Cond Pl P3) => produ_ + "cirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => produ_ + "ce" ; VP (Imp Sg P3) => produ_ + "zca" ; @@ -4260,42 +4260,42 @@ oper prohibir_63 : Str -> Verbum = \prohibir -> VP (Pres Subj Pl P1) => proh_ + "ibamos" ; VP (Pres Subj Pl P2) => proh_ + "ibáis" ; VP (Pres Subj Pl P3) => proh_ + "íban" ; - VP (Impf Ind Sg P1) => proh_ + "ibía" ; - VP (Impf Ind Sg P2) => proh_ + "ibías" ; - VP (Impf Ind Sg P3) => proh_ + "ibía" ; - VP (Impf Ind Pl P1) => proh_ + "ibíamos" ; - VP (Impf Ind Pl P2) => proh_ + "ibíais" ; - VP (Impf Ind Pl P3) => proh_ + "ibían" ; - VP (Impf Subj Sg P1) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; - VP (Impf Subj Sg P2) => variants {proh_ + "ibieras" ; proh_ + "ibieses"} ; - VP (Impf Subj Sg P3) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; - VP (Impf Subj Pl P1) => variants {proh_ + "ibiéramos" ; proh_ + "ibiésemos"} ; - VP (Impf Subj Pl P2) => variants {proh_ + "ibierais" ; proh_ + "ibieseis"} ; - VP (Impf Subj Pl P3) => variants {proh_ + "ibieran" ; proh_ + "ibiesen"} ; - VP (Pret Sg P1) => proh_ + "ibí" ; - VP (Pret Sg P2) => proh_ + "ibiste" ; - VP (Pret Sg P3) => proh_ + "ibió" ; - VP (Pret Pl P1) => proh_ + "ibimos" ; - VP (Pret Pl P2) => proh_ + "ibisteis" ; - VP (Pret Pl P3) => proh_ + "ibieron" ; - VP (Fut Ind Sg P1) => proh_ + "ibiré" ; - VP (Fut Ind Sg P2) => proh_ + "ibirás" ; - VP (Fut Ind Sg P3) => proh_ + "ibirá" ; - VP (Fut Ind Pl P1) => proh_ + "ibiremos" ; - VP (Fut Ind Pl P2) => proh_ + "ibiréis" ; - VP (Fut Ind Pl P3) => proh_ + "ibirán" ; - VP (Fut Subj Sg P1) => proh_ + "ibiere" ; - VP (Fut Subj Sg P2) => proh_ + "ibieres" ; - VP (Fut Subj Sg P3) => proh_ + "ibiere" ; - VP (Fut Subj Pl P1) => proh_ + "ibiéremos" ; - VP (Fut Subj Pl P2) => proh_ + "ibiereis" ; - VP (Fut Subj Pl P3) => proh_ + "ibieren" ; - VP (Cond Sg P1) => proh_ + "ibiría" ; - VP (Cond Sg P2) => proh_ + "ibirías" ; - VP (Cond Sg P3) => proh_ + "ibiría" ; - VP (Cond Pl P1) => proh_ + "ibiríamos" ; - VP (Cond Pl P2) => proh_ + "ibiríais" ; - VP (Cond Pl P3) => proh_ + "ibirían" ; + VP (Impf Ind Sg P1) => proh_ + "ibía" ; --# notpresent + VP (Impf Ind Sg P2) => proh_ + "ibías" ; --# notpresent + VP (Impf Ind Sg P3) => proh_ + "ibía" ; --# notpresent + VP (Impf Ind Pl P1) => proh_ + "ibíamos" ; --# notpresent + VP (Impf Ind Pl P2) => proh_ + "ibíais" ; --# notpresent + VP (Impf Ind Pl P3) => proh_ + "ibían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {proh_ + "ibieras" ; proh_ + "ibieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {proh_ + "ibiéramos" ; proh_ + "ibiésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {proh_ + "ibierais" ; proh_ + "ibieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {proh_ + "ibieran" ; proh_ + "ibiesen"} ; --# notpresent + VP (Pret Sg P1) => proh_ + "ibí" ; --# notpresent + VP (Pret Sg P2) => proh_ + "ibiste" ; --# notpresent + VP (Pret Sg P3) => proh_ + "ibió" ; --# notpresent + VP (Pret Pl P1) => proh_ + "ibimos" ; --# notpresent + VP (Pret Pl P2) => proh_ + "ibisteis" ; --# notpresent + VP (Pret Pl P3) => proh_ + "ibieron" ; --# notpresent + VP (Fut Ind Sg P1) => proh_ + "ibiré" ; --# notpresent + VP (Fut Ind Sg P2) => proh_ + "ibirás" ; --# notpresent + VP (Fut Ind Sg P3) => proh_ + "ibirá" ; --# notpresent + VP (Fut Ind Pl P1) => proh_ + "ibiremos" ; --# notpresent + VP (Fut Ind Pl P2) => proh_ + "ibiréis" ; --# notpresent + VP (Fut Ind Pl P3) => proh_ + "ibirán" ; --# notpresent + VP (Fut Subj Sg P1) => proh_ + "ibiere" ; --# notpresent + VP (Fut Subj Sg P2) => proh_ + "ibieres" ; --# notpresent + VP (Fut Subj Sg P3) => proh_ + "ibiere" ; --# notpresent + VP (Fut Subj Pl P1) => proh_ + "ibiéremos" ; --# notpresent + VP (Fut Subj Pl P2) => proh_ + "ibiereis" ; --# notpresent + VP (Fut Subj Pl P3) => proh_ + "ibieren" ; --# notpresent + VP (Cond Sg P1) => proh_ + "ibiría" ; --# notpresent + VP (Cond Sg P2) => proh_ + "ibirías" ; --# notpresent + VP (Cond Sg P3) => proh_ + "ibiría" ; --# notpresent + VP (Cond Pl P1) => proh_ + "ibiríamos" ; --# notpresent + VP (Cond Pl P2) => proh_ + "ibiríais" ; --# notpresent + VP (Cond Pl P3) => proh_ + "ibirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => proh_ + "íbe" ; VP (Imp Sg P3) => proh_ + "íba" ; @@ -4326,42 +4326,42 @@ oper querer_64 : Str -> Verbum = \querer -> VP (Pres Subj Pl P1) => qu_ + "eramos" ; VP (Pres Subj Pl P2) => qu_ + "eráis" ; VP (Pres Subj Pl P3) => qu_ + "ieran" ; - VP (Impf Ind Sg P1) => qu_ + "ería" ; - VP (Impf Ind Sg P2) => qu_ + "erías" ; - VP (Impf Ind Sg P3) => qu_ + "ería" ; - VP (Impf Ind Pl P1) => qu_ + "eríamos" ; - VP (Impf Ind Pl P2) => qu_ + "eríais" ; - VP (Impf Ind Pl P3) => qu_ + "erían" ; - VP (Impf Subj Sg P1) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; - VP (Impf Subj Sg P2) => variants {qu_ + "isieras" ; qu_ + "isieses"} ; - VP (Impf Subj Sg P3) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; - VP (Impf Subj Pl P1) => variants {qu_ + "isiéramos" ; qu_ + "isiésemos"} ; - VP (Impf Subj Pl P2) => variants {qu_ + "isierais" ; qu_ + "isieseis"} ; - VP (Impf Subj Pl P3) => variants {qu_ + "isieran" ; qu_ + "isiesen"} ; - VP (Pret Sg P1) => qu_ + "ise" ; - VP (Pret Sg P2) => qu_ + "isiste" ; - VP (Pret Sg P3) => qu_ + "iso" ; - VP (Pret Pl P1) => qu_ + "isimos" ; - VP (Pret Pl P2) => qu_ + "isisteis" ; - VP (Pret Pl P3) => qu_ + "isieron" ; - VP (Fut Ind Sg P1) => qu_ + "erré" ; - VP (Fut Ind Sg P2) => qu_ + "errás" ; - VP (Fut Ind Sg P3) => qu_ + "errá" ; - VP (Fut Ind Pl P1) => qu_ + "erremos" ; - VP (Fut Ind Pl P2) => qu_ + "erréis" ; - VP (Fut Ind Pl P3) => qu_ + "errán" ; - VP (Fut Subj Sg P1) => qu_ + "isiere" ; - VP (Fut Subj Sg P2) => qu_ + "isieres" ; - VP (Fut Subj Sg P3) => qu_ + "isiere" ; - VP (Fut Subj Pl P1) => qu_ + "isiéremos" ; - VP (Fut Subj Pl P2) => qu_ + "isiereis" ; - VP (Fut Subj Pl P3) => qu_ + "isieren" ; - VP (Cond Sg P1) => qu_ + "erría" ; - VP (Cond Sg P2) => qu_ + "errías" ; - VP (Cond Sg P3) => qu_ + "erría" ; - VP (Cond Pl P1) => qu_ + "erríamos" ; - VP (Cond Pl P2) => qu_ + "erríais" ; - VP (Cond Pl P3) => qu_ + "errían" ; + VP (Impf Ind Sg P1) => qu_ + "ería" ; --# notpresent + VP (Impf Ind Sg P2) => qu_ + "erías" ; --# notpresent + VP (Impf Ind Sg P3) => qu_ + "ería" ; --# notpresent + VP (Impf Ind Pl P1) => qu_ + "eríamos" ; --# notpresent + VP (Impf Ind Pl P2) => qu_ + "eríais" ; --# notpresent + VP (Impf Ind Pl P3) => qu_ + "erían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {qu_ + "isieras" ; qu_ + "isieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {qu_ + "isiéramos" ; qu_ + "isiésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {qu_ + "isierais" ; qu_ + "isieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {qu_ + "isieran" ; qu_ + "isiesen"} ; --# notpresent + VP (Pret Sg P1) => qu_ + "ise" ; --# notpresent + VP (Pret Sg P2) => qu_ + "isiste" ; --# notpresent + VP (Pret Sg P3) => qu_ + "iso" ; --# notpresent + VP (Pret Pl P1) => qu_ + "isimos" ; --# notpresent + VP (Pret Pl P2) => qu_ + "isisteis" ; --# notpresent + VP (Pret Pl P3) => qu_ + "isieron" ; --# notpresent + VP (Fut Ind Sg P1) => qu_ + "erré" ; --# notpresent + VP (Fut Ind Sg P2) => qu_ + "errás" ; --# notpresent + VP (Fut Ind Sg P3) => qu_ + "errá" ; --# notpresent + VP (Fut Ind Pl P1) => qu_ + "erremos" ; --# notpresent + VP (Fut Ind Pl P2) => qu_ + "erréis" ; --# notpresent + VP (Fut Ind Pl P3) => qu_ + "errán" ; --# notpresent + VP (Fut Subj Sg P1) => qu_ + "isiere" ; --# notpresent + VP (Fut Subj Sg P2) => qu_ + "isieres" ; --# notpresent + VP (Fut Subj Sg P3) => qu_ + "isiere" ; --# notpresent + VP (Fut Subj Pl P1) => qu_ + "isiéremos" ; --# notpresent + VP (Fut Subj Pl P2) => qu_ + "isiereis" ; --# notpresent + VP (Fut Subj Pl P3) => qu_ + "isieren" ; --# notpresent + VP (Cond Sg P1) => qu_ + "erría" ; --# notpresent + VP (Cond Sg P2) => qu_ + "errías" ; --# notpresent + VP (Cond Sg P3) => qu_ + "erría" ; --# notpresent + VP (Cond Pl P1) => qu_ + "erríamos" ; --# notpresent + VP (Cond Pl P2) => qu_ + "erríais" ; --# notpresent + VP (Cond Pl P3) => qu_ + "errían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => qu_ + "iere" ; VP (Imp Sg P3) => qu_ + "iera" ; @@ -4392,42 +4392,42 @@ oper raer_65 : Str -> Verbum = \raer -> VP (Pres Subj Pl P1) => ra_ + "igamos" ; VP (Pres Subj Pl P2) => ra_ + "igáis" ; VP (Pres Subj Pl P3) => ra_ + "igan" ; - VP (Impf Ind Sg P1) => ra_ + "ía" ; - VP (Impf Ind Sg P2) => ra_ + "ías" ; - VP (Impf Ind Sg P3) => ra_ + "ía" ; - VP (Impf Ind Pl P1) => ra_ + "íamos" ; - VP (Impf Ind Pl P2) => ra_ + "íais" ; - VP (Impf Ind Pl P3) => ra_ + "ían" ; - VP (Impf Subj Sg P1) => variants {ra_ + "yera" ; ra_ + "yese"} ; - VP (Impf Subj Sg P2) => variants {ra_ + "yeras" ; ra_ + "yeses"} ; - VP (Impf Subj Sg P3) => variants {ra_ + "yera" ; ra_ + "yese"} ; - VP (Impf Subj Pl P1) => variants {ra_ + "yéramos" ; ra_ + "yésemos"} ; - VP (Impf Subj Pl P2) => variants {ra_ + "yerais" ; ra_ + "yeseis"} ; - VP (Impf Subj Pl P3) => variants {ra_ + "yeran" ; ra_ + "yesen"} ; - VP (Pret Sg P1) => ra_ + "í" ; - VP (Pret Sg P2) => ra_ + "íste" ; - VP (Pret Sg P3) => ra_ + "yó" ; - VP (Pret Pl P1) => ra_ + "ímos" ; - VP (Pret Pl P2) => ra_ + "ísteis" ; - VP (Pret Pl P3) => ra_ + "yeron" ; - VP (Fut Ind Sg P1) => ra_ + "eré" ; - VP (Fut Ind Sg P2) => ra_ + "erás" ; - VP (Fut Ind Sg P3) => ra_ + "erá" ; - VP (Fut Ind Pl P1) => ra_ + "eremos" ; - VP (Fut Ind Pl P2) => ra_ + "eréis" ; - VP (Fut Ind Pl P3) => ra_ + "erán" ; - VP (Fut Subj Sg P1) => ra_ + "yere" ; - VP (Fut Subj Sg P2) => ra_ + "yeres" ; - VP (Fut Subj Sg P3) => ra_ + "yere" ; - VP (Fut Subj Pl P1) => ra_ + "yéremos" ; - VP (Fut Subj Pl P2) => ra_ + "yereis" ; - VP (Fut Subj Pl P3) => ra_ + "yeren" ; - VP (Cond Sg P1) => ra_ + "ería" ; - VP (Cond Sg P2) => ra_ + "erías" ; - VP (Cond Sg P3) => ra_ + "ería" ; - VP (Cond Pl P1) => ra_ + "eríamos" ; - VP (Cond Pl P2) => ra_ + "eríais" ; - VP (Cond Pl P3) => ra_ + "erían" ; + VP (Impf Ind Sg P1) => ra_ + "ía" ; --# notpresent + VP (Impf Ind Sg P2) => ra_ + "ías" ; --# notpresent + VP (Impf Ind Sg P3) => ra_ + "ía" ; --# notpresent + VP (Impf Ind Pl P1) => ra_ + "íamos" ; --# notpresent + VP (Impf Ind Pl P2) => ra_ + "íais" ; --# notpresent + VP (Impf Ind Pl P3) => ra_ + "ían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {ra_ + "yera" ; ra_ + "yese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {ra_ + "yeras" ; ra_ + "yeses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {ra_ + "yera" ; ra_ + "yese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {ra_ + "yéramos" ; ra_ + "yésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {ra_ + "yerais" ; ra_ + "yeseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {ra_ + "yeran" ; ra_ + "yesen"} ; --# notpresent + VP (Pret Sg P1) => ra_ + "í" ; --# notpresent + VP (Pret Sg P2) => ra_ + "íste" ; --# notpresent + VP (Pret Sg P3) => ra_ + "yó" ; --# notpresent + VP (Pret Pl P1) => ra_ + "ímos" ; --# notpresent + VP (Pret Pl P2) => ra_ + "ísteis" ; --# notpresent + VP (Pret Pl P3) => ra_ + "yeron" ; --# notpresent + VP (Fut Ind Sg P1) => ra_ + "eré" ; --# notpresent + VP (Fut Ind Sg P2) => ra_ + "erás" ; --# notpresent + VP (Fut Ind Sg P3) => ra_ + "erá" ; --# notpresent + VP (Fut Ind Pl P1) => ra_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => ra_ + "eréis" ; --# notpresent + VP (Fut Ind Pl P3) => ra_ + "erán" ; --# notpresent + VP (Fut Subj Sg P1) => ra_ + "yere" ; --# notpresent + VP (Fut Subj Sg P2) => ra_ + "yeres" ; --# notpresent + VP (Fut Subj Sg P3) => ra_ + "yere" ; --# notpresent + VP (Fut Subj Pl P1) => ra_ + "yéremos" ; --# notpresent + VP (Fut Subj Pl P2) => ra_ + "yereis" ; --# notpresent + VP (Fut Subj Pl P3) => ra_ + "yeren" ; --# notpresent + VP (Cond Sg P1) => ra_ + "ería" ; --# notpresent + VP (Cond Sg P2) => ra_ + "erías" ; --# notpresent + VP (Cond Sg P3) => ra_ + "ería" ; --# notpresent + VP (Cond Pl P1) => ra_ + "eríamos" ; --# notpresent + VP (Cond Pl P2) => ra_ + "eríais" ; --# notpresent + VP (Cond Pl P3) => ra_ + "erían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => ra_ + "e" ; VP (Imp Sg P3) => ra_ + "iga" ; @@ -4458,42 +4458,42 @@ oper regar_66 : Str -> Verbum = \regar -> VP (Pres Subj Pl P1) => r_ + "eguemos" ; VP (Pres Subj Pl P2) => r_ + "eguéis" ; VP (Pres Subj Pl P3) => r_ + "ieguen" ; - VP (Impf Ind Sg P1) => r_ + "egaba" ; - VP (Impf Ind Sg P2) => r_ + "egabas" ; - VP (Impf Ind Sg P3) => r_ + "egaba" ; - VP (Impf Ind Pl P1) => r_ + "egábamos" ; - VP (Impf Ind Pl P2) => r_ + "egabais" ; - VP (Impf Ind Pl P3) => r_ + "egaban" ; - VP (Impf Subj Sg P1) => variants {r_ + "egara" ; r_ + "egase"} ; - VP (Impf Subj Sg P2) => variants {r_ + "egaras" ; r_ + "egases"} ; - VP (Impf Subj Sg P3) => variants {r_ + "egara" ; r_ + "egase"} ; - VP (Impf Subj Pl P1) => variants {r_ + "egáramos" ; r_ + "egásemos"} ; - VP (Impf Subj Pl P2) => variants {r_ + "egarais" ; r_ + "egaseis"} ; - VP (Impf Subj Pl P3) => variants {r_ + "egaran" ; r_ + "egasen"} ; - VP (Pret Sg P1) => r_ + "egué" ; - VP (Pret Sg P2) => r_ + "egaste" ; - VP (Pret Sg P3) => r_ + "egó" ; - VP (Pret Pl P1) => r_ + "egamos" ; - VP (Pret Pl P2) => r_ + "egasteis" ; - VP (Pret Pl P3) => r_ + "egaron" ; - VP (Fut Ind Sg P1) => r_ + "egaré" ; - VP (Fut Ind Sg P2) => r_ + "egarás" ; - VP (Fut Ind Sg P3) => r_ + "egará" ; - VP (Fut Ind Pl P1) => r_ + "egaremos" ; - VP (Fut Ind Pl P2) => r_ + "egaréis" ; - VP (Fut Ind Pl P3) => r_ + "egarán" ; - VP (Fut Subj Sg P1) => r_ + "egare" ; - VP (Fut Subj Sg P2) => r_ + "egares" ; - VP (Fut Subj Sg P3) => r_ + "egare" ; - VP (Fut Subj Pl P1) => r_ + "egáremos" ; - VP (Fut Subj Pl P2) => r_ + "egareis" ; - VP (Fut Subj Pl P3) => r_ + "egaren" ; - VP (Cond Sg P1) => r_ + "egaría" ; - VP (Cond Sg P2) => r_ + "egarías" ; - VP (Cond Sg P3) => r_ + "egaría" ; - VP (Cond Pl P1) => r_ + "egaríamos" ; - VP (Cond Pl P2) => r_ + "egaríais" ; - VP (Cond Pl P3) => r_ + "egarían" ; + VP (Impf Ind Sg P1) => r_ + "egaba" ; --# notpresent + VP (Impf Ind Sg P2) => r_ + "egabas" ; --# notpresent + VP (Impf Ind Sg P3) => r_ + "egaba" ; --# notpresent + VP (Impf Ind Pl P1) => r_ + "egábamos" ; --# notpresent + VP (Impf Ind Pl P2) => r_ + "egabais" ; --# notpresent + VP (Impf Ind Pl P3) => r_ + "egaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {r_ + "egara" ; r_ + "egase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {r_ + "egaras" ; r_ + "egases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {r_ + "egara" ; r_ + "egase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {r_ + "egáramos" ; r_ + "egásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {r_ + "egarais" ; r_ + "egaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {r_ + "egaran" ; r_ + "egasen"} ; --# notpresent + VP (Pret Sg P1) => r_ + "egué" ; --# notpresent + VP (Pret Sg P2) => r_ + "egaste" ; --# notpresent + VP (Pret Sg P3) => r_ + "egó" ; --# notpresent + VP (Pret Pl P1) => r_ + "egamos" ; --# notpresent + VP (Pret Pl P2) => r_ + "egasteis" ; --# notpresent + VP (Pret Pl P3) => r_ + "egaron" ; --# notpresent + VP (Fut Ind Sg P1) => r_ + "egaré" ; --# notpresent + VP (Fut Ind Sg P2) => r_ + "egarás" ; --# notpresent + VP (Fut Ind Sg P3) => r_ + "egará" ; --# notpresent + VP (Fut Ind Pl P1) => r_ + "egaremos" ; --# notpresent + VP (Fut Ind Pl P2) => r_ + "egaréis" ; --# notpresent + VP (Fut Ind Pl P3) => r_ + "egarán" ; --# notpresent + VP (Fut Subj Sg P1) => r_ + "egare" ; --# notpresent + VP (Fut Subj Sg P2) => r_ + "egares" ; --# notpresent + VP (Fut Subj Sg P3) => r_ + "egare" ; --# notpresent + VP (Fut Subj Pl P1) => r_ + "egáremos" ; --# notpresent + VP (Fut Subj Pl P2) => r_ + "egareis" ; --# notpresent + VP (Fut Subj Pl P3) => r_ + "egaren" ; --# notpresent + VP (Cond Sg P1) => r_ + "egaría" ; --# notpresent + VP (Cond Sg P2) => r_ + "egarías" ; --# notpresent + VP (Cond Sg P3) => r_ + "egaría" ; --# notpresent + VP (Cond Pl P1) => r_ + "egaríamos" ; --# notpresent + VP (Cond Pl P2) => r_ + "egaríais" ; --# notpresent + VP (Cond Pl P3) => r_ + "egarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => r_ + "iega" ; VP (Imp Sg P3) => r_ + "iegue" ; @@ -4524,42 +4524,42 @@ oper re VP (Pres Subj Pl P1) => r_ + "iñamos" ; VP (Pres Subj Pl P2) => r_ + "iñáis" ; VP (Pres Subj Pl P3) => r_ + "iñan" ; - VP (Impf Ind Sg P1) => r_ + "eñía" ; - VP (Impf Ind Sg P2) => r_ + "eñías" ; - VP (Impf Ind Sg P3) => r_ + "eñía" ; - VP (Impf Ind Pl P1) => r_ + "eñíamos" ; - VP (Impf Ind Pl P2) => r_ + "eñíais" ; - VP (Impf Ind Pl P3) => r_ + "eñían" ; - VP (Impf Subj Sg P1) => variants {r_ + "iñera" ; r_ + "iñese"} ; - VP (Impf Subj Sg P2) => variants {r_ + "iñeras" ; r_ + "iñeses"} ; - VP (Impf Subj Sg P3) => variants {r_ + "iñera" ; r_ + "iñese"} ; - VP (Impf Subj Pl P1) => variants {r_ + "iñéramos" ; r_ + "iñésemos"} ; - VP (Impf Subj Pl P2) => variants {r_ + "iñerais" ; r_ + "iñeseis"} ; - VP (Impf Subj Pl P3) => variants {r_ + "iñeran" ; r_ + "iñesen"} ; - VP (Pret Sg P1) => r_ + "eñí" ; - VP (Pret Sg P2) => r_ + "eñiste" ; - VP (Pret Sg P3) => r_ + "iñó" ; - VP (Pret Pl P1) => r_ + "eñimos" ; - VP (Pret Pl P2) => r_ + "eñisteis" ; - VP (Pret Pl P3) => r_ + "iñeron" ; - VP (Fut Ind Sg P1) => r_ + "eñiré" ; - VP (Fut Ind Sg P2) => r_ + "eñirás" ; - VP (Fut Ind Sg P3) => r_ + "eñirá" ; - VP (Fut Ind Pl P1) => r_ + "eñiremos" ; - VP (Fut Ind Pl P2) => r_ + "eñiréis" ; - VP (Fut Ind Pl P3) => r_ + "eñirán" ; - VP (Fut Subj Sg P1) => r_ + "iñere" ; - VP (Fut Subj Sg P2) => r_ + "iñeres" ; - VP (Fut Subj Sg P3) => r_ + "iñere" ; - VP (Fut Subj Pl P1) => r_ + "iñéremos" ; - VP (Fut Subj Pl P2) => r_ + "iñereis" ; - VP (Fut Subj Pl P3) => r_ + "iñeren" ; - VP (Cond Sg P1) => r_ + "eñiría" ; - VP (Cond Sg P2) => r_ + "eñirías" ; - VP (Cond Sg P3) => r_ + "eñiría" ; - VP (Cond Pl P1) => r_ + "eñiríamos" ; - VP (Cond Pl P2) => r_ + "eñiríais" ; - VP (Cond Pl P3) => r_ + "eñirían" ; + VP (Impf Ind Sg P1) => r_ + "eñía" ; --# notpresent + VP (Impf Ind Sg P2) => r_ + "eñías" ; --# notpresent + VP (Impf Ind Sg P3) => r_ + "eñía" ; --# notpresent + VP (Impf Ind Pl P1) => r_ + "eñíamos" ; --# notpresent + VP (Impf Ind Pl P2) => r_ + "eñíais" ; --# notpresent + VP (Impf Ind Pl P3) => r_ + "eñían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {r_ + "iñera" ; r_ + "iñese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {r_ + "iñeras" ; r_ + "iñeses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {r_ + "iñera" ; r_ + "iñese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {r_ + "iñéramos" ; r_ + "iñésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {r_ + "iñerais" ; r_ + "iñeseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {r_ + "iñeran" ; r_ + "iñesen"} ; --# notpresent + VP (Pret Sg P1) => r_ + "eñí" ; --# notpresent + VP (Pret Sg P2) => r_ + "eñiste" ; --# notpresent + VP (Pret Sg P3) => r_ + "iñó" ; --# notpresent + VP (Pret Pl P1) => r_ + "eñimos" ; --# notpresent + VP (Pret Pl P2) => r_ + "eñisteis" ; --# notpresent + VP (Pret Pl P3) => r_ + "iñeron" ; --# notpresent + VP (Fut Ind Sg P1) => r_ + "eñiré" ; --# notpresent + VP (Fut Ind Sg P2) => r_ + "eñirás" ; --# notpresent + VP (Fut Ind Sg P3) => r_ + "eñirá" ; --# notpresent + VP (Fut Ind Pl P1) => r_ + "eñiremos" ; --# notpresent + VP (Fut Ind Pl P2) => r_ + "eñiréis" ; --# notpresent + VP (Fut Ind Pl P3) => r_ + "eñirán" ; --# notpresent + VP (Fut Subj Sg P1) => r_ + "iñere" ; --# notpresent + VP (Fut Subj Sg P2) => r_ + "iñeres" ; --# notpresent + VP (Fut Subj Sg P3) => r_ + "iñere" ; --# notpresent + VP (Fut Subj Pl P1) => r_ + "iñéremos" ; --# notpresent + VP (Fut Subj Pl P2) => r_ + "iñereis" ; --# notpresent + VP (Fut Subj Pl P3) => r_ + "iñeren" ; --# notpresent + VP (Cond Sg P1) => r_ + "eñiría" ; --# notpresent + VP (Cond Sg P2) => r_ + "eñirías" ; --# notpresent + VP (Cond Sg P3) => r_ + "eñiría" ; --# notpresent + VP (Cond Pl P1) => r_ + "eñiríamos" ; --# notpresent + VP (Cond Pl P2) => r_ + "eñiríais" ; --# notpresent + VP (Cond Pl P3) => r_ + "eñirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => r_ + "iñe" ; VP (Imp Sg P3) => r_ + "iña" ; @@ -4590,42 +4590,42 @@ oper reunir_69 : Str -> Verbum = \reunir -> VP (Pres Subj Pl P1) => re_ + "unamos" ; VP (Pres Subj Pl P2) => re_ + "unáis" ; VP (Pres Subj Pl P3) => re_ + "únan" ; - VP (Impf Ind Sg P1) => re_ + "unía" ; - VP (Impf Ind Sg P2) => re_ + "unías" ; - VP (Impf Ind Sg P3) => re_ + "unía" ; - VP (Impf Ind Pl P1) => re_ + "uníamos" ; - VP (Impf Ind Pl P2) => re_ + "uníais" ; - VP (Impf Ind Pl P3) => re_ + "unían" ; - VP (Impf Subj Sg P1) => variants {re_ + "uniera" ; re_ + "uniese"} ; - VP (Impf Subj Sg P2) => variants {re_ + "unieras" ; re_ + "unieses"} ; - VP (Impf Subj Sg P3) => variants {re_ + "uniera" ; re_ + "uniese"} ; - VP (Impf Subj Pl P1) => variants {re_ + "uniéramos" ; re_ + "uniésemos"} ; - VP (Impf Subj Pl P2) => variants {re_ + "unierais" ; re_ + "unieseis"} ; - VP (Impf Subj Pl P3) => variants {re_ + "unieran" ; re_ + "uniesen"} ; - VP (Pret Sg P1) => re_ + "uní" ; - VP (Pret Sg P2) => re_ + "uniste" ; - VP (Pret Sg P3) => re_ + "unió" ; - VP (Pret Pl P1) => re_ + "unimos" ; - VP (Pret Pl P2) => re_ + "unisteis" ; - VP (Pret Pl P3) => re_ + "unieron" ; - VP (Fut Ind Sg P1) => re_ + "uniré" ; - VP (Fut Ind Sg P2) => re_ + "unirás" ; - VP (Fut Ind Sg P3) => re_ + "unirá" ; - VP (Fut Ind Pl P1) => re_ + "uniremos" ; - VP (Fut Ind Pl P2) => re_ + "uniréis" ; - VP (Fut Ind Pl P3) => re_ + "unirán" ; - VP (Fut Subj Sg P1) => re_ + "uniere" ; - VP (Fut Subj Sg P2) => re_ + "unieres" ; - VP (Fut Subj Sg P3) => re_ + "uniere" ; - VP (Fut Subj Pl P1) => re_ + "uniéremos" ; - VP (Fut Subj Pl P2) => re_ + "uniereis" ; - VP (Fut Subj Pl P3) => re_ + "unieren" ; - VP (Cond Sg P1) => re_ + "uniría" ; - VP (Cond Sg P2) => re_ + "unirías" ; - VP (Cond Sg P3) => re_ + "uniría" ; - VP (Cond Pl P1) => re_ + "uniríamos" ; - VP (Cond Pl P2) => re_ + "uniríais" ; - VP (Cond Pl P3) => re_ + "unirían" ; + VP (Impf Ind Sg P1) => re_ + "unía" ; --# notpresent + VP (Impf Ind Sg P2) => re_ + "unías" ; --# notpresent + VP (Impf Ind Sg P3) => re_ + "unía" ; --# notpresent + VP (Impf Ind Pl P1) => re_ + "uníamos" ; --# notpresent + VP (Impf Ind Pl P2) => re_ + "uníais" ; --# notpresent + VP (Impf Ind Pl P3) => re_ + "unían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {re_ + "uniera" ; re_ + "uniese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {re_ + "unieras" ; re_ + "unieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {re_ + "uniera" ; re_ + "uniese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {re_ + "uniéramos" ; re_ + "uniésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {re_ + "unierais" ; re_ + "unieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {re_ + "unieran" ; re_ + "uniesen"} ; --# notpresent + VP (Pret Sg P1) => re_ + "uní" ; --# notpresent + VP (Pret Sg P2) => re_ + "uniste" ; --# notpresent + VP (Pret Sg P3) => re_ + "unió" ; --# notpresent + VP (Pret Pl P1) => re_ + "unimos" ; --# notpresent + VP (Pret Pl P2) => re_ + "unisteis" ; --# notpresent + VP (Pret Pl P3) => re_ + "unieron" ; --# notpresent + VP (Fut Ind Sg P1) => re_ + "uniré" ; --# notpresent + VP (Fut Ind Sg P2) => re_ + "unirás" ; --# notpresent + VP (Fut Ind Sg P3) => re_ + "unirá" ; --# notpresent + VP (Fut Ind Pl P1) => re_ + "uniremos" ; --# notpresent + VP (Fut Ind Pl P2) => re_ + "uniréis" ; --# notpresent + VP (Fut Ind Pl P3) => re_ + "unirán" ; --# notpresent + VP (Fut Subj Sg P1) => re_ + "uniere" ; --# notpresent + VP (Fut Subj Sg P2) => re_ + "unieres" ; --# notpresent + VP (Fut Subj Sg P3) => re_ + "uniere" ; --# notpresent + VP (Fut Subj Pl P1) => re_ + "uniéremos" ; --# notpresent + VP (Fut Subj Pl P2) => re_ + "uniereis" ; --# notpresent + VP (Fut Subj Pl P3) => re_ + "unieren" ; --# notpresent + VP (Cond Sg P1) => re_ + "uniría" ; --# notpresent + VP (Cond Sg P2) => re_ + "unirías" ; --# notpresent + VP (Cond Sg P3) => re_ + "uniría" ; --# notpresent + VP (Cond Pl P1) => re_ + "uniríamos" ; --# notpresent + VP (Cond Pl P2) => re_ + "uniríais" ; --# notpresent + VP (Cond Pl P3) => re_ + "unirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => re_ + "úne" ; VP (Imp Sg P3) => re_ + "úna" ; @@ -4656,42 +4656,42 @@ oper roer_70 : Str -> Verbum = \roer -> VP (Pres Subj Pl P1) => ro_ + "amos" ; VP (Pres Subj Pl P2) => ro_ + "áis" ; VP (Pres Subj Pl P3) => ro_ + "an" ; - VP (Impf Ind Sg P1) => ro_ + "ía" ; - VP (Impf Ind Sg P2) => ro_ + "ías" ; - VP (Impf Ind Sg P3) => ro_ + "ía" ; - VP (Impf Ind Pl P1) => ro_ + "íamos" ; - VP (Impf Ind Pl P2) => ro_ + "íais" ; - VP (Impf Ind Pl P3) => ro_ + "ían" ; - VP (Impf Subj Sg P1) => variants {ro_ + "yera" ; ro_ + "yese"} ; - VP (Impf Subj Sg P2) => variants {ro_ + "yeras" ; ro_ + "yeses"} ; - VP (Impf Subj Sg P3) => variants {ro_ + "yera" ; ro_ + "yese"} ; - VP (Impf Subj Pl P1) => variants {ro_ + "yéramos" ; ro_ + "yésemos"} ; - VP (Impf Subj Pl P2) => variants {ro_ + "yerais" ; ro_ + "yeseis"} ; - VP (Impf Subj Pl P3) => variants {ro_ + "yeran" ; ro_ + "yesen"} ; - VP (Pret Sg P1) => ro_ + "í" ; - VP (Pret Sg P2) => ro_ + "íste" ; - VP (Pret Sg P3) => ro_ + "yó" ; - VP (Pret Pl P1) => ro_ + "ímos" ; - VP (Pret Pl P2) => ro_ + "ísteis" ; - VP (Pret Pl P3) => ro_ + "yeron" ; - VP (Fut Ind Sg P1) => ro_ + "eré" ; - VP (Fut Ind Sg P2) => ro_ + "erás" ; - VP (Fut Ind Sg P3) => ro_ + "erá" ; - VP (Fut Ind Pl P1) => ro_ + "eremos" ; - VP (Fut Ind Pl P2) => ro_ + "eréis" ; - VP (Fut Ind Pl P3) => ro_ + "erán" ; - VP (Fut Subj Sg P1) => ro_ + "yere" ; - VP (Fut Subj Sg P2) => ro_ + "yeres" ; - VP (Fut Subj Sg P3) => ro_ + "yere" ; - VP (Fut Subj Pl P1) => ro_ + "yéremos" ; - VP (Fut Subj Pl P2) => ro_ + "yereis" ; - VP (Fut Subj Pl P3) => ro_ + "yeren" ; - VP (Cond Sg P1) => ro_ + "ería" ; - VP (Cond Sg P2) => ro_ + "erías" ; - VP (Cond Sg P3) => ro_ + "ería" ; - VP (Cond Pl P1) => ro_ + "eríamos" ; - VP (Cond Pl P2) => ro_ + "eríais" ; - VP (Cond Pl P3) => ro_ + "erían" ; + VP (Impf Ind Sg P1) => ro_ + "ía" ; --# notpresent + VP (Impf Ind Sg P2) => ro_ + "ías" ; --# notpresent + VP (Impf Ind Sg P3) => ro_ + "ía" ; --# notpresent + VP (Impf Ind Pl P1) => ro_ + "íamos" ; --# notpresent + VP (Impf Ind Pl P2) => ro_ + "íais" ; --# notpresent + VP (Impf Ind Pl P3) => ro_ + "ían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {ro_ + "yera" ; ro_ + "yese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {ro_ + "yeras" ; ro_ + "yeses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {ro_ + "yera" ; ro_ + "yese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {ro_ + "yéramos" ; ro_ + "yésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {ro_ + "yerais" ; ro_ + "yeseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {ro_ + "yeran" ; ro_ + "yesen"} ; --# notpresent + VP (Pret Sg P1) => ro_ + "í" ; --# notpresent + VP (Pret Sg P2) => ro_ + "íste" ; --# notpresent + VP (Pret Sg P3) => ro_ + "yó" ; --# notpresent + VP (Pret Pl P1) => ro_ + "ímos" ; --# notpresent + VP (Pret Pl P2) => ro_ + "ísteis" ; --# notpresent + VP (Pret Pl P3) => ro_ + "yeron" ; --# notpresent + VP (Fut Ind Sg P1) => ro_ + "eré" ; --# notpresent + VP (Fut Ind Sg P2) => ro_ + "erás" ; --# notpresent + VP (Fut Ind Sg P3) => ro_ + "erá" ; --# notpresent + VP (Fut Ind Pl P1) => ro_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => ro_ + "eréis" ; --# notpresent + VP (Fut Ind Pl P3) => ro_ + "erán" ; --# notpresent + VP (Fut Subj Sg P1) => ro_ + "yere" ; --# notpresent + VP (Fut Subj Sg P2) => ro_ + "yeres" ; --# notpresent + VP (Fut Subj Sg P3) => ro_ + "yere" ; --# notpresent + VP (Fut Subj Pl P1) => ro_ + "yéremos" ; --# notpresent + VP (Fut Subj Pl P2) => ro_ + "yereis" ; --# notpresent + VP (Fut Subj Pl P3) => ro_ + "yeren" ; --# notpresent + VP (Cond Sg P1) => ro_ + "ería" ; --# notpresent + VP (Cond Sg P2) => ro_ + "erías" ; --# notpresent + VP (Cond Sg P3) => ro_ + "ería" ; --# notpresent + VP (Cond Pl P1) => ro_ + "eríamos" ; --# notpresent + VP (Cond Pl P2) => ro_ + "eríais" ; --# notpresent + VP (Cond Pl P3) => ro_ + "erían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => ro_ + "e" ; VP (Imp Sg P3) => ro_ + "a" ; @@ -4722,42 +4722,42 @@ oper saber_71 : Str -> Verbum = \saber -> VP (Pres Subj Pl P1) => s_ + "epamos" ; VP (Pres Subj Pl P2) => s_ + "epáis" ; VP (Pres Subj Pl P3) => s_ + "epan" ; - VP (Impf Ind Sg P1) => s_ + "abía" ; - VP (Impf Ind Sg P2) => s_ + "abías" ; - VP (Impf Ind Sg P3) => s_ + "abía" ; - VP (Impf Ind Pl P1) => s_ + "abíamos" ; - VP (Impf Ind Pl P2) => s_ + "abíais" ; - VP (Impf Ind Pl P3) => s_ + "abían" ; - VP (Impf Subj Sg P1) => variants {s_ + "upiera" ; s_ + "upiese"} ; - VP (Impf Subj Sg P2) => variants {s_ + "upieras" ; s_ + "upieses"} ; - VP (Impf Subj Sg P3) => variants {s_ + "upiera" ; s_ + "upiese"} ; - VP (Impf Subj Pl P1) => variants {s_ + "upiéramos" ; s_ + "upiésemos"} ; - VP (Impf Subj Pl P2) => variants {s_ + "upierais" ; s_ + "upieseis"} ; - VP (Impf Subj Pl P3) => variants {s_ + "upieran" ; s_ + "upiesen"} ; - VP (Pret Sg P1) => s_ + "upe" ; - VP (Pret Sg P2) => s_ + "upiste" ; - VP (Pret Sg P3) => s_ + "upo" ; - VP (Pret Pl P1) => s_ + "upimos" ; - VP (Pret Pl P2) => s_ + "upisteis" ; - VP (Pret Pl P3) => s_ + "upieron" ; - VP (Fut Ind Sg P1) => s_ + "abré" ; - VP (Fut Ind Sg P2) => s_ + "abrás" ; - VP (Fut Ind Sg P3) => s_ + "abrá" ; - VP (Fut Ind Pl P1) => s_ + "abremos" ; - VP (Fut Ind Pl P2) => s_ + "abréis" ; - VP (Fut Ind Pl P3) => s_ + "abrán" ; - VP (Fut Subj Sg P1) => s_ + "upiere" ; - VP (Fut Subj Sg P2) => s_ + "upieres" ; - VP (Fut Subj Sg P3) => s_ + "upiere" ; - VP (Fut Subj Pl P1) => s_ + "upiéremos" ; - VP (Fut Subj Pl P2) => s_ + "upiereis" ; - VP (Fut Subj Pl P3) => s_ + "upieren" ; - VP (Cond Sg P1) => s_ + "abría" ; - VP (Cond Sg P2) => s_ + "abrías" ; - VP (Cond Sg P3) => s_ + "abría" ; - VP (Cond Pl P1) => s_ + "abríamos" ; - VP (Cond Pl P2) => s_ + "abríais" ; - VP (Cond Pl P3) => s_ + "abrían" ; + VP (Impf Ind Sg P1) => s_ + "abía" ; --# notpresent + VP (Impf Ind Sg P2) => s_ + "abías" ; --# notpresent + VP (Impf Ind Sg P3) => s_ + "abía" ; --# notpresent + VP (Impf Ind Pl P1) => s_ + "abíamos" ; --# notpresent + VP (Impf Ind Pl P2) => s_ + "abíais" ; --# notpresent + VP (Impf Ind Pl P3) => s_ + "abían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {s_ + "upiera" ; s_ + "upiese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {s_ + "upieras" ; s_ + "upieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {s_ + "upiera" ; s_ + "upiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {s_ + "upiéramos" ; s_ + "upiésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {s_ + "upierais" ; s_ + "upieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {s_ + "upieran" ; s_ + "upiesen"} ; --# notpresent + VP (Pret Sg P1) => s_ + "upe" ; --# notpresent + VP (Pret Sg P2) => s_ + "upiste" ; --# notpresent + VP (Pret Sg P3) => s_ + "upo" ; --# notpresent + VP (Pret Pl P1) => s_ + "upimos" ; --# notpresent + VP (Pret Pl P2) => s_ + "upisteis" ; --# notpresent + VP (Pret Pl P3) => s_ + "upieron" ; --# notpresent + VP (Fut Ind Sg P1) => s_ + "abré" ; --# notpresent + VP (Fut Ind Sg P2) => s_ + "abrás" ; --# notpresent + VP (Fut Ind Sg P3) => s_ + "abrá" ; --# notpresent + VP (Fut Ind Pl P1) => s_ + "abremos" ; --# notpresent + VP (Fut Ind Pl P2) => s_ + "abréis" ; --# notpresent + VP (Fut Ind Pl P3) => s_ + "abrán" ; --# notpresent + VP (Fut Subj Sg P1) => s_ + "upiere" ; --# notpresent + VP (Fut Subj Sg P2) => s_ + "upieres" ; --# notpresent + VP (Fut Subj Sg P3) => s_ + "upiere" ; --# notpresent + VP (Fut Subj Pl P1) => s_ + "upiéremos" ; --# notpresent + VP (Fut Subj Pl P2) => s_ + "upiereis" ; --# notpresent + VP (Fut Subj Pl P3) => s_ + "upieren" ; --# notpresent + VP (Cond Sg P1) => s_ + "abría" ; --# notpresent + VP (Cond Sg P2) => s_ + "abrías" ; --# notpresent + VP (Cond Sg P3) => s_ + "abría" ; --# notpresent + VP (Cond Pl P1) => s_ + "abríamos" ; --# notpresent + VP (Cond Pl P2) => s_ + "abríais" ; --# notpresent + VP (Cond Pl P3) => s_ + "abrían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => s_ + "abe" ; VP (Imp Sg P3) => s_ + "epa" ; @@ -4788,42 +4788,42 @@ oper sacar_72 : Str -> Verbum = \sacar -> VP (Pres Subj Pl P1) => sa_ + "quemos" ; VP (Pres Subj Pl P2) => sa_ + "quéis" ; VP (Pres Subj Pl P3) => sa_ + "quen" ; - VP (Impf Ind Sg P1) => sa_ + "caba" ; - VP (Impf Ind Sg P2) => sa_ + "cabas" ; - VP (Impf Ind Sg P3) => sa_ + "caba" ; - VP (Impf Ind Pl P1) => sa_ + "cábamos" ; - VP (Impf Ind Pl P2) => sa_ + "cabais" ; - VP (Impf Ind Pl P3) => sa_ + "caban" ; - VP (Impf Subj Sg P1) => variants {sa_ + "cara" ; sa_ + "case"} ; - VP (Impf Subj Sg P2) => variants {sa_ + "caras" ; sa_ + "cases"} ; - VP (Impf Subj Sg P3) => variants {sa_ + "cara" ; sa_ + "case"} ; - VP (Impf Subj Pl P1) => variants {sa_ + "cáramos" ; sa_ + "cásemos"} ; - VP (Impf Subj Pl P2) => variants {sa_ + "carais" ; sa_ + "caseis"} ; - VP (Impf Subj Pl P3) => variants {sa_ + "caran" ; sa_ + "casen"} ; - VP (Pret Sg P1) => sa_ + "qué" ; - VP (Pret Sg P2) => sa_ + "caste" ; - VP (Pret Sg P3) => sa_ + "có" ; - VP (Pret Pl P1) => sa_ + "camos" ; - VP (Pret Pl P2) => sa_ + "casteis" ; - VP (Pret Pl P3) => sa_ + "caron" ; - VP (Fut Ind Sg P1) => sa_ + "caré" ; - VP (Fut Ind Sg P2) => sa_ + "carás" ; - VP (Fut Ind Sg P3) => sa_ + "cará" ; - VP (Fut Ind Pl P1) => sa_ + "caremos" ; - VP (Fut Ind Pl P2) => sa_ + "caréis" ; - VP (Fut Ind Pl P3) => sa_ + "carán" ; - VP (Fut Subj Sg P1) => sa_ + "care" ; - VP (Fut Subj Sg P2) => sa_ + "cares" ; - VP (Fut Subj Sg P3) => sa_ + "care" ; - VP (Fut Subj Pl P1) => sa_ + "cáremos" ; - VP (Fut Subj Pl P2) => sa_ + "careis" ; - VP (Fut Subj Pl P3) => sa_ + "caren" ; - VP (Cond Sg P1) => sa_ + "caría" ; - VP (Cond Sg P2) => sa_ + "carías" ; - VP (Cond Sg P3) => sa_ + "caría" ; - VP (Cond Pl P1) => sa_ + "caríamos" ; - VP (Cond Pl P2) => sa_ + "caríais" ; - VP (Cond Pl P3) => sa_ + "carían" ; + VP (Impf Ind Sg P1) => sa_ + "caba" ; --# notpresent + VP (Impf Ind Sg P2) => sa_ + "cabas" ; --# notpresent + VP (Impf Ind Sg P3) => sa_ + "caba" ; --# notpresent + VP (Impf Ind Pl P1) => sa_ + "cábamos" ; --# notpresent + VP (Impf Ind Pl P2) => sa_ + "cabais" ; --# notpresent + VP (Impf Ind Pl P3) => sa_ + "caban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {sa_ + "cara" ; sa_ + "case"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {sa_ + "caras" ; sa_ + "cases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {sa_ + "cara" ; sa_ + "case"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {sa_ + "cáramos" ; sa_ + "cásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {sa_ + "carais" ; sa_ + "caseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {sa_ + "caran" ; sa_ + "casen"} ; --# notpresent + VP (Pret Sg P1) => sa_ + "qué" ; --# notpresent + VP (Pret Sg P2) => sa_ + "caste" ; --# notpresent + VP (Pret Sg P3) => sa_ + "có" ; --# notpresent + VP (Pret Pl P1) => sa_ + "camos" ; --# notpresent + VP (Pret Pl P2) => sa_ + "casteis" ; --# notpresent + VP (Pret Pl P3) => sa_ + "caron" ; --# notpresent + VP (Fut Ind Sg P1) => sa_ + "caré" ; --# notpresent + VP (Fut Ind Sg P2) => sa_ + "carás" ; --# notpresent + VP (Fut Ind Sg P3) => sa_ + "cará" ; --# notpresent + VP (Fut Ind Pl P1) => sa_ + "caremos" ; --# notpresent + VP (Fut Ind Pl P2) => sa_ + "caréis" ; --# notpresent + VP (Fut Ind Pl P3) => sa_ + "carán" ; --# notpresent + VP (Fut Subj Sg P1) => sa_ + "care" ; --# notpresent + VP (Fut Subj Sg P2) => sa_ + "cares" ; --# notpresent + VP (Fut Subj Sg P3) => sa_ + "care" ; --# notpresent + VP (Fut Subj Pl P1) => sa_ + "cáremos" ; --# notpresent + VP (Fut Subj Pl P2) => sa_ + "careis" ; --# notpresent + VP (Fut Subj Pl P3) => sa_ + "caren" ; --# notpresent + VP (Cond Sg P1) => sa_ + "caría" ; --# notpresent + VP (Cond Sg P2) => sa_ + "carías" ; --# notpresent + VP (Cond Sg P3) => sa_ + "caría" ; --# notpresent + VP (Cond Pl P1) => sa_ + "caríamos" ; --# notpresent + VP (Cond Pl P2) => sa_ + "caríais" ; --# notpresent + VP (Cond Pl P3) => sa_ + "carían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => sa_ + "ca" ; VP (Imp Sg P3) => sa_ + "que" ; @@ -4854,42 +4854,42 @@ oper salir_73 : Str -> Verbum = \salir -> VP (Pres Subj Pl P1) => sal_ + "gamos" ; VP (Pres Subj Pl P2) => sal_ + "gáis" ; VP (Pres Subj Pl P3) => sal_ + "gan" ; - VP (Impf Ind Sg P1) => sal_ + "ía" ; - VP (Impf Ind Sg P2) => sal_ + "ías" ; - VP (Impf Ind Sg P3) => sal_ + "ía" ; - VP (Impf Ind Pl P1) => sal_ + "íamos" ; - VP (Impf Ind Pl P2) => sal_ + "íais" ; - VP (Impf Ind Pl P3) => sal_ + "ían" ; - VP (Impf Subj Sg P1) => variants {sal_ + "iera" ; sal_ + "iese"} ; - VP (Impf Subj Sg P2) => variants {sal_ + "ieras" ; sal_ + "ieses"} ; - VP (Impf Subj Sg P3) => variants {sal_ + "iera" ; sal_ + "iese"} ; - VP (Impf Subj Pl P1) => variants {sal_ + "iéramos" ; sal_ + "iésemos"} ; - VP (Impf Subj Pl P2) => variants {sal_ + "ierais" ; sal_ + "ieseis"} ; - VP (Impf Subj Pl P3) => variants {sal_ + "ieran" ; sal_ + "iesen"} ; - VP (Pret Sg P1) => sal_ + "í" ; - VP (Pret Sg P2) => sal_ + "iste" ; - VP (Pret Sg P3) => sal_ + "ió" ; - VP (Pret Pl P1) => sal_ + "imos" ; - VP (Pret Pl P2) => sal_ + "isteis" ; - VP (Pret Pl P3) => sal_ + "ieron" ; - VP (Fut Ind Sg P1) => sal_ + "dré" ; - VP (Fut Ind Sg P2) => sal_ + "drás" ; - VP (Fut Ind Sg P3) => sal_ + "drá" ; - VP (Fut Ind Pl P1) => sal_ + "dremos" ; - VP (Fut Ind Pl P2) => sal_ + "dréis" ; - VP (Fut Ind Pl P3) => sal_ + "drán" ; - VP (Fut Subj Sg P1) => sal_ + "iere" ; - VP (Fut Subj Sg P2) => sal_ + "ieres" ; - VP (Fut Subj Sg P3) => sal_ + "iere" ; - VP (Fut Subj Pl P1) => sal_ + "iéremos" ; - VP (Fut Subj Pl P2) => sal_ + "iereis" ; - VP (Fut Subj Pl P3) => sal_ + "ieren" ; - VP (Cond Sg P1) => sal_ + "dría" ; - VP (Cond Sg P2) => sal_ + "drías" ; - VP (Cond Sg P3) => sal_ + "dría" ; - VP (Cond Pl P1) => sal_ + "dríamos" ; - VP (Cond Pl P2) => sal_ + "dríais" ; - VP (Cond Pl P3) => sal_ + "drían" ; + VP (Impf Ind Sg P1) => sal_ + "ía" ; --# notpresent + VP (Impf Ind Sg P2) => sal_ + "ías" ; --# notpresent + VP (Impf Ind Sg P3) => sal_ + "ía" ; --# notpresent + VP (Impf Ind Pl P1) => sal_ + "íamos" ; --# notpresent + VP (Impf Ind Pl P2) => sal_ + "íais" ; --# notpresent + VP (Impf Ind Pl P3) => sal_ + "ían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {sal_ + "iera" ; sal_ + "iese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {sal_ + "ieras" ; sal_ + "ieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {sal_ + "iera" ; sal_ + "iese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {sal_ + "iéramos" ; sal_ + "iésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {sal_ + "ierais" ; sal_ + "ieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {sal_ + "ieran" ; sal_ + "iesen"} ; --# notpresent + VP (Pret Sg P1) => sal_ + "í" ; --# notpresent + VP (Pret Sg P2) => sal_ + "iste" ; --# notpresent + VP (Pret Sg P3) => sal_ + "ió" ; --# notpresent + VP (Pret Pl P1) => sal_ + "imos" ; --# notpresent + VP (Pret Pl P2) => sal_ + "isteis" ; --# notpresent + VP (Pret Pl P3) => sal_ + "ieron" ; --# notpresent + VP (Fut Ind Sg P1) => sal_ + "dré" ; --# notpresent + VP (Fut Ind Sg P2) => sal_ + "drás" ; --# notpresent + VP (Fut Ind Sg P3) => sal_ + "drá" ; --# notpresent + VP (Fut Ind Pl P1) => sal_ + "dremos" ; --# notpresent + VP (Fut Ind Pl P2) => sal_ + "dréis" ; --# notpresent + VP (Fut Ind Pl P3) => sal_ + "drán" ; --# notpresent + VP (Fut Subj Sg P1) => sal_ + "iere" ; --# notpresent + VP (Fut Subj Sg P2) => sal_ + "ieres" ; --# notpresent + VP (Fut Subj Sg P3) => sal_ + "iere" ; --# notpresent + VP (Fut Subj Pl P1) => sal_ + "iéremos" ; --# notpresent + VP (Fut Subj Pl P2) => sal_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => sal_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => sal_ + "dría" ; --# notpresent + VP (Cond Sg P2) => sal_ + "drías" ; --# notpresent + VP (Cond Sg P3) => sal_ + "dría" ; --# notpresent + VP (Cond Pl P1) => sal_ + "dríamos" ; --# notpresent + VP (Cond Pl P2) => sal_ + "dríais" ; --# notpresent + VP (Cond Pl P3) => sal_ + "drían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => sal_ + "" ; VP (Imp Sg P3) => sal_ + "ga" ; @@ -4920,42 +4920,42 @@ oper satisfacer_74 : Str -> Verbum = \satisfacer -> VP (Pres Subj Pl P1) => satisf_ + "agamos" ; VP (Pres Subj Pl P2) => satisf_ + "agáis" ; VP (Pres Subj Pl P3) => satisf_ + "agan" ; - VP (Impf Ind Sg P1) => satisf_ + "acía" ; - VP (Impf Ind Sg P2) => satisf_ + "acías" ; - VP (Impf Ind Sg P3) => satisf_ + "acía" ; - VP (Impf Ind Pl P1) => satisf_ + "acíamos" ; - VP (Impf Ind Pl P2) => satisf_ + "acíais" ; - VP (Impf Ind Pl P3) => satisf_ + "acían" ; - VP (Impf Subj Sg P1) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; - VP (Impf Subj Sg P2) => variants {satisf_ + "icieras" ; satisf_ + "icieses"} ; - VP (Impf Subj Sg P3) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; - VP (Impf Subj Pl P1) => variants {satisf_ + "iciéramos" ; satisf_ + "iciésemos"} ; - VP (Impf Subj Pl P2) => variants {satisf_ + "icierais" ; satisf_ + "icieseis"} ; - VP (Impf Subj Pl P3) => variants {satisf_ + "icieran" ; satisf_ + "iciesen"} ; - VP (Pret Sg P1) => satisf_ + "ice" ; - VP (Pret Sg P2) => satisf_ + "iciste" ; - VP (Pret Sg P3) => satisf_ + "izo" ; - VP (Pret Pl P1) => satisf_ + "icimos" ; - VP (Pret Pl P2) => satisf_ + "icisteis" ; - VP (Pret Pl P3) => satisf_ + "icieron" ; - VP (Fut Ind Sg P1) => satisf_ + "aré" ; - VP (Fut Ind Sg P2) => satisf_ + "arás" ; - VP (Fut Ind Sg P3) => satisf_ + "ará" ; - VP (Fut Ind Pl P1) => satisf_ + "aremos" ; - VP (Fut Ind Pl P2) => satisf_ + "aréis" ; - VP (Fut Ind Pl P3) => satisf_ + "arán" ; - VP (Fut Subj Sg P1) => satisf_ + "iciere" ; - VP (Fut Subj Sg P2) => satisf_ + "icieres" ; - VP (Fut Subj Sg P3) => satisf_ + "iciere" ; - VP (Fut Subj Pl P1) => satisf_ + "iciéremos" ; - VP (Fut Subj Pl P2) => satisf_ + "iciereis" ; - VP (Fut Subj Pl P3) => satisf_ + "icieren" ; - VP (Cond Sg P1) => satisf_ + "aría" ; - VP (Cond Sg P2) => satisf_ + "arías" ; - VP (Cond Sg P3) => satisf_ + "aría" ; - VP (Cond Pl P1) => satisf_ + "aríamos" ; - VP (Cond Pl P2) => satisf_ + "aríais" ; - VP (Cond Pl P3) => satisf_ + "arían" ; + VP (Impf Ind Sg P1) => satisf_ + "acía" ; --# notpresent + VP (Impf Ind Sg P2) => satisf_ + "acías" ; --# notpresent + VP (Impf Ind Sg P3) => satisf_ + "acía" ; --# notpresent + VP (Impf Ind Pl P1) => satisf_ + "acíamos" ; --# notpresent + VP (Impf Ind Pl P2) => satisf_ + "acíais" ; --# notpresent + VP (Impf Ind Pl P3) => satisf_ + "acían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {satisf_ + "icieras" ; satisf_ + "icieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {satisf_ + "iciéramos" ; satisf_ + "iciésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {satisf_ + "icierais" ; satisf_ + "icieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {satisf_ + "icieran" ; satisf_ + "iciesen"} ; --# notpresent + VP (Pret Sg P1) => satisf_ + "ice" ; --# notpresent + VP (Pret Sg P2) => satisf_ + "iciste" ; --# notpresent + VP (Pret Sg P3) => satisf_ + "izo" ; --# notpresent + VP (Pret Pl P1) => satisf_ + "icimos" ; --# notpresent + VP (Pret Pl P2) => satisf_ + "icisteis" ; --# notpresent + VP (Pret Pl P3) => satisf_ + "icieron" ; --# notpresent + VP (Fut Ind Sg P1) => satisf_ + "aré" ; --# notpresent + VP (Fut Ind Sg P2) => satisf_ + "arás" ; --# notpresent + VP (Fut Ind Sg P3) => satisf_ + "ará" ; --# notpresent + VP (Fut Ind Pl P1) => satisf_ + "aremos" ; --# notpresent + VP (Fut Ind Pl P2) => satisf_ + "aréis" ; --# notpresent + VP (Fut Ind Pl P3) => satisf_ + "arán" ; --# notpresent + VP (Fut Subj Sg P1) => satisf_ + "iciere" ; --# notpresent + VP (Fut Subj Sg P2) => satisf_ + "icieres" ; --# notpresent + VP (Fut Subj Sg P3) => satisf_ + "iciere" ; --# notpresent + VP (Fut Subj Pl P1) => satisf_ + "iciéremos" ; --# notpresent + VP (Fut Subj Pl P2) => satisf_ + "iciereis" ; --# notpresent + VP (Fut Subj Pl P3) => satisf_ + "icieren" ; --# notpresent + VP (Cond Sg P1) => satisf_ + "aría" ; --# notpresent + VP (Cond Sg P2) => satisf_ + "arías" ; --# notpresent + VP (Cond Sg P3) => satisf_ + "aría" ; --# notpresent + VP (Cond Pl P1) => satisf_ + "aríamos" ; --# notpresent + VP (Cond Pl P2) => satisf_ + "aríais" ; --# notpresent + VP (Cond Pl P3) => satisf_ + "arían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => variants {satisf_ + "az" ; satisf_ + "ace"} ; VP (Imp Sg P3) => satisf_ + "aga" ; @@ -4986,42 +4986,42 @@ oper sentir_76 : Str -> Verbum = \sentir -> VP (Pres Subj Pl P1) => s_ + "intamos" ; VP (Pres Subj Pl P2) => s_ + "intáis" ; VP (Pres Subj Pl P3) => s_ + "ientan" ; - VP (Impf Ind Sg P1) => s_ + "entía" ; - VP (Impf Ind Sg P2) => s_ + "entías" ; - VP (Impf Ind Sg P3) => s_ + "entía" ; - VP (Impf Ind Pl P1) => s_ + "entíamos" ; - VP (Impf Ind Pl P2) => s_ + "entíais" ; - VP (Impf Ind Pl P3) => s_ + "entían" ; - VP (Impf Subj Sg P1) => variants {s_ + "intiera" ; s_ + "intiese"} ; - VP (Impf Subj Sg P2) => variants {s_ + "intieras" ; s_ + "intieses"} ; - VP (Impf Subj Sg P3) => variants {s_ + "intiera" ; s_ + "intiese"} ; - VP (Impf Subj Pl P1) => variants {s_ + "intiéramos" ; s_ + "intiésemos"} ; - VP (Impf Subj Pl P2) => variants {s_ + "intierais" ; s_ + "intieseis"} ; - VP (Impf Subj Pl P3) => variants {s_ + "intieran" ; s_ + "intiesen"} ; - VP (Pret Sg P1) => s_ + "entí" ; - VP (Pret Sg P2) => s_ + "entiste" ; - VP (Pret Sg P3) => s_ + "intió" ; - VP (Pret Pl P1) => s_ + "entimos" ; - VP (Pret Pl P2) => s_ + "entisteis" ; - VP (Pret Pl P3) => s_ + "intieron" ; - VP (Fut Ind Sg P1) => s_ + "entiré" ; - VP (Fut Ind Sg P2) => s_ + "entirás" ; - VP (Fut Ind Sg P3) => s_ + "entirá" ; - VP (Fut Ind Pl P1) => s_ + "entiremos" ; - VP (Fut Ind Pl P2) => s_ + "entiréis" ; - VP (Fut Ind Pl P3) => s_ + "entirán" ; - VP (Fut Subj Sg P1) => s_ + "intiere" ; - VP (Fut Subj Sg P2) => s_ + "intieres" ; - VP (Fut Subj Sg P3) => s_ + "intiere" ; - VP (Fut Subj Pl P1) => s_ + "intiéremos" ; - VP (Fut Subj Pl P2) => s_ + "intiereis" ; - VP (Fut Subj Pl P3) => s_ + "intieren" ; - VP (Cond Sg P1) => s_ + "entiría" ; - VP (Cond Sg P2) => s_ + "entirías" ; - VP (Cond Sg P3) => s_ + "entiría" ; - VP (Cond Pl P1) => s_ + "entiríamos" ; - VP (Cond Pl P2) => s_ + "entiríais" ; - VP (Cond Pl P3) => s_ + "entirían" ; + VP (Impf Ind Sg P1) => s_ + "entía" ; --# notpresent + VP (Impf Ind Sg P2) => s_ + "entías" ; --# notpresent + VP (Impf Ind Sg P3) => s_ + "entía" ; --# notpresent + VP (Impf Ind Pl P1) => s_ + "entíamos" ; --# notpresent + VP (Impf Ind Pl P2) => s_ + "entíais" ; --# notpresent + VP (Impf Ind Pl P3) => s_ + "entían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {s_ + "intiera" ; s_ + "intiese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {s_ + "intieras" ; s_ + "intieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {s_ + "intiera" ; s_ + "intiese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {s_ + "intiéramos" ; s_ + "intiésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {s_ + "intierais" ; s_ + "intieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {s_ + "intieran" ; s_ + "intiesen"} ; --# notpresent + VP (Pret Sg P1) => s_ + "entí" ; --# notpresent + VP (Pret Sg P2) => s_ + "entiste" ; --# notpresent + VP (Pret Sg P3) => s_ + "intió" ; --# notpresent + VP (Pret Pl P1) => s_ + "entimos" ; --# notpresent + VP (Pret Pl P2) => s_ + "entisteis" ; --# notpresent + VP (Pret Pl P3) => s_ + "intieron" ; --# notpresent + VP (Fut Ind Sg P1) => s_ + "entiré" ; --# notpresent + VP (Fut Ind Sg P2) => s_ + "entirás" ; --# notpresent + VP (Fut Ind Sg P3) => s_ + "entirá" ; --# notpresent + VP (Fut Ind Pl P1) => s_ + "entiremos" ; --# notpresent + VP (Fut Ind Pl P2) => s_ + "entiréis" ; --# notpresent + VP (Fut Ind Pl P3) => s_ + "entirán" ; --# notpresent + VP (Fut Subj Sg P1) => s_ + "intiere" ; --# notpresent + VP (Fut Subj Sg P2) => s_ + "intieres" ; --# notpresent + VP (Fut Subj Sg P3) => s_ + "intiere" ; --# notpresent + VP (Fut Subj Pl P1) => s_ + "intiéremos" ; --# notpresent + VP (Fut Subj Pl P2) => s_ + "intiereis" ; --# notpresent + VP (Fut Subj Pl P3) => s_ + "intieren" ; --# notpresent + VP (Cond Sg P1) => s_ + "entiría" ; --# notpresent + VP (Cond Sg P2) => s_ + "entirías" ; --# notpresent + VP (Cond Sg P3) => s_ + "entiría" ; --# notpresent + VP (Cond Pl P1) => s_ + "entiríamos" ; --# notpresent + VP (Cond Pl P2) => s_ + "entiríais" ; --# notpresent + VP (Cond Pl P3) => s_ + "entirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => s_ + "iente" ; VP (Imp Sg P3) => s_ + "ienta" ; @@ -5052,42 +5052,42 @@ oper soler_77 : Str -> Verbum = \soler -> VP (Pres Subj Pl P1) => s_ + "olamos" ; VP (Pres Subj Pl P2) => s_ + "oláis" ; VP (Pres Subj Pl P3) => s_ + "uelan" ; - VP (Impf Ind Sg P1) => s_ + "olía" ; - VP (Impf Ind Sg P2) => s_ + "olías" ; - VP (Impf Ind Sg P3) => s_ + "olía" ; - VP (Impf Ind Pl P1) => s_ + "olíamos" ; - VP (Impf Ind Pl P2) => s_ + "olíais" ; - VP (Impf Ind Pl P3) => s_ + "olían" ; - VP (Impf Subj Sg P1) => variants {s_ + "oliera" ; s_ + "oliese"} ; - VP (Impf Subj Sg P2) => variants {s_ + "olieras" ; s_ + "olieses"} ; - VP (Impf Subj Sg P3) => variants {s_ + "oliera" ; s_ + "oliese"} ; - VP (Impf Subj Pl P1) => variants {s_ + "oliéramos" ; s_ + "oliésemos"} ; - VP (Impf Subj Pl P2) => variants {s_ + "olierais" ; s_ + "olieseis"} ; - VP (Impf Subj Pl P3) => variants {s_ + "olieran" ; s_ + "oliesen"} ; - VP (Pret Sg P1) => s_ + "olí" ; - VP (Pret Sg P2) => s_ + "oliste" ; - VP (Pret Sg P3) => s_ + "olió" ; - VP (Pret Pl P1) => s_ + "olimos" ; - VP (Pret Pl P2) => s_ + "olisteis" ; - VP (Pret Pl P3) => s_ + "olieron" ; - VP (Fut Ind Sg P1) => variants {} ; - VP (Fut Ind Sg P2) => variants {} ; - VP (Fut Ind Sg P3) => variants {} ; - VP (Fut Ind Pl P1) => variants {} ; - VP (Fut Ind Pl P2) => variants {} ; - VP (Fut Ind Pl P3) => variants {} ; - VP (Fut Subj Sg P1) => variants {} ; - VP (Fut Subj Sg P2) => variants {} ; - VP (Fut Subj Sg P3) => variants {} ; - VP (Fut Subj Pl P1) => variants {} ; - VP (Fut Subj Pl P2) => variants {} ; - VP (Fut Subj Pl P3) => variants {} ; - VP (Cond Sg P1) => variants {} ; - VP (Cond Sg P2) => variants {} ; - VP (Cond Sg P3) => variants {} ; - VP (Cond Pl P1) => variants {} ; - VP (Cond Pl P2) => variants {} ; - VP (Cond Pl P3) => variants {} ; + VP (Impf Ind Sg P1) => s_ + "olía" ; --# notpresent + VP (Impf Ind Sg P2) => s_ + "olías" ; --# notpresent + VP (Impf Ind Sg P3) => s_ + "olía" ; --# notpresent + VP (Impf Ind Pl P1) => s_ + "olíamos" ; --# notpresent + VP (Impf Ind Pl P2) => s_ + "olíais" ; --# notpresent + VP (Impf Ind Pl P3) => s_ + "olían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {s_ + "oliera" ; s_ + "oliese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {s_ + "olieras" ; s_ + "olieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {s_ + "oliera" ; s_ + "oliese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {s_ + "oliéramos" ; s_ + "oliésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {s_ + "olierais" ; s_ + "olieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {s_ + "olieran" ; s_ + "oliesen"} ; --# notpresent + VP (Pret Sg P1) => s_ + "olí" ; --# notpresent + VP (Pret Sg P2) => s_ + "oliste" ; --# notpresent + VP (Pret Sg P3) => s_ + "olió" ; --# notpresent + VP (Pret Pl P1) => s_ + "olimos" ; --# notpresent + VP (Pret Pl P2) => s_ + "olisteis" ; --# notpresent + VP (Pret Pl P3) => s_ + "olieron" ; --# notpresent + VP (Fut Ind Sg P1) => variants {} ; --# notpresent + VP (Fut Ind Sg P2) => variants {} ; --# notpresent + VP (Fut Ind Sg P3) => variants {} ; --# notpresent + VP (Fut Ind Pl P1) => variants {} ; --# notpresent + VP (Fut Ind Pl P2) => variants {} ; --# notpresent + VP (Fut Ind Pl P3) => variants {} ; --# notpresent + VP (Fut Subj Sg P1) => variants {} ; --# notpresent + VP (Fut Subj Sg P2) => variants {} ; --# notpresent + VP (Fut Subj Sg P3) => variants {} ; --# notpresent + VP (Fut Subj Pl P1) => variants {} ; --# notpresent + VP (Fut Subj Pl P2) => variants {} ; --# notpresent + VP (Fut Subj Pl P3) => variants {} ; --# notpresent + VP (Cond Sg P1) => variants {} ; --# notpresent + VP (Cond Sg P2) => variants {} ; --# notpresent + VP (Cond Sg P3) => variants {} ; --# notpresent + VP (Cond Pl P1) => variants {} ; --# notpresent + VP (Cond Pl P2) => variants {} ; --# notpresent + VP (Cond Pl P3) => variants {} ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => variants {} ; VP (Imp Sg P3) => variants {} ; @@ -5118,42 +5118,42 @@ oper ta VP (Pres Subj Pl P1) => tañ_ + "amos" ; VP (Pres Subj Pl P2) => tañ_ + "áis" ; VP (Pres Subj Pl P3) => tañ_ + "an" ; - VP (Impf Ind Sg P1) => tañ_ + "ía" ; - VP (Impf Ind Sg P2) => tañ_ + "ías" ; - VP (Impf Ind Sg P3) => tañ_ + "ía" ; - VP (Impf Ind Pl P1) => tañ_ + "íamos" ; - VP (Impf Ind Pl P2) => tañ_ + "íais" ; - VP (Impf Ind Pl P3) => tañ_ + "ían" ; - VP (Impf Subj Sg P1) => variants {tañ_ + "era" ; tañ_ + "ese"} ; - VP (Impf Subj Sg P2) => variants {tañ_ + "eras" ; tañ_ + "eses"} ; - VP (Impf Subj Sg P3) => variants {tañ_ + "era" ; tañ_ + "ese"} ; - VP (Impf Subj Pl P1) => variants {tañ_ + "éramos" ; tañ_ + "ésemos"} ; - VP (Impf Subj Pl P2) => variants {tañ_ + "erais" ; tañ_ + "eseis"} ; - VP (Impf Subj Pl P3) => variants {tañ_ + "eran" ; tañ_ + "esen"} ; - VP (Pret Sg P1) => tañ_ + "í" ; - VP (Pret Sg P2) => tañ_ + "iste" ; - VP (Pret Sg P3) => tañ_ + "ó" ; - VP (Pret Pl P1) => tañ_ + "imos" ; - VP (Pret Pl P2) => tañ_ + "isteis" ; - VP (Pret Pl P3) => tañ_ + "eron" ; - VP (Fut Ind Sg P1) => tañ_ + "eré" ; - VP (Fut Ind Sg P2) => tañ_ + "erás" ; - VP (Fut Ind Sg P3) => tañ_ + "erá" ; - VP (Fut Ind Pl P1) => tañ_ + "eremos" ; - VP (Fut Ind Pl P2) => tañ_ + "eréis" ; - VP (Fut Ind Pl P3) => tañ_ + "erán" ; - VP (Fut Subj Sg P1) => tañ_ + "ere" ; - VP (Fut Subj Sg P2) => tañ_ + "eres" ; - VP (Fut Subj Sg P3) => tañ_ + "ere" ; - VP (Fut Subj Pl P1) => tañ_ + "éremos" ; - VP (Fut Subj Pl P2) => tañ_ + "ereis" ; - VP (Fut Subj Pl P3) => tañ_ + "eren" ; - VP (Cond Sg P1) => tañ_ + "ería" ; - VP (Cond Sg P2) => tañ_ + "erías" ; - VP (Cond Sg P3) => tañ_ + "ería" ; - VP (Cond Pl P1) => tañ_ + "eríamos" ; - VP (Cond Pl P2) => tañ_ + "eríais" ; - VP (Cond Pl P3) => tañ_ + "erían" ; + VP (Impf Ind Sg P1) => tañ_ + "ía" ; --# notpresent + VP (Impf Ind Sg P2) => tañ_ + "ías" ; --# notpresent + VP (Impf Ind Sg P3) => tañ_ + "ía" ; --# notpresent + VP (Impf Ind Pl P1) => tañ_ + "íamos" ; --# notpresent + VP (Impf Ind Pl P2) => tañ_ + "íais" ; --# notpresent + VP (Impf Ind Pl P3) => tañ_ + "ían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {tañ_ + "era" ; tañ_ + "ese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {tañ_ + "eras" ; tañ_ + "eses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {tañ_ + "era" ; tañ_ + "ese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {tañ_ + "éramos" ; tañ_ + "ésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {tañ_ + "erais" ; tañ_ + "eseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {tañ_ + "eran" ; tañ_ + "esen"} ; --# notpresent + VP (Pret Sg P1) => tañ_ + "í" ; --# notpresent + VP (Pret Sg P2) => tañ_ + "iste" ; --# notpresent + VP (Pret Sg P3) => tañ_ + "ó" ; --# notpresent + VP (Pret Pl P1) => tañ_ + "imos" ; --# notpresent + VP (Pret Pl P2) => tañ_ + "isteis" ; --# notpresent + VP (Pret Pl P3) => tañ_ + "eron" ; --# notpresent + VP (Fut Ind Sg P1) => tañ_ + "eré" ; --# notpresent + VP (Fut Ind Sg P2) => tañ_ + "erás" ; --# notpresent + VP (Fut Ind Sg P3) => tañ_ + "erá" ; --# notpresent + VP (Fut Ind Pl P1) => tañ_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => tañ_ + "eréis" ; --# notpresent + VP (Fut Ind Pl P3) => tañ_ + "erán" ; --# notpresent + VP (Fut Subj Sg P1) => tañ_ + "ere" ; --# notpresent + VP (Fut Subj Sg P2) => tañ_ + "eres" ; --# notpresent + VP (Fut Subj Sg P3) => tañ_ + "ere" ; --# notpresent + VP (Fut Subj Pl P1) => tañ_ + "éremos" ; --# notpresent + VP (Fut Subj Pl P2) => tañ_ + "ereis" ; --# notpresent + VP (Fut Subj Pl P3) => tañ_ + "eren" ; --# notpresent + VP (Cond Sg P1) => tañ_ + "ería" ; --# notpresent + VP (Cond Sg P2) => tañ_ + "erías" ; --# notpresent + VP (Cond Sg P3) => tañ_ + "ería" ; --# notpresent + VP (Cond Pl P1) => tañ_ + "eríamos" ; --# notpresent + VP (Cond Pl P2) => tañ_ + "eríais" ; --# notpresent + VP (Cond Pl P3) => tañ_ + "erían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => tañ_ + "e" ; VP (Imp Sg P3) => tañ_ + "a" ; @@ -5184,42 +5184,42 @@ oper traer_79 : Str -> Verbum = \traer -> VP (Pres Subj Pl P1) => tra_ + "amos" ; VP (Pres Subj Pl P2) => tra_ + "áis" ; VP (Pres Subj Pl P3) => tra_ + "an" ; - VP (Impf Ind Sg P1) => tra_ + "ía" ; - VP (Impf Ind Sg P2) => tra_ + "ías" ; - VP (Impf Ind Sg P3) => tra_ + "ía" ; - VP (Impf Ind Pl P1) => tra_ + "íamos" ; - VP (Impf Ind Pl P2) => tra_ + "íais" ; - VP (Impf Ind Pl P3) => tra_ + "ían" ; - VP (Impf Subj Sg P1) => variants {tra_ + "yera" ; tra_ + "yese"} ; - VP (Impf Subj Sg P2) => variants {tra_ + "yeras" ; tra_ + "yeses"} ; - VP (Impf Subj Sg P3) => variants {tra_ + "yera" ; tra_ + "yese"} ; - VP (Impf Subj Pl P1) => variants {tra_ + "yéramos" ; tra_ + "yésemos"} ; - VP (Impf Subj Pl P2) => variants {tra_ + "yerais" ; tra_ + "yeseis"} ; - VP (Impf Subj Pl P3) => variants {tra_ + "yeran" ; tra_ + "yesen"} ; - VP (Pret Sg P1) => tra_ + "í" ; - VP (Pret Sg P2) => tra_ + "íste" ; - VP (Pret Sg P3) => tra_ + "yó" ; - VP (Pret Pl P1) => tra_ + "ímos" ; - VP (Pret Pl P2) => tra_ + "ísteis" ; - VP (Pret Pl P3) => tra_ + "yeron" ; - VP (Fut Ind Sg P1) => tra_ + "eré" ; - VP (Fut Ind Sg P2) => tra_ + "erás" ; - VP (Fut Ind Sg P3) => tra_ + "erá" ; - VP (Fut Ind Pl P1) => tra_ + "eremos" ; - VP (Fut Ind Pl P2) => tra_ + "eréis" ; - VP (Fut Ind Pl P3) => tra_ + "erán" ; - VP (Fut Subj Sg P1) => tra_ + "yere" ; - VP (Fut Subj Sg P2) => tra_ + "yeres" ; - VP (Fut Subj Sg P3) => tra_ + "yere" ; - VP (Fut Subj Pl P1) => tra_ + "yéremos" ; - VP (Fut Subj Pl P2) => tra_ + "yereis" ; - VP (Fut Subj Pl P3) => tra_ + "yeren" ; - VP (Cond Sg P1) => tra_ + "ería" ; - VP (Cond Sg P2) => tra_ + "erías" ; - VP (Cond Sg P3) => tra_ + "ería" ; - VP (Cond Pl P1) => tra_ + "eríamos" ; - VP (Cond Pl P2) => tra_ + "eríais" ; - VP (Cond Pl P3) => tra_ + "erían" ; + VP (Impf Ind Sg P1) => tra_ + "ía" ; --# notpresent + VP (Impf Ind Sg P2) => tra_ + "ías" ; --# notpresent + VP (Impf Ind Sg P3) => tra_ + "ía" ; --# notpresent + VP (Impf Ind Pl P1) => tra_ + "íamos" ; --# notpresent + VP (Impf Ind Pl P2) => tra_ + "íais" ; --# notpresent + VP (Impf Ind Pl P3) => tra_ + "ían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {tra_ + "yera" ; tra_ + "yese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {tra_ + "yeras" ; tra_ + "yeses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {tra_ + "yera" ; tra_ + "yese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {tra_ + "yéramos" ; tra_ + "yésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {tra_ + "yerais" ; tra_ + "yeseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {tra_ + "yeran" ; tra_ + "yesen"} ; --# notpresent + VP (Pret Sg P1) => tra_ + "í" ; --# notpresent + VP (Pret Sg P2) => tra_ + "íste" ; --# notpresent + VP (Pret Sg P3) => tra_ + "yó" ; --# notpresent + VP (Pret Pl P1) => tra_ + "ímos" ; --# notpresent + VP (Pret Pl P2) => tra_ + "ísteis" ; --# notpresent + VP (Pret Pl P3) => tra_ + "yeron" ; --# notpresent + VP (Fut Ind Sg P1) => tra_ + "eré" ; --# notpresent + VP (Fut Ind Sg P2) => tra_ + "erás" ; --# notpresent + VP (Fut Ind Sg P3) => tra_ + "erá" ; --# notpresent + VP (Fut Ind Pl P1) => tra_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => tra_ + "eréis" ; --# notpresent + VP (Fut Ind Pl P3) => tra_ + "erán" ; --# notpresent + VP (Fut Subj Sg P1) => tra_ + "yere" ; --# notpresent + VP (Fut Subj Sg P2) => tra_ + "yeres" ; --# notpresent + VP (Fut Subj Sg P3) => tra_ + "yere" ; --# notpresent + VP (Fut Subj Pl P1) => tra_ + "yéremos" ; --# notpresent + VP (Fut Subj Pl P2) => tra_ + "yereis" ; --# notpresent + VP (Fut Subj Pl P3) => tra_ + "yeren" ; --# notpresent + VP (Cond Sg P1) => tra_ + "ería" ; --# notpresent + VP (Cond Sg P2) => tra_ + "erías" ; --# notpresent + VP (Cond Sg P3) => tra_ + "ería" ; --# notpresent + VP (Cond Pl P1) => tra_ + "eríamos" ; --# notpresent + VP (Cond Pl P2) => tra_ + "eríais" ; --# notpresent + VP (Cond Pl P3) => tra_ + "erían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => tra_ + "e" ; VP (Imp Sg P3) => tra_ + "a" ; @@ -5250,42 +5250,42 @@ oper trocar_80 : Str -> Verbum = \trocar -> VP (Pres Subj Pl P1) => tr_ + "oquemos" ; VP (Pres Subj Pl P2) => tr_ + "oquéis" ; VP (Pres Subj Pl P3) => tr_ + "uequen" ; - VP (Impf Ind Sg P1) => tr_ + "ocaba" ; - VP (Impf Ind Sg P2) => tr_ + "ocabas" ; - VP (Impf Ind Sg P3) => tr_ + "ocaba" ; - VP (Impf Ind Pl P1) => tr_ + "ocábamos" ; - VP (Impf Ind Pl P2) => tr_ + "ocabais" ; - VP (Impf Ind Pl P3) => tr_ + "ocaban" ; - VP (Impf Subj Sg P1) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; - VP (Impf Subj Sg P2) => variants {tr_ + "ocaras" ; tr_ + "ocases"} ; - VP (Impf Subj Sg P3) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; - VP (Impf Subj Pl P1) => variants {tr_ + "ocáramos" ; tr_ + "ocásemos"} ; - VP (Impf Subj Pl P2) => variants {tr_ + "ocarais" ; tr_ + "ocaseis"} ; - VP (Impf Subj Pl P3) => variants {tr_ + "ocaran" ; tr_ + "ocasen"} ; - VP (Pret Sg P1) => tr_ + "oqué" ; - VP (Pret Sg P2) => tr_ + "ocaste" ; - VP (Pret Sg P3) => tr_ + "ocó" ; - VP (Pret Pl P1) => tr_ + "ocamos" ; - VP (Pret Pl P2) => tr_ + "ocasteis" ; - VP (Pret Pl P3) => tr_ + "ocaron" ; - VP (Fut Ind Sg P1) => tr_ + "ocaré" ; - VP (Fut Ind Sg P2) => tr_ + "ocarás" ; - VP (Fut Ind Sg P3) => tr_ + "ocará" ; - VP (Fut Ind Pl P1) => tr_ + "ocaremos" ; - VP (Fut Ind Pl P2) => tr_ + "ocaréis" ; - VP (Fut Ind Pl P3) => tr_ + "ocarán" ; - VP (Fut Subj Sg P1) => tr_ + "ocare" ; - VP (Fut Subj Sg P2) => tr_ + "ocares" ; - VP (Fut Subj Sg P3) => tr_ + "ocare" ; - VP (Fut Subj Pl P1) => tr_ + "ocáremos" ; - VP (Fut Subj Pl P2) => tr_ + "ocareis" ; - VP (Fut Subj Pl P3) => tr_ + "ocaren" ; - VP (Cond Sg P1) => tr_ + "ocaría" ; - VP (Cond Sg P2) => tr_ + "ocarías" ; - VP (Cond Sg P3) => tr_ + "ocaría" ; - VP (Cond Pl P1) => tr_ + "ocaríamos" ; - VP (Cond Pl P2) => tr_ + "ocaríais" ; - VP (Cond Pl P3) => tr_ + "ocarían" ; + VP (Impf Ind Sg P1) => tr_ + "ocaba" ; --# notpresent + VP (Impf Ind Sg P2) => tr_ + "ocabas" ; --# notpresent + VP (Impf Ind Sg P3) => tr_ + "ocaba" ; --# notpresent + VP (Impf Ind Pl P1) => tr_ + "ocábamos" ; --# notpresent + VP (Impf Ind Pl P2) => tr_ + "ocabais" ; --# notpresent + VP (Impf Ind Pl P3) => tr_ + "ocaban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {tr_ + "ocaras" ; tr_ + "ocases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {tr_ + "ocáramos" ; tr_ + "ocásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {tr_ + "ocarais" ; tr_ + "ocaseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {tr_ + "ocaran" ; tr_ + "ocasen"} ; --# notpresent + VP (Pret Sg P1) => tr_ + "oqué" ; --# notpresent + VP (Pret Sg P2) => tr_ + "ocaste" ; --# notpresent + VP (Pret Sg P3) => tr_ + "ocó" ; --# notpresent + VP (Pret Pl P1) => tr_ + "ocamos" ; --# notpresent + VP (Pret Pl P2) => tr_ + "ocasteis" ; --# notpresent + VP (Pret Pl P3) => tr_ + "ocaron" ; --# notpresent + VP (Fut Ind Sg P1) => tr_ + "ocaré" ; --# notpresent + VP (Fut Ind Sg P2) => tr_ + "ocarás" ; --# notpresent + VP (Fut Ind Sg P3) => tr_ + "ocará" ; --# notpresent + VP (Fut Ind Pl P1) => tr_ + "ocaremos" ; --# notpresent + VP (Fut Ind Pl P2) => tr_ + "ocaréis" ; --# notpresent + VP (Fut Ind Pl P3) => tr_ + "ocarán" ; --# notpresent + VP (Fut Subj Sg P1) => tr_ + "ocare" ; --# notpresent + VP (Fut Subj Sg P2) => tr_ + "ocares" ; --# notpresent + VP (Fut Subj Sg P3) => tr_ + "ocare" ; --# notpresent + VP (Fut Subj Pl P1) => tr_ + "ocáremos" ; --# notpresent + VP (Fut Subj Pl P2) => tr_ + "ocareis" ; --# notpresent + VP (Fut Subj Pl P3) => tr_ + "ocaren" ; --# notpresent + VP (Cond Sg P1) => tr_ + "ocaría" ; --# notpresent + VP (Cond Sg P2) => tr_ + "ocarías" ; --# notpresent + VP (Cond Sg P3) => tr_ + "ocaría" ; --# notpresent + VP (Cond Pl P1) => tr_ + "ocaríamos" ; --# notpresent + VP (Cond Pl P2) => tr_ + "ocaríais" ; --# notpresent + VP (Cond Pl P3) => tr_ + "ocarían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => tr_ + "ueca" ; VP (Imp Sg P3) => tr_ + "ueque" ; @@ -5316,42 +5316,42 @@ oper valer_81 : Str -> Verbum = \valer -> VP (Pres Subj Pl P1) => val_ + "gamos" ; VP (Pres Subj Pl P2) => val_ + "gáis" ; VP (Pres Subj Pl P3) => val_ + "gan" ; - VP (Impf Ind Sg P1) => val_ + "ía" ; - VP (Impf Ind Sg P2) => val_ + "ías" ; - VP (Impf Ind Sg P3) => val_ + "ía" ; - VP (Impf Ind Pl P1) => val_ + "íamos" ; - VP (Impf Ind Pl P2) => val_ + "íais" ; - VP (Impf Ind Pl P3) => val_ + "ían" ; - VP (Impf Subj Sg P1) => variants {val_ + "iera" ; val_ + "iese"} ; - VP (Impf Subj Sg P2) => variants {val_ + "ieras" ; val_ + "ieses"} ; - VP (Impf Subj Sg P3) => variants {val_ + "iera" ; val_ + "iese"} ; - VP (Impf Subj Pl P1) => variants {val_ + "iéramos" ; val_ + "iésemos"} ; - VP (Impf Subj Pl P2) => variants {val_ + "ierais" ; val_ + "ieseis"} ; - VP (Impf Subj Pl P3) => variants {val_ + "ieran" ; val_ + "iesen"} ; - VP (Pret Sg P1) => val_ + "í" ; - VP (Pret Sg P2) => val_ + "iste" ; - VP (Pret Sg P3) => val_ + "ió" ; - VP (Pret Pl P1) => val_ + "imos" ; - VP (Pret Pl P2) => val_ + "isteis" ; - VP (Pret Pl P3) => val_ + "ieron" ; - VP (Fut Ind Sg P1) => val_ + "dré" ; - VP (Fut Ind Sg P2) => val_ + "drás" ; - VP (Fut Ind Sg P3) => val_ + "drá" ; - VP (Fut Ind Pl P1) => val_ + "dremos" ; - VP (Fut Ind Pl P2) => val_ + "dréis" ; - VP (Fut Ind Pl P3) => val_ + "drán" ; - VP (Fut Subj Sg P1) => val_ + "iere" ; - VP (Fut Subj Sg P2) => val_ + "ieres" ; - VP (Fut Subj Sg P3) => val_ + "iere" ; - VP (Fut Subj Pl P1) => val_ + "iéremos" ; - VP (Fut Subj Pl P2) => val_ + "iereis" ; - VP (Fut Subj Pl P3) => val_ + "ieren" ; - VP (Cond Sg P1) => val_ + "dría" ; - VP (Cond Sg P2) => val_ + "drías" ; - VP (Cond Sg P3) => val_ + "dría" ; - VP (Cond Pl P1) => val_ + "dríamos" ; - VP (Cond Pl P2) => val_ + "dríais" ; - VP (Cond Pl P3) => val_ + "drían" ; + VP (Impf Ind Sg P1) => val_ + "ía" ; --# notpresent + VP (Impf Ind Sg P2) => val_ + "ías" ; --# notpresent + VP (Impf Ind Sg P3) => val_ + "ía" ; --# notpresent + VP (Impf Ind Pl P1) => val_ + "íamos" ; --# notpresent + VP (Impf Ind Pl P2) => val_ + "íais" ; --# notpresent + VP (Impf Ind Pl P3) => val_ + "ían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {val_ + "iera" ; val_ + "iese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {val_ + "ieras" ; val_ + "ieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {val_ + "iera" ; val_ + "iese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {val_ + "iéramos" ; val_ + "iésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {val_ + "ierais" ; val_ + "ieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {val_ + "ieran" ; val_ + "iesen"} ; --# notpresent + VP (Pret Sg P1) => val_ + "í" ; --# notpresent + VP (Pret Sg P2) => val_ + "iste" ; --# notpresent + VP (Pret Sg P3) => val_ + "ió" ; --# notpresent + VP (Pret Pl P1) => val_ + "imos" ; --# notpresent + VP (Pret Pl P2) => val_ + "isteis" ; --# notpresent + VP (Pret Pl P3) => val_ + "ieron" ; --# notpresent + VP (Fut Ind Sg P1) => val_ + "dré" ; --# notpresent + VP (Fut Ind Sg P2) => val_ + "drás" ; --# notpresent + VP (Fut Ind Sg P3) => val_ + "drá" ; --# notpresent + VP (Fut Ind Pl P1) => val_ + "dremos" ; --# notpresent + VP (Fut Ind Pl P2) => val_ + "dréis" ; --# notpresent + VP (Fut Ind Pl P3) => val_ + "drán" ; --# notpresent + VP (Fut Subj Sg P1) => val_ + "iere" ; --# notpresent + VP (Fut Subj Sg P2) => val_ + "ieres" ; --# notpresent + VP (Fut Subj Sg P3) => val_ + "iere" ; --# notpresent + VP (Fut Subj Pl P1) => val_ + "iéremos" ; --# notpresent + VP (Fut Subj Pl P2) => val_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => val_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => val_ + "dría" ; --# notpresent + VP (Cond Sg P2) => val_ + "drías" ; --# notpresent + VP (Cond Sg P3) => val_ + "dría" ; --# notpresent + VP (Cond Pl P1) => val_ + "dríamos" ; --# notpresent + VP (Cond Pl P2) => val_ + "dríais" ; --# notpresent + VP (Cond Pl P3) => val_ + "drían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => val_ + "e" ; VP (Imp Sg P3) => val_ + "ga" ; @@ -5382,42 +5382,42 @@ oper venir_82 : Str -> Verbum = \venir -> VP (Pres Subj Pl P1) => v_ + "engamos" ; VP (Pres Subj Pl P2) => v_ + "engáis" ; VP (Pres Subj Pl P3) => v_ + "engan" ; - VP (Impf Ind Sg P1) => v_ + "enía" ; - VP (Impf Ind Sg P2) => v_ + "enías" ; - VP (Impf Ind Sg P3) => v_ + "enía" ; - VP (Impf Ind Pl P1) => v_ + "eníamos" ; - VP (Impf Ind Pl P2) => v_ + "eníais" ; - VP (Impf Ind Pl P3) => v_ + "enían" ; - VP (Impf Subj Sg P1) => variants {v_ + "iniera" ; v_ + "iniese"} ; - VP (Impf Subj Sg P2) => variants {v_ + "inieras" ; v_ + "inieses"} ; - VP (Impf Subj Sg P3) => variants {v_ + "iniera" ; v_ + "iniese"} ; - VP (Impf Subj Pl P1) => variants {v_ + "iniéramos" ; v_ + "iniésemos"} ; - VP (Impf Subj Pl P2) => variants {v_ + "inierais" ; v_ + "inieseis"} ; - VP (Impf Subj Pl P3) => variants {v_ + "inieran" ; v_ + "iniesen"} ; - VP (Pret Sg P1) => v_ + "ine" ; - VP (Pret Sg P2) => v_ + "iniste" ; - VP (Pret Sg P3) => v_ + "ino" ; - VP (Pret Pl P1) => v_ + "inimos" ; - VP (Pret Pl P2) => v_ + "inisteis" ; - VP (Pret Pl P3) => v_ + "inieron" ; - VP (Fut Ind Sg P1) => v_ + "endré" ; - VP (Fut Ind Sg P2) => v_ + "endrás" ; - VP (Fut Ind Sg P3) => v_ + "endrá" ; - VP (Fut Ind Pl P1) => v_ + "endremos" ; - VP (Fut Ind Pl P2) => v_ + "endréis" ; - VP (Fut Ind Pl P3) => v_ + "endrán" ; - VP (Fut Subj Sg P1) => v_ + "iniere" ; - VP (Fut Subj Sg P2) => v_ + "inieres" ; - VP (Fut Subj Sg P3) => v_ + "iniere" ; - VP (Fut Subj Pl P1) => v_ + "iniéremos" ; - VP (Fut Subj Pl P2) => v_ + "iniereis" ; - VP (Fut Subj Pl P3) => v_ + "inieren" ; - VP (Cond Sg P1) => v_ + "endría" ; - VP (Cond Sg P2) => v_ + "endrías" ; - VP (Cond Sg P3) => v_ + "endría" ; - VP (Cond Pl P1) => v_ + "endríamos" ; - VP (Cond Pl P2) => v_ + "endríais" ; - VP (Cond Pl P3) => v_ + "endrían" ; + VP (Impf Ind Sg P1) => v_ + "enía" ; --# notpresent + VP (Impf Ind Sg P2) => v_ + "enías" ; --# notpresent + VP (Impf Ind Sg P3) => v_ + "enía" ; --# notpresent + VP (Impf Ind Pl P1) => v_ + "eníamos" ; --# notpresent + VP (Impf Ind Pl P2) => v_ + "eníais" ; --# notpresent + VP (Impf Ind Pl P3) => v_ + "enían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {v_ + "iniera" ; v_ + "iniese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {v_ + "inieras" ; v_ + "inieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {v_ + "iniera" ; v_ + "iniese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {v_ + "iniéramos" ; v_ + "iniésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {v_ + "inierais" ; v_ + "inieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {v_ + "inieran" ; v_ + "iniesen"} ; --# notpresent + VP (Pret Sg P1) => v_ + "ine" ; --# notpresent + VP (Pret Sg P2) => v_ + "iniste" ; --# notpresent + VP (Pret Sg P3) => v_ + "ino" ; --# notpresent + VP (Pret Pl P1) => v_ + "inimos" ; --# notpresent + VP (Pret Pl P2) => v_ + "inisteis" ; --# notpresent + VP (Pret Pl P3) => v_ + "inieron" ; --# notpresent + VP (Fut Ind Sg P1) => v_ + "endré" ; --# notpresent + VP (Fut Ind Sg P2) => v_ + "endrás" ; --# notpresent + VP (Fut Ind Sg P3) => v_ + "endrá" ; --# notpresent + VP (Fut Ind Pl P1) => v_ + "endremos" ; --# notpresent + VP (Fut Ind Pl P2) => v_ + "endréis" ; --# notpresent + VP (Fut Ind Pl P3) => v_ + "endrán" ; --# notpresent + VP (Fut Subj Sg P1) => v_ + "iniere" ; --# notpresent + VP (Fut Subj Sg P2) => v_ + "inieres" ; --# notpresent + VP (Fut Subj Sg P3) => v_ + "iniere" ; --# notpresent + VP (Fut Subj Pl P1) => v_ + "iniéremos" ; --# notpresent + VP (Fut Subj Pl P2) => v_ + "iniereis" ; --# notpresent + VP (Fut Subj Pl P3) => v_ + "inieren" ; --# notpresent + VP (Cond Sg P1) => v_ + "endría" ; --# notpresent + VP (Cond Sg P2) => v_ + "endrías" ; --# notpresent + VP (Cond Sg P3) => v_ + "endría" ; --# notpresent + VP (Cond Pl P1) => v_ + "endríamos" ; --# notpresent + VP (Cond Pl P2) => v_ + "endríais" ; --# notpresent + VP (Cond Pl P3) => v_ + "endrían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => v_ + "en" ; VP (Imp Sg P3) => v_ + "enga" ; @@ -5448,42 +5448,42 @@ oper ver_83 : Str -> Verbum = \ver -> VP (Pres Subj Pl P1) => v_ + "eamos" ; VP (Pres Subj Pl P2) => v_ + "eáis" ; VP (Pres Subj Pl P3) => v_ + "ean" ; - VP (Impf Ind Sg P1) => v_ + "eía" ; - VP (Impf Ind Sg P2) => v_ + "eías" ; - VP (Impf Ind Sg P3) => v_ + "eía" ; - VP (Impf Ind Pl P1) => v_ + "eíamos" ; - VP (Impf Ind Pl P2) => v_ + "eíais" ; - VP (Impf Ind Pl P3) => v_ + "eían" ; - VP (Impf Subj Sg P1) => variants {v_ + "iera" ; v_ + "iese"} ; - VP (Impf Subj Sg P2) => variants {v_ + "ieras" ; v_ + "ieses"} ; - VP (Impf Subj Sg P3) => variants {v_ + "iera" ; v_ + "iese"} ; - VP (Impf Subj Pl P1) => variants {v_ + "iéramos" ; v_ + "iésemos"} ; - VP (Impf Subj Pl P2) => variants {v_ + "ierais" ; v_ + "ieseis"} ; - VP (Impf Subj Pl P3) => variants {v_ + "ieran" ; v_ + "iesen"} ; - VP (Pret Sg P1) => v_ + "i" ; - VP (Pret Sg P2) => v_ + "iste" ; - VP (Pret Sg P3) => v_ + "io" ; - VP (Pret Pl P1) => v_ + "imos" ; - VP (Pret Pl P2) => v_ + "isteis" ; - VP (Pret Pl P3) => v_ + "ieron" ; - VP (Fut Ind Sg P1) => v_ + "eré" ; - VP (Fut Ind Sg P2) => v_ + "erás" ; - VP (Fut Ind Sg P3) => v_ + "erá" ; - VP (Fut Ind Pl P1) => v_ + "eremos" ; - VP (Fut Ind Pl P2) => v_ + "eréis" ; - VP (Fut Ind Pl P3) => v_ + "erán" ; - VP (Fut Subj Sg P1) => v_ + "iere" ; - VP (Fut Subj Sg P2) => v_ + "ieres" ; - VP (Fut Subj Sg P3) => v_ + "iere" ; - VP (Fut Subj Pl P1) => v_ + "iéremos" ; - VP (Fut Subj Pl P2) => v_ + "iereis" ; - VP (Fut Subj Pl P3) => v_ + "ieren" ; - VP (Cond Sg P1) => v_ + "ería" ; - VP (Cond Sg P2) => v_ + "erías" ; - VP (Cond Sg P3) => v_ + "ería" ; - VP (Cond Pl P1) => v_ + "eríamos" ; - VP (Cond Pl P2) => v_ + "eríais" ; - VP (Cond Pl P3) => v_ + "erían" ; + VP (Impf Ind Sg P1) => v_ + "eía" ; --# notpresent + VP (Impf Ind Sg P2) => v_ + "eías" ; --# notpresent + VP (Impf Ind Sg P3) => v_ + "eía" ; --# notpresent + VP (Impf Ind Pl P1) => v_ + "eíamos" ; --# notpresent + VP (Impf Ind Pl P2) => v_ + "eíais" ; --# notpresent + VP (Impf Ind Pl P3) => v_ + "eían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {v_ + "iera" ; v_ + "iese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {v_ + "ieras" ; v_ + "ieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {v_ + "iera" ; v_ + "iese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {v_ + "iéramos" ; v_ + "iésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {v_ + "ierais" ; v_ + "ieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {v_ + "ieran" ; v_ + "iesen"} ; --# notpresent + VP (Pret Sg P1) => v_ + "i" ; --# notpresent + VP (Pret Sg P2) => v_ + "iste" ; --# notpresent + VP (Pret Sg P3) => v_ + "io" ; --# notpresent + VP (Pret Pl P1) => v_ + "imos" ; --# notpresent + VP (Pret Pl P2) => v_ + "isteis" ; --# notpresent + VP (Pret Pl P3) => v_ + "ieron" ; --# notpresent + VP (Fut Ind Sg P1) => v_ + "eré" ; --# notpresent + VP (Fut Ind Sg P2) => v_ + "erás" ; --# notpresent + VP (Fut Ind Sg P3) => v_ + "erá" ; --# notpresent + VP (Fut Ind Pl P1) => v_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => v_ + "eréis" ; --# notpresent + VP (Fut Ind Pl P3) => v_ + "erán" ; --# notpresent + VP (Fut Subj Sg P1) => v_ + "iere" ; --# notpresent + VP (Fut Subj Sg P2) => v_ + "ieres" ; --# notpresent + VP (Fut Subj Sg P3) => v_ + "iere" ; --# notpresent + VP (Fut Subj Pl P1) => v_ + "iéremos" ; --# notpresent + VP (Fut Subj Pl P2) => v_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => v_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => v_ + "ería" ; --# notpresent + VP (Cond Sg P2) => v_ + "erías" ; --# notpresent + VP (Cond Sg P3) => v_ + "ería" ; --# notpresent + VP (Cond Pl P1) => v_ + "eríamos" ; --# notpresent + VP (Cond Pl P2) => v_ + "eríais" ; --# notpresent + VP (Cond Pl P3) => v_ + "erían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => v_ + "e" ; VP (Imp Sg P3) => v_ + "ea" ; @@ -5514,42 +5514,42 @@ oper volver_84 : Str -> Verbum = \volver -> VP (Pres Subj Pl P1) => v_ + "olvamos" ; VP (Pres Subj Pl P2) => v_ + "olváis" ; VP (Pres Subj Pl P3) => v_ + "uelvan" ; - VP (Impf Ind Sg P1) => v_ + "olvía" ; - VP (Impf Ind Sg P2) => v_ + "olvías" ; - VP (Impf Ind Sg P3) => v_ + "olvía" ; - VP (Impf Ind Pl P1) => v_ + "olvíamos" ; - VP (Impf Ind Pl P2) => v_ + "olvíais" ; - VP (Impf Ind Pl P3) => v_ + "olvían" ; - VP (Impf Subj Sg P1) => variants {v_ + "olviera" ; v_ + "olviese"} ; - VP (Impf Subj Sg P2) => variants {v_ + "olvieras" ; v_ + "olvieses"} ; - VP (Impf Subj Sg P3) => variants {v_ + "olviera" ; v_ + "olviese"} ; - VP (Impf Subj Pl P1) => variants {v_ + "olviéramos" ; v_ + "olviésemos"} ; - VP (Impf Subj Pl P2) => variants {v_ + "olvierais" ; v_ + "olvieseis"} ; - VP (Impf Subj Pl P3) => variants {v_ + "olvieran" ; v_ + "olviesen"} ; - VP (Pret Sg P1) => v_ + "olví" ; - VP (Pret Sg P2) => v_ + "olviste" ; - VP (Pret Sg P3) => v_ + "olvió" ; - VP (Pret Pl P1) => v_ + "olvimos" ; - VP (Pret Pl P2) => v_ + "olvisteis" ; - VP (Pret Pl P3) => v_ + "olvieron" ; - VP (Fut Ind Sg P1) => v_ + "olveré" ; - VP (Fut Ind Sg P2) => v_ + "olverás" ; - VP (Fut Ind Sg P3) => v_ + "olverá" ; - VP (Fut Ind Pl P1) => v_ + "olveremos" ; - VP (Fut Ind Pl P2) => v_ + "olveréis" ; - VP (Fut Ind Pl P3) => v_ + "olverán" ; - VP (Fut Subj Sg P1) => v_ + "olviere" ; - VP (Fut Subj Sg P2) => v_ + "olvieres" ; - VP (Fut Subj Sg P3) => v_ + "olviere" ; - VP (Fut Subj Pl P1) => v_ + "olviéremos" ; - VP (Fut Subj Pl P2) => v_ + "olviereis" ; - VP (Fut Subj Pl P3) => v_ + "olvieren" ; - VP (Cond Sg P1) => v_ + "olvería" ; - VP (Cond Sg P2) => v_ + "olverías" ; - VP (Cond Sg P3) => v_ + "olvería" ; - VP (Cond Pl P1) => v_ + "olveríamos" ; - VP (Cond Pl P2) => v_ + "olveríais" ; - VP (Cond Pl P3) => v_ + "olverían" ; + VP (Impf Ind Sg P1) => v_ + "olvía" ; --# notpresent + VP (Impf Ind Sg P2) => v_ + "olvías" ; --# notpresent + VP (Impf Ind Sg P3) => v_ + "olvía" ; --# notpresent + VP (Impf Ind Pl P1) => v_ + "olvíamos" ; --# notpresent + VP (Impf Ind Pl P2) => v_ + "olvíais" ; --# notpresent + VP (Impf Ind Pl P3) => v_ + "olvían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {v_ + "olviera" ; v_ + "olviese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {v_ + "olvieras" ; v_ + "olvieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {v_ + "olviera" ; v_ + "olviese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {v_ + "olviéramos" ; v_ + "olviésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {v_ + "olvierais" ; v_ + "olvieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {v_ + "olvieran" ; v_ + "olviesen"} ; --# notpresent + VP (Pret Sg P1) => v_ + "olví" ; --# notpresent + VP (Pret Sg P2) => v_ + "olviste" ; --# notpresent + VP (Pret Sg P3) => v_ + "olvió" ; --# notpresent + VP (Pret Pl P1) => v_ + "olvimos" ; --# notpresent + VP (Pret Pl P2) => v_ + "olvisteis" ; --# notpresent + VP (Pret Pl P3) => v_ + "olvieron" ; --# notpresent + VP (Fut Ind Sg P1) => v_ + "olveré" ; --# notpresent + VP (Fut Ind Sg P2) => v_ + "olverás" ; --# notpresent + VP (Fut Ind Sg P3) => v_ + "olverá" ; --# notpresent + VP (Fut Ind Pl P1) => v_ + "olveremos" ; --# notpresent + VP (Fut Ind Pl P2) => v_ + "olveréis" ; --# notpresent + VP (Fut Ind Pl P3) => v_ + "olverán" ; --# notpresent + VP (Fut Subj Sg P1) => v_ + "olviere" ; --# notpresent + VP (Fut Subj Sg P2) => v_ + "olvieres" ; --# notpresent + VP (Fut Subj Sg P3) => v_ + "olviere" ; --# notpresent + VP (Fut Subj Pl P1) => v_ + "olviéremos" ; --# notpresent + VP (Fut Subj Pl P2) => v_ + "olviereis" ; --# notpresent + VP (Fut Subj Pl P3) => v_ + "olvieren" ; --# notpresent + VP (Cond Sg P1) => v_ + "olvería" ; --# notpresent + VP (Cond Sg P2) => v_ + "olverías" ; --# notpresent + VP (Cond Sg P3) => v_ + "olvería" ; --# notpresent + VP (Cond Pl P1) => v_ + "olveríamos" ; --# notpresent + VP (Cond Pl P2) => v_ + "olveríais" ; --# notpresent + VP (Cond Pl P3) => v_ + "olverían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => v_ + "uelve" ; VP (Imp Sg P3) => v_ + "uelva" ; @@ -5580,42 +5580,42 @@ oper yacer_85 : Str -> Verbum = \yacer -> VP (Pres Subj Pl P1) => ya_ + "zgamos" ; VP (Pres Subj Pl P2) => ya_ + "zgáis" ; VP (Pres Subj Pl P3) => ya_ + "zgan" ; - VP (Impf Ind Sg P1) => ya_ + "cía" ; - VP (Impf Ind Sg P2) => ya_ + "cías" ; - VP (Impf Ind Sg P3) => ya_ + "cía" ; - VP (Impf Ind Pl P1) => ya_ + "cíamos" ; - VP (Impf Ind Pl P2) => ya_ + "cíais" ; - VP (Impf Ind Pl P3) => ya_ + "cían" ; - VP (Impf Subj Sg P1) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; - VP (Impf Subj Sg P2) => variants {ya_ + "cieras" ; ya_ + "cieses"} ; - VP (Impf Subj Sg P3) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; - VP (Impf Subj Pl P1) => variants {ya_ + "ciéramos" ; ya_ + "ciésemos"} ; - VP (Impf Subj Pl P2) => variants {ya_ + "cierais" ; ya_ + "cieseis"} ; - VP (Impf Subj Pl P3) => variants {ya_ + "cieran" ; ya_ + "ciesen"} ; - VP (Pret Sg P1) => ya_ + "cí" ; - VP (Pret Sg P2) => ya_ + "ciste" ; - VP (Pret Sg P3) => ya_ + "ció" ; - VP (Pret Pl P1) => ya_ + "cimos" ; - VP (Pret Pl P2) => ya_ + "cisteis" ; - VP (Pret Pl P3) => ya_ + "cieron" ; - VP (Fut Ind Sg P1) => ya_ + "ceré" ; - VP (Fut Ind Sg P2) => ya_ + "cerás" ; - VP (Fut Ind Sg P3) => ya_ + "cerá" ; - VP (Fut Ind Pl P1) => ya_ + "ceremos" ; - VP (Fut Ind Pl P2) => ya_ + "ceréis" ; - VP (Fut Ind Pl P3) => ya_ + "cerán" ; - VP (Fut Subj Sg P1) => ya_ + "ciere" ; - VP (Fut Subj Sg P2) => ya_ + "cieres" ; - VP (Fut Subj Sg P3) => ya_ + "ciere" ; - VP (Fut Subj Pl P1) => ya_ + "ciéremos" ; - VP (Fut Subj Pl P2) => ya_ + "ciereis" ; - VP (Fut Subj Pl P3) => ya_ + "cieren" ; - VP (Cond Sg P1) => ya_ + "cería" ; - VP (Cond Sg P2) => ya_ + "cerías" ; - VP (Cond Sg P3) => ya_ + "cería" ; - VP (Cond Pl P1) => ya_ + "ceríamos" ; - VP (Cond Pl P2) => ya_ + "ceríais" ; - VP (Cond Pl P3) => ya_ + "cerían" ; + VP (Impf Ind Sg P1) => ya_ + "cía" ; --# notpresent + VP (Impf Ind Sg P2) => ya_ + "cías" ; --# notpresent + VP (Impf Ind Sg P3) => ya_ + "cía" ; --# notpresent + VP (Impf Ind Pl P1) => ya_ + "cíamos" ; --# notpresent + VP (Impf Ind Pl P2) => ya_ + "cíais" ; --# notpresent + VP (Impf Ind Pl P3) => ya_ + "cían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {ya_ + "cieras" ; ya_ + "cieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {ya_ + "ciéramos" ; ya_ + "ciésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {ya_ + "cierais" ; ya_ + "cieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {ya_ + "cieran" ; ya_ + "ciesen"} ; --# notpresent + VP (Pret Sg P1) => ya_ + "cí" ; --# notpresent + VP (Pret Sg P2) => ya_ + "ciste" ; --# notpresent + VP (Pret Sg P3) => ya_ + "ció" ; --# notpresent + VP (Pret Pl P1) => ya_ + "cimos" ; --# notpresent + VP (Pret Pl P2) => ya_ + "cisteis" ; --# notpresent + VP (Pret Pl P3) => ya_ + "cieron" ; --# notpresent + VP (Fut Ind Sg P1) => ya_ + "ceré" ; --# notpresent + VP (Fut Ind Sg P2) => ya_ + "cerás" ; --# notpresent + VP (Fut Ind Sg P3) => ya_ + "cerá" ; --# notpresent + VP (Fut Ind Pl P1) => ya_ + "ceremos" ; --# notpresent + VP (Fut Ind Pl P2) => ya_ + "ceréis" ; --# notpresent + VP (Fut Ind Pl P3) => ya_ + "cerán" ; --# notpresent + VP (Fut Subj Sg P1) => ya_ + "ciere" ; --# notpresent + VP (Fut Subj Sg P2) => ya_ + "cieres" ; --# notpresent + VP (Fut Subj Sg P3) => ya_ + "ciere" ; --# notpresent + VP (Fut Subj Pl P1) => ya_ + "ciéremos" ; --# notpresent + VP (Fut Subj Pl P2) => ya_ + "ciereis" ; --# notpresent + VP (Fut Subj Pl P3) => ya_ + "cieren" ; --# notpresent + VP (Cond Sg P1) => ya_ + "cería" ; --# notpresent + VP (Cond Sg P2) => ya_ + "cerías" ; --# notpresent + VP (Cond Sg P3) => ya_ + "cería" ; --# notpresent + VP (Cond Pl P1) => ya_ + "ceríamos" ; --# notpresent + VP (Cond Pl P2) => ya_ + "ceríais" ; --# notpresent + VP (Cond Pl P3) => ya_ + "cerían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => ya_ + "ce" ; VP (Imp Sg P3) => ya_ + "zga" ; @@ -5646,42 +5646,42 @@ oper zurcir_86 : Str -> Verbum = \zurcir -> VP (Pres Subj Pl P1) => zur_ + "zamos" ; VP (Pres Subj Pl P2) => zur_ + "záis" ; VP (Pres Subj Pl P3) => zur_ + "zan" ; - VP (Impf Ind Sg P1) => zur_ + "cía" ; - VP (Impf Ind Sg P2) => zur_ + "cías" ; - VP (Impf Ind Sg P3) => zur_ + "cía" ; - VP (Impf Ind Pl P1) => zur_ + "cíamos" ; - VP (Impf Ind Pl P2) => zur_ + "cíais" ; - VP (Impf Ind Pl P3) => zur_ + "cían" ; - VP (Impf Subj Sg P1) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; - VP (Impf Subj Sg P2) => variants {zur_ + "cieras" ; zur_ + "cieses"} ; - VP (Impf Subj Sg P3) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; - VP (Impf Subj Pl P1) => variants {zur_ + "ciéramos" ; zur_ + "ciésemos"} ; - VP (Impf Subj Pl P2) => variants {zur_ + "cierais" ; zur_ + "cieseis"} ; - VP (Impf Subj Pl P3) => variants {zur_ + "cieran" ; zur_ + "ciesen"} ; - VP (Pret Sg P1) => zur_ + "cí" ; - VP (Pret Sg P2) => zur_ + "ciste" ; - VP (Pret Sg P3) => zur_ + "ció" ; - VP (Pret Pl P1) => zur_ + "cimos" ; - VP (Pret Pl P2) => zur_ + "cisteis" ; - VP (Pret Pl P3) => zur_ + "cieron" ; - VP (Fut Ind Sg P1) => zur_ + "ciré" ; - VP (Fut Ind Sg P2) => zur_ + "cirás" ; - VP (Fut Ind Sg P3) => zur_ + "cirá" ; - VP (Fut Ind Pl P1) => zur_ + "ciremos" ; - VP (Fut Ind Pl P2) => zur_ + "ciréis" ; - VP (Fut Ind Pl P3) => zur_ + "cirán" ; - VP (Fut Subj Sg P1) => zur_ + "ciere" ; - VP (Fut Subj Sg P2) => zur_ + "cieres" ; - VP (Fut Subj Sg P3) => zur_ + "ciere" ; - VP (Fut Subj Pl P1) => zur_ + "ciéremos" ; - VP (Fut Subj Pl P2) => zur_ + "ciereis" ; - VP (Fut Subj Pl P3) => zur_ + "cieren" ; - VP (Cond Sg P1) => zur_ + "ciría" ; - VP (Cond Sg P2) => zur_ + "cirías" ; - VP (Cond Sg P3) => zur_ + "ciría" ; - VP (Cond Pl P1) => zur_ + "ciríamos" ; - VP (Cond Pl P2) => zur_ + "ciríais" ; - VP (Cond Pl P3) => zur_ + "cirían" ; + VP (Impf Ind Sg P1) => zur_ + "cía" ; --# notpresent + VP (Impf Ind Sg P2) => zur_ + "cías" ; --# notpresent + VP (Impf Ind Sg P3) => zur_ + "cía" ; --# notpresent + VP (Impf Ind Pl P1) => zur_ + "cíamos" ; --# notpresent + VP (Impf Ind Pl P2) => zur_ + "cíais" ; --# notpresent + VP (Impf Ind Pl P3) => zur_ + "cían" ; --# notpresent + VP (Impf Subj Sg P1) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {zur_ + "cieras" ; zur_ + "cieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {zur_ + "ciéramos" ; zur_ + "ciésemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {zur_ + "cierais" ; zur_ + "cieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {zur_ + "cieran" ; zur_ + "ciesen"} ; --# notpresent + VP (Pret Sg P1) => zur_ + "cí" ; --# notpresent + VP (Pret Sg P2) => zur_ + "ciste" ; --# notpresent + VP (Pret Sg P3) => zur_ + "ció" ; --# notpresent + VP (Pret Pl P1) => zur_ + "cimos" ; --# notpresent + VP (Pret Pl P2) => zur_ + "cisteis" ; --# notpresent + VP (Pret Pl P3) => zur_ + "cieron" ; --# notpresent + VP (Fut Ind Sg P1) => zur_ + "ciré" ; --# notpresent + VP (Fut Ind Sg P2) => zur_ + "cirás" ; --# notpresent + VP (Fut Ind Sg P3) => zur_ + "cirá" ; --# notpresent + VP (Fut Ind Pl P1) => zur_ + "ciremos" ; --# notpresent + VP (Fut Ind Pl P2) => zur_ + "ciréis" ; --# notpresent + VP (Fut Ind Pl P3) => zur_ + "cirán" ; --# notpresent + VP (Fut Subj Sg P1) => zur_ + "ciere" ; --# notpresent + VP (Fut Subj Sg P2) => zur_ + "cieres" ; --# notpresent + VP (Fut Subj Sg P3) => zur_ + "ciere" ; --# notpresent + VP (Fut Subj Pl P1) => zur_ + "ciéremos" ; --# notpresent + VP (Fut Subj Pl P2) => zur_ + "ciereis" ; --# notpresent + VP (Fut Subj Pl P3) => zur_ + "cieren" ; --# notpresent + VP (Cond Sg P1) => zur_ + "ciría" ; --# notpresent + VP (Cond Sg P2) => zur_ + "cirías" ; --# notpresent + VP (Cond Sg P3) => zur_ + "ciría" ; --# notpresent + VP (Cond Pl P1) => zur_ + "ciríamos" ; --# notpresent + VP (Cond Pl P2) => zur_ + "ciríais" ; --# notpresent + VP (Cond Pl P3) => zur_ + "cirían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => zur_ + "ce" ; VP (Imp Sg P3) => zur_ + "za" ; @@ -5712,42 +5712,42 @@ oper amar_87 : Str -> Verbum = \amar -> VP (Pres Subj Pl P1) => am_ + "emos" ; VP (Pres Subj Pl P2) => am_ + "éis" ; VP (Pres Subj Pl P3) => am_ + "en" ; - VP (Impf Ind Sg P1) => am_ + "aba" ; - VP (Impf Ind Sg P2) => am_ + "abas" ; - VP (Impf Ind Sg P3) => am_ + "aba" ; - VP (Impf Ind Pl P1) => am_ + "ábamos" ; - VP (Impf Ind Pl P2) => am_ + "abais" ; - VP (Impf Ind Pl P3) => am_ + "aban" ; - VP (Impf Subj Sg P1) => variants {am_ + "ara" ; am_ + "ase"} ; - VP (Impf Subj Sg P2) => variants {am_ + "aras" ; am_ + "ases"} ; - VP (Impf Subj Sg P3) => variants {am_ + "ara" ; am_ + "ase"} ; - VP (Impf Subj Pl P1) => variants {am_ + "áramos" ; am_ + "ásemos"} ; - VP (Impf Subj Pl P2) => variants {am_ + "arais" ; am_ + "aseis"} ; - VP (Impf Subj Pl P3) => variants {am_ + "aran" ; am_ + "asen"} ; - VP (Pret Sg P1) => am_ + "é" ; - VP (Pret Sg P2) => am_ + "aste" ; - VP (Pret Sg P3) => am_ + "ó" ; - VP (Pret Pl P1) => am_ + "amos" ; - VP (Pret Pl P2) => am_ + "asteis" ; - VP (Pret Pl P3) => am_ + "aron" ; - VP (Fut Ind Sg P1) => am_ + "aré" ; - VP (Fut Ind Sg P2) => am_ + "arás" ; - VP (Fut Ind Sg P3) => am_ + "ará" ; - VP (Fut Ind Pl P1) => am_ + "aremos" ; - VP (Fut Ind Pl P2) => am_ + "aréis" ; - VP (Fut Ind Pl P3) => am_ + "arán" ; - VP (Fut Subj Sg P1) => am_ + "are" ; - VP (Fut Subj Sg P2) => am_ + "ares" ; - VP (Fut Subj Sg P3) => am_ + "are" ; - VP (Fut Subj Pl P1) => am_ + "áremos" ; - VP (Fut Subj Pl P2) => am_ + "areis" ; - VP (Fut Subj Pl P3) => am_ + "aren" ; - VP (Cond Sg P1) => am_ + "aría" ; - VP (Cond Sg P2) => am_ + "arías" ; - VP (Cond Sg P3) => am_ + "aría" ; - VP (Cond Pl P1) => am_ + "aríamos" ; - VP (Cond Pl P2) => am_ + "aríais" ; - VP (Cond Pl P3) => am_ + "arían" ; + VP (Impf Ind Sg P1) => am_ + "aba" ; --# notpresent + VP (Impf Ind Sg P2) => am_ + "abas" ; --# notpresent + VP (Impf Ind Sg P3) => am_ + "aba" ; --# notpresent + VP (Impf Ind Pl P1) => am_ + "ábamos" ; --# notpresent + VP (Impf Ind Pl P2) => am_ + "abais" ; --# notpresent + VP (Impf Ind Pl P3) => am_ + "aban" ; --# notpresent + VP (Impf Subj Sg P1) => variants {am_ + "ara" ; am_ + "ase"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {am_ + "aras" ; am_ + "ases"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {am_ + "ara" ; am_ + "ase"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {am_ + "áramos" ; am_ + "ásemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {am_ + "arais" ; am_ + "aseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {am_ + "aran" ; am_ + "asen"} ; --# notpresent + VP (Pret Sg P1) => am_ + "é" ; --# notpresent + VP (Pret Sg P2) => am_ + "aste" ; --# notpresent + VP (Pret Sg P3) => am_ + "ó" ; --# notpresent + VP (Pret Pl P1) => am_ + "amos" ; --# notpresent + VP (Pret Pl P2) => am_ + "asteis" ; --# notpresent + VP (Pret Pl P3) => am_ + "aron" ; --# notpresent + VP (Fut Ind Sg P1) => am_ + "aré" ; --# notpresent + VP (Fut Ind Sg P2) => am_ + "arás" ; --# notpresent + VP (Fut Ind Sg P3) => am_ + "ará" ; --# notpresent + VP (Fut Ind Pl P1) => am_ + "aremos" ; --# notpresent + VP (Fut Ind Pl P2) => am_ + "aréis" ; --# notpresent + VP (Fut Ind Pl P3) => am_ + "arán" ; --# notpresent + VP (Fut Subj Sg P1) => am_ + "are" ; --# notpresent + VP (Fut Subj Sg P2) => am_ + "ares" ; --# notpresent + VP (Fut Subj Sg P3) => am_ + "are" ; --# notpresent + VP (Fut Subj Pl P1) => am_ + "áremos" ; --# notpresent + VP (Fut Subj Pl P2) => am_ + "areis" ; --# notpresent + VP (Fut Subj Pl P3) => am_ + "aren" ; --# notpresent + VP (Cond Sg P1) => am_ + "aría" ; --# notpresent + VP (Cond Sg P2) => am_ + "arías" ; --# notpresent + VP (Cond Sg P3) => am_ + "aría" ; --# notpresent + VP (Cond Pl P1) => am_ + "aríamos" ; --# notpresent + VP (Cond Pl P2) => am_ + "aríais" ; --# notpresent + VP (Cond Pl P3) => am_ + "arían" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => am_ + "a" ; VP (Imp Sg P3) => am_ + "e" ; @@ -5778,42 +5778,42 @@ oper llover_89 : Str -> Verbum = \llover -> VP (Pres Subj Pl P1) => variants {} ; VP (Pres Subj Pl P2) => variants {} ; VP (Pres Subj Pl P3) => variants {} ; - VP (Impf Ind Sg P1) => variants {} ; - VP (Impf Ind Sg P2) => variants {} ; - VP (Impf Ind Sg P3) => ll_ + "ovía" ; - VP (Impf Ind Pl P1) => variants {} ; - VP (Impf Ind Pl P2) => variants {} ; - VP (Impf Ind Pl P3) => variants {} ; - VP (Impf Subj Sg P1) => variants {} ; - VP (Impf Subj Sg P2) => variants {} ; - VP (Impf Subj Sg P3) => variants {ll_ + "oviera" ; ll_ + "oviese"} ; - VP (Impf Subj Pl P1) => variants {} ; - VP (Impf Subj Pl P2) => variants {} ; - VP (Impf Subj Pl P3) => variants {} ; - VP (Pret Sg P1) => variants {} ; - VP (Pret Sg P2) => variants {} ; - VP (Pret Sg P3) => ll_ + "ovió" ; - VP (Pret Pl P1) => variants {} ; - VP (Pret Pl P2) => variants {} ; - VP (Pret Pl P3) => variants {} ; - VP (Fut Ind Sg P1) => variants {} ; - VP (Fut Ind Sg P2) => variants {} ; - VP (Fut Ind Sg P3) => ll_ + "overá" ; - VP (Fut Ind Pl P1) => variants {} ; - VP (Fut Ind Pl P2) => variants {} ; - VP (Fut Ind Pl P3) => variants {} ; - VP (Fut Subj Sg P1) => variants {} ; - VP (Fut Subj Sg P2) => variants {} ; - VP (Fut Subj Sg P3) => ll_ + "oviere" ; - VP (Fut Subj Pl P1) => variants {} ; - VP (Fut Subj Pl P2) => variants {} ; - VP (Fut Subj Pl P3) => variants {} ; - VP (Cond Sg P1) => variants {} ; - VP (Cond Sg P2) => variants {} ; - VP (Cond Sg P3) => ll_ + "overía" ; - VP (Cond Pl P1) => variants {} ; - VP (Cond Pl P2) => variants {} ; - VP (Cond Pl P3) => variants {} ; + VP (Impf Ind Sg P1) => variants {} ; --# notpresent + VP (Impf Ind Sg P2) => variants {} ; --# notpresent + VP (Impf Ind Sg P3) => ll_ + "ovía" ; --# notpresent + VP (Impf Ind Pl P1) => variants {} ; --# notpresent + VP (Impf Ind Pl P2) => variants {} ; --# notpresent + VP (Impf Ind Pl P3) => variants {} ; --# notpresent + VP (Impf Subj Sg P1) => variants {} ; --# notpresent + VP (Impf Subj Sg P2) => variants {} ; --# notpresent + VP (Impf Subj Sg P3) => variants {ll_ + "oviera" ; ll_ + "oviese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {} ; --# notpresent + VP (Impf Subj Pl P2) => variants {} ; --# notpresent + VP (Impf Subj Pl P3) => variants {} ; --# notpresent + VP (Pret Sg P1) => variants {} ; --# notpresent + VP (Pret Sg P2) => variants {} ; --# notpresent + VP (Pret Sg P3) => ll_ + "ovió" ; --# notpresent + VP (Pret Pl P1) => variants {} ; --# notpresent + VP (Pret Pl P2) => variants {} ; --# notpresent + VP (Pret Pl P3) => variants {} ; --# notpresent + VP (Fut Ind Sg P1) => variants {} ; --# notpresent + VP (Fut Ind Sg P2) => variants {} ; --# notpresent + VP (Fut Ind Sg P3) => ll_ + "overá" ; --# notpresent + VP (Fut Ind Pl P1) => variants {} ; --# notpresent + VP (Fut Ind Pl P2) => variants {} ; --# notpresent + VP (Fut Ind Pl P3) => variants {} ; --# notpresent + VP (Fut Subj Sg P1) => variants {} ; --# notpresent + VP (Fut Subj Sg P2) => variants {} ; --# notpresent + VP (Fut Subj Sg P3) => ll_ + "oviere" ; --# notpresent + VP (Fut Subj Pl P1) => variants {} ; --# notpresent + VP (Fut Subj Pl P2) => variants {} ; --# notpresent + VP (Fut Subj Pl P3) => variants {} ; --# notpresent + VP (Cond Sg P1) => variants {} ; --# notpresent + VP (Cond Sg P2) => variants {} ; --# notpresent + VP (Cond Sg P3) => ll_ + "overía" ; --# notpresent + VP (Cond Pl P1) => variants {} ; --# notpresent + VP (Cond Pl P2) => variants {} ; --# notpresent + VP (Cond Pl P3) => variants {} ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => variants {} ; VP (Imp Sg P3) => variants {} ; @@ -5833,11 +5833,11 @@ oper llover_89 : Str -> Verbum = \llover -> 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) ; - VFin (VImperf Conjunct) n p => amar.s ! VP (Impf Sub n p) ; - VFin VPasse n p => amar.s ! VP (Pret n p) ; - VFin VFut n p => amar.s ! VP (Fut Ind n p) ; - VFin VCondit n p => amar.s ! VP (Cond 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 Ind 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) ; @@ -5860,10 +5860,10 @@ param VPers = Pres Mode Number Person - | Impf Mode Number Person - | Pret Number Person - | Fut Mode Number Person - | Cond Number Person + | Impf Mode Number Person --# notpresent --# notpresent + | Pret Number Person --# notpresent --# notpresent + | Fut Mode Number Person --# notpresent --# notpresent + | Cond Number Person --# notpresent --# notpresent | Imp Number Person | Pass Number Gender ; diff --git a/src/GF/Compile/Compile.hs b/src/GF/Compile/Compile.hs index c364e1adf..8655e0ae7 100644 --- a/src/GF/Compile/Compile.hs +++ b/src/GF/Compile/Compile.hs @@ -84,7 +84,7 @@ compileModule opts st0 file | grammar1 <- case suff of "cf" -> putp ("- parsing" +++ suff +++ file) $ getCFGrammar opts file "ebnf" -> putp ("- parsing" +++ suff +++ file) $ getEBNFGrammar opts file - "gfm" -> putp ("- parsing" +++ suff +++ file) $ getSourceGrammar file + "gfm" -> putp ("- parsing" +++ suff +++ file) $ getSourceGrammar opts file _ -> putp ("- parsing old gf" +++ file) $ getOldGrammar opts file let mods = modules grammar1 let env = compileEnvShSt st0 [] @@ -195,7 +195,7 @@ compileOne opts env@((_,srcgr,_),_) file = do -- for compiled resource, parse and organize, then update environment "gfr" -> do - sm0 <- putp ("| reading" +++ file) $ getSourceModule file + sm0 <- putp ("| reading" +++ file) $ getSourceModule opts file sm <- {- putp "creating indirections" $ -} ioeErr $ extendModule mos sm0 ---- experiment with not optimizing gfr ---- sm:_ <- putp " optimizing " $ ioeErr $ evalModule mos sm1 @@ -206,7 +206,8 @@ compileOne opts env@((_,srcgr,_),_) file = do -- for gf source, do full compilation _ -> do - sm0 <- putpOpt ("- parsing" +++ file) ("- compiling" +++ file ++ "... ") $ getSourceModule file + sm0 <- putpOpt ("- parsing" +++ file) ("- compiling" +++ file ++ "... ") $ + getSourceModule opts file (k',sm) <- makeSourceModule opts (fst env) sm0 cm <- putpp " generating code... " $ generateModuleCode opts path sm ft <- getReadTimes file diff --git a/src/GF/Compile/GetGrammar.hs b/src/GF/Compile/GetGrammar.hs index 4eebc2845..019e2f3d2 100644 --- a/src/GF/Compile/GetGrammar.hs +++ b/src/GF/Compile/GetGrammar.hs @@ -44,16 +44,25 @@ import GF.Infra.ReadFiles ---- import Data.Char (toUpper) import Data.List (nub) import Control.Monad (foldM) +import System (system) -getSourceModule :: FilePath -> IOE SourceModule -getSourceModule file = do +getSourceModule :: Options -> FilePath -> IOE SourceModule +getSourceModule opts file0 = do + file <- case getOptVal opts usePreprocessor of + Just p -> do + let tmp = "_gf_preproc.tmp" + cmd = p +++ file0 ++ ">" ++ tmp + ioeIO $ system cmd + -- ioeIO $ putStrLn $ "preproc" +++ cmd + return tmp + _ -> return file0 string <- readFileIOE file let tokens = myLexer string mo1 <- ioeErr $ {- err2err $ -} pModDef tokens ioeErr $ transModDef mo1 -getSourceGrammar :: FilePath -> IOE SourceGrammar -getSourceGrammar file = do +getSourceGrammar :: Options -> FilePath -> IOE SourceGrammar +getSourceGrammar opts file = do string <- readFileIOE file let tokens = myLexer string gr1 <- ioeErr $ {- err2err $ -} pGrammar tokens diff --git a/src/GF/Infra/Option.hs b/src/GF/Infra/Option.hs index 6dc68e257..81ddd44af 100644 --- a/src/GF/Infra/Option.hs +++ b/src/GF/Infra/Option.hs @@ -313,6 +313,7 @@ pathList = aOpt "path" uniCoding = aOpt "coding" probFile = aOpt "probs" noparseFile = aOpt "noparse" +usePreprocessor = aOpt "preproc" -- peb 16/3-05: gfcConversion :: String -> Option diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs index ecb8c5bc4..e61c5cc6a 100644 --- a/src/GF/Shell/HelpFile.hs +++ b/src/GF/Shell/HelpFile.hs @@ -74,6 +74,7 @@ txtHelpFile = "\n -optimize select an optimization to override file-defined flags" ++ "\n -conversion select parsing method (values strict|nondet)" ++ "\n -probs read probabilities from file (format (--# prob) Fun Double)" ++ + "\n -preproc use a preprocessor on each source file" ++ "\n -noparse read nonparsable functions from file (format --# noparse Funs) " ++ "\n examples:" ++ "\n i English.gf -- ordinary import of Concrete" ++ diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs index 9918e5225..59500e7fa 100644 --- a/src/GF/Shell/ShellCommands.hs +++ b/src/GF/Shell/ShellCommands.hs @@ -170,7 +170,7 @@ optionsOfCommand co = case co of "cat lang lexer parser number depth rawtrees unlexer optimize path conversion printer" CImport _ -> both "old v s src gfc retain nocf nocheckcirc cflexer noemit o ex prob" - "abs cnc res path optimize conversion cat probs noparse" + "abs cnc res path optimize conversion cat preproc probs noparse" CRemoveLanguage _ -> none CEmptyState -> none CStripState -> none diff --git a/src/HelpFile b/src/HelpFile index 7edc19af7..a44470f0b 100644 --- a/src/HelpFile +++ b/src/HelpFile @@ -45,6 +45,7 @@ i, import: i File -optimize select an optimization to override file-defined flags -conversion select parsing method (values strict|nondet) -probs read probabilities from file (format (--# prob) Fun Double) + -preproc use a preprocessor on each source file -noparse read nonparsable functions from file (format --# noparse Funs) examples: i English.gf -- ordinary import of Concrete