From 7cf0789945da4b2481e2c2fae2758982d01b55f7 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 25 Feb 2006 18:59:32 +0000 Subject: [PATCH] resource specialized to present tense ; preprocessor flag --- resource-1.0/Makefile | 16 +- resource-1.0/abstract/Common.gf | 13 +- resource-1.0/common/CommonX.gf | 8 +- resource-1.0/common/ParamX.gf | 15 +- resource-1.0/english/CatEng.gf | 1 + resource-1.0/english/ResEng.gf | 107 +- resource-1.0/finnish/ResFin.gf | 50 +- resource-1.0/french/MorphoFre.gf | 10 +- resource-1.0/german/ResGer.gf | 62 +- resource-1.0/italian/BeschIta.gf | 6269 ++++++++--------- resource-1.0/mathematical/MathematicalEng.gf | 2 +- resource-1.0/mathematical/MathematicalFin.gf | 2 +- resource-1.0/mathematical/MathematicalFre.gf | 2 +- resource-1.0/mathematical/MathematicalGer.gf | 2 +- resource-1.0/mathematical/MathematicalIta.gf | 2 +- resource-1.0/mathematical/MathematicalNor.gf | 2 +- resource-1.0/mathematical/MathematicalSpa.gf | 2 +- resource-1.0/mathematical/MathematicalSwe.gf | 2 +- resource-1.0/mkPresent | 1 + resource-1.0/multimodal/MultimodalEng.gf | 2 +- resource-1.0/multimodal/MultimodalFin.gf | 2 +- resource-1.0/multimodal/MultimodalFre.gf | 2 +- resource-1.0/multimodal/MultimodalGer.gf | 2 +- resource-1.0/multimodal/MultimodalIta.gf | 2 +- resource-1.0/multimodal/MultimodalNor.gf | 2 +- resource-1.0/multimodal/MultimodalSpa.gf | 2 +- resource-1.0/multimodal/MultimodalSwe.gf | 2 +- resource-1.0/norwegian/MorphoNor.gf | 4 +- resource-1.0/romance/CommonRomance.gf | 10 +- resource-1.0/romance/ResRomance.gf | 14 +- resource-1.0/scandinavian/CommonScand.gf | 16 +- resource-1.0/scandinavian/ResScand.gf | 24 +- resource-1.0/spanish/BeschSpa.gf | 6354 +++++++++--------- resource-1.0/swadesh/Swadesh.gf | 243 - resource-1.0/swadesh/SwadeshEng.gf | 245 - resource-1.0/swadesh/SwadeshFin.gf | 260 - resource-1.0/swadesh/SwadeshFre.gf | 250 - resource-1.0/swadesh/SwadeshGer.gf | 245 - resource-1.0/swadesh/SwadeshIta.gf | 249 - resource-1.0/swadesh/SwadeshNor.gf | 246 - resource-1.0/swadesh/SwadeshRus.gf | 247 - resource-1.0/swadesh/SwadeshSpa.gf | 253 - resource-1.0/swadesh/SwadeshSwe.gf | 249 - 43 files changed, 6530 insertions(+), 8963 deletions(-) create mode 100644 resource-1.0/mkPresent delete mode 100644 resource-1.0/swadesh/Swadesh.gf delete mode 100644 resource-1.0/swadesh/SwadeshEng.gf delete mode 100644 resource-1.0/swadesh/SwadeshFin.gf delete mode 100644 resource-1.0/swadesh/SwadeshFre.gf delete mode 100644 resource-1.0/swadesh/SwadeshGer.gf delete mode 100644 resource-1.0/swadesh/SwadeshIta.gf delete mode 100644 resource-1.0/swadesh/SwadeshNor.gf delete mode 100644 resource-1.0/swadesh/SwadeshRus.gf delete mode 100644 resource-1.0/swadesh/SwadeshSpa.gf delete mode 100644 resource-1.0/swadesh/SwadeshSwe.gf diff --git a/resource-1.0/Makefile b/resource-1.0/Makefile index a6368b590..4f8a92371 100644 --- a/resource-1.0/Makefile +++ b/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/resource-1.0/abstract/Common.gf b/resource-1.0/abstract/Common.gf index cdc2d1f01..003174ef6 100644 --- a/resource-1.0/abstract/Common.gf +++ b/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/resource-1.0/common/CommonX.gf b/resource-1.0/common/CommonX.gf index 396116712..d37136231 100644 --- a/resource-1.0/common/CommonX.gf +++ b/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/resource-1.0/common/ParamX.gf b/resource-1.0/common/ParamX.gf index 560079343..97c842173 100644 --- a/resource-1.0/common/ParamX.gf +++ b/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/resource-1.0/english/CatEng.gf b/resource-1.0/english/CatEng.gf index e67d0cea5..a07865b63 100644 --- a/resource-1.0/english/CatEng.gf +++ b/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/resource-1.0/english/ResEng.gf b/resource-1.0/english/ResEng.gf index 867715712..df2dcc9a1 100644 --- a/resource-1.0/english/ResEng.gf +++ b/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/resource-1.0/finnish/ResFin.gf b/resource-1.0/finnish/ResFin.gf index e44b7270b..ef407a3de 100644 --- a/resource-1.0/finnish/ResFin.gf +++ b/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/resource-1.0/french/MorphoFre.gf b/resource-1.0/french/MorphoFre.gf index 0b955e52c..f49c34582 100644 --- a/resource-1.0/french/MorphoFre.gf +++ b/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/resource-1.0/german/ResGer.gf b/resource-1.0/german/ResGer.gf index 83ef88d82..4fd68e546 100644 --- a/resource-1.0/german/ResGer.gf +++ b/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/resource-1.0/italian/BeschIta.gf b/resource-1.0/italian/BeschIta.gf index feec07390..662a7c27e 100644 --- a/resource-1.0/italian/BeschIta.gf +++ b/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/resource-1.0/mathematical/MathematicalEng.gf b/resource-1.0/mathematical/MathematicalEng.gf index 00d32e1fd..bad6efe45 100644 --- a/resource-1.0/mathematical/MathematicalEng.gf +++ b/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/resource-1.0/mathematical/MathematicalFin.gf b/resource-1.0/mathematical/MathematicalFin.gf index 6a6f8d750..cfdfbfc4b 100644 --- a/resource-1.0/mathematical/MathematicalFin.gf +++ b/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/resource-1.0/mathematical/MathematicalFre.gf b/resource-1.0/mathematical/MathematicalFre.gf index b0a8ff359..f68a02019 100644 --- a/resource-1.0/mathematical/MathematicalFre.gf +++ b/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/resource-1.0/mathematical/MathematicalGer.gf b/resource-1.0/mathematical/MathematicalGer.gf index 9587c2f1d..a0bb540be 100644 --- a/resource-1.0/mathematical/MathematicalGer.gf +++ b/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/resource-1.0/mathematical/MathematicalIta.gf b/resource-1.0/mathematical/MathematicalIta.gf index 3910c22d8..97392c005 100644 --- a/resource-1.0/mathematical/MathematicalIta.gf +++ b/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/resource-1.0/mathematical/MathematicalNor.gf b/resource-1.0/mathematical/MathematicalNor.gf index 07e1b78b3..07f50f9f3 100644 --- a/resource-1.0/mathematical/MathematicalNor.gf +++ b/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/resource-1.0/mathematical/MathematicalSpa.gf b/resource-1.0/mathematical/MathematicalSpa.gf index d01abef8a..060542579 100644 --- a/resource-1.0/mathematical/MathematicalSpa.gf +++ b/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/resource-1.0/mathematical/MathematicalSwe.gf b/resource-1.0/mathematical/MathematicalSwe.gf index 0c80c6b11..758e384ae 100644 --- a/resource-1.0/mathematical/MathematicalSwe.gf +++ b/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/resource-1.0/mkPresent b/resource-1.0/mkPresent new file mode 100644 index 000000000..21f70c75a --- /dev/null +++ b/resource-1.0/mkPresent @@ -0,0 +1 @@ +grep -v "\-\-\# notpresent" $1 diff --git a/resource-1.0/multimodal/MultimodalEng.gf b/resource-1.0/multimodal/MultimodalEng.gf index cd09033fa..e7ba758ad 100644 --- a/resource-1.0/multimodal/MultimodalEng.gf +++ b/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/resource-1.0/multimodal/MultimodalFin.gf b/resource-1.0/multimodal/MultimodalFin.gf index 6331795a9..040eeaa59 100644 --- a/resource-1.0/multimodal/MultimodalFin.gf +++ b/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/resource-1.0/multimodal/MultimodalFre.gf b/resource-1.0/multimodal/MultimodalFre.gf index 8ffe9104a..6bdaa343a 100644 --- a/resource-1.0/multimodal/MultimodalFre.gf +++ b/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/resource-1.0/multimodal/MultimodalGer.gf b/resource-1.0/multimodal/MultimodalGer.gf index 7788e213c..974a81137 100644 --- a/resource-1.0/multimodal/MultimodalGer.gf +++ b/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/resource-1.0/multimodal/MultimodalIta.gf b/resource-1.0/multimodal/MultimodalIta.gf index fd3576f0e..4a5c38f55 100644 --- a/resource-1.0/multimodal/MultimodalIta.gf +++ b/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/resource-1.0/multimodal/MultimodalNor.gf b/resource-1.0/multimodal/MultimodalNor.gf index 59300713e..1bb9c3c26 100644 --- a/resource-1.0/multimodal/MultimodalNor.gf +++ b/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/resource-1.0/multimodal/MultimodalSpa.gf b/resource-1.0/multimodal/MultimodalSpa.gf index b318be406..61893b41c 100644 --- a/resource-1.0/multimodal/MultimodalSpa.gf +++ b/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/resource-1.0/multimodal/MultimodalSwe.gf b/resource-1.0/multimodal/MultimodalSwe.gf index fc9cd6a84..268dad276 100644 --- a/resource-1.0/multimodal/MultimodalSwe.gf +++ b/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/resource-1.0/norwegian/MorphoNor.gf b/resource-1.0/norwegian/MorphoNor.gf index 6fc85dd7f..5b35436fd 100644 --- a/resource-1.0/norwegian/MorphoNor.gf +++ b/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/resource-1.0/romance/CommonRomance.gf b/resource-1.0/romance/CommonRomance.gf index 68c1af91a..8ae45774e 100644 --- a/resource-1.0/romance/CommonRomance.gf +++ b/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/resource-1.0/romance/ResRomance.gf b/resource-1.0/romance/ResRomance.gf index 36a4ce7c6..7e1513202 100644 --- a/resource-1.0/romance/ResRomance.gf +++ b/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/resource-1.0/scandinavian/CommonScand.gf b/resource-1.0/scandinavian/CommonScand.gf index 5870c8149..6d51079da 100644 --- a/resource-1.0/scandinavian/CommonScand.gf +++ b/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/resource-1.0/scandinavian/ResScand.gf b/resource-1.0/scandinavian/ResScand.gf index 54ad3a23c..4fd2e9be8 100644 --- a/resource-1.0/scandinavian/ResScand.gf +++ b/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/resource-1.0/spanish/BeschSpa.gf b/resource-1.0/spanish/BeschSpa.gf index 5a789c115..08fae6d17 100644 --- a/resource-1.0/spanish/BeschSpa.gf +++ b/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_ + "seis" ; 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_ + "furamos" ; x_ + "fusemos"} ; - 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_ + "sers" ; - VP (Fut Ind Sg P3) => x_ + "ser" ; - VP (Fut Ind Pl P1) => x_ + "seremos" ; - VP (Fut Ind Pl P2) => x_ + "seris" ; - VP (Fut Ind Pl P3) => x_ + "sern" ; - 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_ + "furemos" ; - VP (Fut Subj Pl P2) => x_ + "fuereis" ; - VP (Fut Subj Pl P3) => x_ + "fueren" ; - VP (Cond Sg P1) => x_ + "sera" ; - VP (Cond Sg P2) => x_ + "seras" ; - VP (Cond Sg P3) => x_ + "sera" ; - VP (Cond Pl P1) => x_ + "seramos" ; - VP (Cond Pl P2) => x_ + "serais" ; - VP (Cond Pl P3) => x_ + "seran" ; + 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_ + "furamos" ; x_ + "fusemos"} ; --# 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_ + "sers" ; --# notpresent + VP (Fut Ind Sg P3) => x_ + "ser" ; --# notpresent + VP (Fut Ind Pl P1) => x_ + "seremos" ; --# notpresent + VP (Fut Ind Pl P2) => x_ + "seris" ; --# notpresent + VP (Fut Ind Pl P3) => x_ + "sern" ; --# 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_ + "furemos" ; --# notpresent + VP (Fut Subj Pl P2) => x_ + "fuereis" ; --# notpresent + VP (Fut Subj Pl P3) => x_ + "fueren" ; --# notpresent + VP (Cond Sg P1) => x_ + "sera" ; --# notpresent + VP (Cond Sg P2) => x_ + "seras" ; --# notpresent + VP (Cond Sg P3) => x_ + "sera" ; --# notpresent + VP (Cond Pl P1) => x_ + "seramos" ; --# notpresent + VP (Cond Pl P2) => x_ + "serais" ; --# notpresent + VP (Cond Pl P3) => x_ + "seran" ; --# 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_ + "uviramos" ; est_ + "uvisemos"} ; - 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_ + "ars" ; - VP (Fut Ind Sg P3) => est_ + "ar" ; - VP (Fut Ind Pl P1) => est_ + "aremos" ; - VP (Fut Ind Pl P2) => est_ + "aris" ; - VP (Fut Ind Pl P3) => est_ + "arn" ; - 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_ + "uviremos" ; - VP (Fut Subj Pl P2) => est_ + "uviereis" ; - VP (Fut Subj Pl P3) => est_ + "uvieren" ; - VP (Cond Sg P1) => est_ + "ara" ; - VP (Cond Sg P2) => est_ + "aras" ; - VP (Cond Sg P3) => est_ + "ara" ; - VP (Cond Pl P1) => est_ + "aramos" ; - VP (Cond Pl P2) => est_ + "arais" ; - VP (Cond Pl P3) => est_ + "aran" ; + 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_ + "uviramos" ; est_ + "uvisemos"} ; --# 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_ + "ars" ; --# notpresent + VP (Fut Ind Sg P3) => est_ + "ar" ; --# notpresent + VP (Fut Ind Pl P1) => est_ + "aremos" ; --# notpresent + VP (Fut Ind Pl P2) => est_ + "aris" ; --# notpresent + VP (Fut Ind Pl P3) => est_ + "arn" ; --# 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_ + "uviremos" ; --# notpresent + VP (Fut Subj Pl P2) => est_ + "uviereis" ; --# notpresent + VP (Fut Subj Pl P3) => est_ + "uvieren" ; --# notpresent + VP (Cond Sg P1) => est_ + "ara" ; --# notpresent + VP (Cond Sg P2) => est_ + "aras" ; --# notpresent + VP (Cond Sg P3) => est_ + "ara" ; --# notpresent + VP (Cond Pl P1) => est_ + "aramos" ; --# notpresent + VP (Cond Pl P2) => est_ + "arais" ; --# notpresent + VP (Cond Pl P3) => est_ + "aran" ; --# 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_ + "ayis" ; VP (Pres Subj Pl P3) => h_ + "ayan" ; - VP (Impf Ind Sg P1) => h_ + "aba" ; - VP (Impf Ind Sg P2) => h_ + "abas" ; - VP (Impf Ind Sg P3) => h_ + "aba" ; - VP (Impf Ind Pl P1) => h_ + "abamos" ; - VP (Impf Ind Pl P2) => h_ + "abais" ; - VP (Impf Ind Pl P3) => h_ + "aban" ; - 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_ + "ubiramos" ; h_ + "ubisemos"} ; - 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_ + "abrs" ; - VP (Fut Ind Sg P3) => h_ + "abr" ; - VP (Fut Ind Pl P1) => h_ + "abremos" ; - VP (Fut Ind Pl P2) => h_ + "abris" ; - VP (Fut Ind Pl P3) => h_ + "abrn" ; - 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_ + "ubiremos" ; - VP (Fut Subj Pl P2) => h_ + "ubiereis" ; - VP (Fut Subj Pl P3) => h_ + "ubieren" ; - VP (Cond Sg P1) => h_ + "abra" ; - VP (Cond Sg P2) => h_ + "abras" ; - VP (Cond Sg P3) => h_ + "abra" ; - VP (Cond Pl P1) => h_ + "abramos" ; - VP (Cond Pl P2) => h_ + "abrais" ; - VP (Cond Pl P3) => h_ + "abran" ; + VP (Impf Ind Sg P1) => h_ + "aba" ; --# notpresent + VP (Impf Ind Sg P2) => h_ + "abas" ; --# notpresent + VP (Impf Ind Sg P3) => h_ + "aba" ; --# notpresent + VP (Impf Ind Pl P1) => h_ + "abamos" ; --# notpresent + VP (Impf Ind Pl P2) => h_ + "abais" ; --# notpresent + VP (Impf Ind Pl P3) => h_ + "aban" ; --# 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_ + "ubiramos" ; h_ + "ubisemos"} ; --# 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_ + "abrs" ; --# notpresent + VP (Fut Ind Sg P3) => h_ + "abr" ; --# notpresent + VP (Fut Ind Pl P1) => h_ + "abremos" ; --# notpresent + VP (Fut Ind Pl P2) => h_ + "abris" ; --# notpresent + VP (Fut Ind Pl P3) => h_ + "abrn" ; --# 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_ + "ubiremos" ; --# notpresent + VP (Fut Subj Pl P2) => h_ + "ubiereis" ; --# notpresent + VP (Fut Subj Pl P3) => h_ + "ubieren" ; --# notpresent + VP (Cond Sg P1) => h_ + "abra" ; --# notpresent + VP (Cond Sg P2) => h_ + "abras" ; --# notpresent + VP (Cond Sg P3) => h_ + "abra" ; --# notpresent + VP (Cond Pl P1) => h_ + "abramos" ; --# notpresent + VP (Cond Pl P2) => h_ + "abrais" ; --# notpresent + VP (Cond Pl P3) => h_ + "abran" ; --# 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_ + "ayis" ; VP (Pres Subj Pl P3) => h_ + "ayan" ; - VP (Impf Ind Sg P1) => h_ + "aba" ; - VP (Impf Ind Sg P2) => h_ + "abas" ; - VP (Impf Ind Sg P3) => h_ + "aba" ; - VP (Impf Ind Pl P1) => h_ + "abamos" ; - VP (Impf Ind Pl P2) => h_ + "abais" ; - VP (Impf Ind Pl P3) => h_ + "aban" ; - 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_ + "ubiramos" ; h_ + "ubisemos"} ; - 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_ + "abrs" ; - VP (Fut Ind Sg P3) => h_ + "abr" ; - VP (Fut Ind Pl P1) => h_ + "abremos" ; - VP (Fut Ind Pl P2) => h_ + "abris" ; - VP (Fut Ind Pl P3) => h_ + "abrn" ; - 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_ + "ubiremos" ; - VP (Fut Subj Pl P2) => h_ + "ubiereis" ; - VP (Fut Subj Pl P3) => h_ + "ubieren" ; - VP (Cond Sg P1) => h_ + "abra" ; - VP (Cond Sg P2) => h_ + "abras" ; - VP (Cond Sg P3) => h_ + "abra" ; - VP (Cond Pl P1) => h_ + "abramos" ; - VP (Cond Pl P2) => h_ + "abrais" ; - VP (Cond Pl P3) => h_ + "abran" ; + VP (Impf Ind Sg P1) => h_ + "aba" ; --# notpresent + VP (Impf Ind Sg P2) => h_ + "abas" ; --# notpresent + VP (Impf Ind Sg P3) => h_ + "aba" ; --# notpresent + VP (Impf Ind Pl P1) => h_ + "abamos" ; --# notpresent + VP (Impf Ind Pl P2) => h_ + "abais" ; --# notpresent + VP (Impf Ind Pl P3) => h_ + "aban" ; --# 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_ + "ubiramos" ; h_ + "ubisemos"} ; --# 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_ + "abrs" ; --# notpresent + VP (Fut Ind Sg P3) => h_ + "abr" ; --# notpresent + VP (Fut Ind Pl P1) => h_ + "abremos" ; --# notpresent + VP (Fut Ind Pl P2) => h_ + "abris" ; --# notpresent + VP (Fut Ind Pl P3) => h_ + "abrn" ; --# 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_ + "ubiremos" ; --# notpresent + VP (Fut Subj Pl P2) => h_ + "ubiereis" ; --# notpresent + VP (Fut Subj Pl P3) => h_ + "ubieren" ; --# notpresent + VP (Cond Sg P1) => h_ + "abra" ; --# notpresent + VP (Cond Sg P2) => h_ + "abras" ; --# notpresent + VP (Cond Sg P3) => h_ + "abra" ; --# notpresent + VP (Cond Pl P1) => h_ + "abramos" ; --# notpresent + VP (Cond Pl P2) => h_ + "abrais" ; --# notpresent + VP (Cond Pl P3) => h_ + "abran" ; --# 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_ + "engis" ; VP (Pres Subj Pl P3) => t_ + "engan" ; - VP (Impf Ind Sg P1) => t_ + "ena" ; - VP (Impf Ind Sg P2) => t_ + "enas" ; - VP (Impf Ind Sg P3) => t_ + "ena" ; - VP (Impf Ind Pl P1) => t_ + "enamos" ; - VP (Impf Ind Pl P2) => t_ + "enais" ; - VP (Impf Ind Pl P3) => t_ + "enan" ; - 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_ + "uviramos" ; t_ + "uvisemos"} ; - 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_ + "endrs" ; - VP (Fut Ind Sg P3) => t_ + "endr" ; - VP (Fut Ind Pl P1) => t_ + "endremos" ; - VP (Fut Ind Pl P2) => t_ + "endris" ; - VP (Fut Ind Pl P3) => t_ + "endrn" ; - 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_ + "uviremos" ; - VP (Fut Subj Pl P2) => t_ + "uviereis" ; - VP (Fut Subj Pl P3) => t_ + "uvieren" ; - VP (Cond Sg P1) => t_ + "endra" ; - VP (Cond Sg P2) => t_ + "endras" ; - VP (Cond Sg P3) => t_ + "endra" ; - VP (Cond Pl P1) => t_ + "endramos" ; - VP (Cond Pl P2) => t_ + "endrais" ; - VP (Cond Pl P3) => t_ + "endran" ; + VP (Impf Ind Sg P1) => t_ + "ena" ; --# notpresent + VP (Impf Ind Sg P2) => t_ + "enas" ; --# notpresent + VP (Impf Ind Sg P3) => t_ + "ena" ; --# notpresent + VP (Impf Ind Pl P1) => t_ + "enamos" ; --# notpresent + VP (Impf Ind Pl P2) => t_ + "enais" ; --# notpresent + VP (Impf Ind Pl P3) => t_ + "enan" ; --# 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_ + "uviramos" ; t_ + "uvisemos"} ; --# 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_ + "endrs" ; --# notpresent + VP (Fut Ind Sg P3) => t_ + "endr" ; --# notpresent + VP (Fut Ind Pl P1) => t_ + "endremos" ; --# notpresent + VP (Fut Ind Pl P2) => t_ + "endris" ; --# notpresent + VP (Fut Ind Pl P3) => t_ + "endrn" ; --# 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_ + "uviremos" ; --# notpresent + VP (Fut Subj Pl P2) => t_ + "uviereis" ; --# notpresent + VP (Fut Subj Pl P3) => t_ + "uvieren" ; --# notpresent + VP (Cond Sg P1) => t_ + "endra" ; --# notpresent + VP (Cond Sg P2) => t_ + "endras" ; --# notpresent + VP (Cond Sg P3) => t_ + "endra" ; --# notpresent + VP (Cond Pl P1) => t_ + "endramos" ; --# notpresent + VP (Cond Pl P2) => t_ + "endrais" ; --# notpresent + VP (Cond Pl P3) => t_ + "endran" ; --# 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_ + "ars" ; - VP (Fut Ind Sg P3) => cort_ + "ar" ; - VP (Fut Ind Pl P1) => cort_ + "aremos" ; - VP (Fut Ind Pl P2) => cort_ + "aris" ; - VP (Fut Ind Pl P3) => cort_ + "arn" ; - 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_ + "ara" ; - VP (Cond Sg P2) => cort_ + "aras" ; - VP (Cond Sg P3) => cort_ + "ara" ; - VP (Cond Pl P1) => cort_ + "aramos" ; - VP (Cond Pl P2) => cort_ + "arais" ; - VP (Cond Pl P3) => cort_ + "aran" ; + 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_ + "ars" ; --# notpresent + VP (Fut Ind Sg P3) => cort_ + "ar" ; --# notpresent + VP (Fut Ind Pl P1) => cort_ + "aremos" ; --# notpresent + VP (Fut Ind Pl P2) => cort_ + "aris" ; --# notpresent + VP (Fut Ind Pl P3) => cort_ + "arn" ; --# 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_ + "ara" ; --# notpresent + VP (Cond Sg P2) => cort_ + "aras" ; --# notpresent + VP (Cond Sg P3) => cort_ + "ara" ; --# notpresent + VP (Cond Pl P1) => cort_ + "aramos" ; --# notpresent + VP (Cond Pl P2) => cort_ + "arais" ; --# notpresent + VP (Cond Pl P3) => cort_ + "aran" ; --# 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_ + "iramos" ; deb_ + "isemos"} ; - 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_ + "ers" ; - VP (Fut Ind Sg P3) => deb_ + "er" ; - VP (Fut Ind Pl P1) => deb_ + "eremos" ; - VP (Fut Ind Pl P2) => deb_ + "eris" ; - VP (Fut Ind Pl P3) => deb_ + "ern" ; - 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_ + "iremos" ; - VP (Fut Subj Pl P2) => deb_ + "iereis" ; - VP (Fut Subj Pl P3) => deb_ + "ieren" ; - VP (Cond Sg P1) => deb_ + "era" ; - VP (Cond Sg P2) => deb_ + "eras" ; - VP (Cond Sg P3) => deb_ + "era" ; - VP (Cond Pl P1) => deb_ + "eramos" ; - VP (Cond Pl P2) => deb_ + "erais" ; - VP (Cond Pl P3) => deb_ + "eran" ; + 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_ + "iramos" ; deb_ + "isemos"} ; --# 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_ + "ers" ; --# notpresent + VP (Fut Ind Sg P3) => deb_ + "er" ; --# notpresent + VP (Fut Ind Pl P1) => deb_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => deb_ + "eris" ; --# notpresent + VP (Fut Ind Pl P3) => deb_ + "ern" ; --# 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_ + "iremos" ; --# notpresent + VP (Fut Subj Pl P2) => deb_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => deb_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => deb_ + "era" ; --# notpresent + VP (Cond Sg P2) => deb_ + "eras" ; --# notpresent + VP (Cond Sg P3) => deb_ + "era" ; --# notpresent + VP (Cond Pl P1) => deb_ + "eramos" ; --# notpresent + VP (Cond Pl P2) => deb_ + "erais" ; --# notpresent + VP (Cond Pl P3) => deb_ + "eran" ; --# 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_ + "iramos" ; viv_ + "isemos"} ; - 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_ + "irs" ; - VP (Fut Ind Sg P3) => viv_ + "ir" ; - VP (Fut Ind Pl P1) => viv_ + "iremos" ; - VP (Fut Ind Pl P2) => viv_ + "iris" ; - VP (Fut Ind Pl P3) => viv_ + "irn" ; - 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_ + "iremos" ; - VP (Fut Subj Pl P2) => viv_ + "iereis" ; - VP (Fut Subj Pl P3) => viv_ + "ieren" ; - VP (Cond Sg P1) => viv_ + "ira" ; - VP (Cond Sg P2) => viv_ + "iras" ; - VP (Cond Sg P3) => viv_ + "ira" ; - VP (Cond Pl P1) => viv_ + "iramos" ; - VP (Cond Pl P2) => viv_ + "irais" ; - VP (Cond Pl P3) => viv_ + "iran" ; + 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_ + "iramos" ; viv_ + "isemos"} ; --# 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_ + "irs" ; --# notpresent + VP (Fut Ind Sg P3) => viv_ + "ir" ; --# notpresent + VP (Fut Ind Pl P1) => viv_ + "iremos" ; --# notpresent + VP (Fut Ind Pl P2) => viv_ + "iris" ; --# notpresent + VP (Fut Ind Pl P3) => viv_ + "irn" ; --# 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_ + "iremos" ; --# notpresent + VP (Fut Subj Pl P2) => viv_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => viv_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => viv_ + "ira" ; --# notpresent + VP (Cond Sg P2) => viv_ + "iras" ; --# notpresent + VP (Cond Sg P3) => viv_ + "ira" ; --# notpresent + VP (Cond Pl P1) => viv_ + "iramos" ; --# notpresent + VP (Cond Pl P2) => viv_ + "irais" ; --# notpresent + VP (Cond Pl P3) => viv_ + "iran" ; --# 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_ + "iramos" ; abol_ + "isemos"} ; - 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_ + "irs" ; - VP (Fut Ind Sg P3) => abol_ + "ir" ; - VP (Fut Ind Pl P1) => abol_ + "iremos" ; - VP (Fut Ind Pl P2) => abol_ + "iris" ; - VP (Fut Ind Pl P3) => abol_ + "irn" ; - 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_ + "iremos" ; - VP (Fut Subj Pl P2) => abol_ + "iereis" ; - VP (Fut Subj Pl P3) => abol_ + "ieren" ; - VP (Cond Sg P1) => abol_ + "ira" ; - VP (Cond Sg P2) => abol_ + "iras" ; - VP (Cond Sg P3) => abol_ + "ira" ; - VP (Cond Pl P1) => abol_ + "iramos" ; - VP (Cond Pl P2) => abol_ + "irais" ; - VP (Cond Pl P3) => abol_ + "iran" ; + 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_ + "iramos" ; abol_ + "isemos"} ; --# 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_ + "irs" ; --# notpresent + VP (Fut Ind Sg P3) => abol_ + "ir" ; --# notpresent + VP (Fut Ind Pl P1) => abol_ + "iremos" ; --# notpresent + VP (Fut Ind Pl P2) => abol_ + "iris" ; --# notpresent + VP (Fut Ind Pl P3) => abol_ + "irn" ; --# 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_ + "iremos" ; --# notpresent + VP (Fut Subj Pl P2) => abol_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => abol_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => abol_ + "ira" ; --# notpresent + VP (Cond Sg P2) => abol_ + "iras" ; --# notpresent + VP (Cond Sg P3) => abol_ + "ira" ; --# notpresent + VP (Cond Pl P1) => abol_ + "iramos" ; --# notpresent + VP (Cond Pl P2) => abol_ + "irais" ; --# notpresent + VP (Cond Pl P3) => abol_ + "iran" ; --# 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_ + "uis" ; 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_ + "ubamos" ; - 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_ + "uramos" ; act_ + "usemos"} ; - 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_ + "uars" ; - VP (Fut Ind Sg P3) => act_ + "uar" ; - VP (Fut Ind Pl P1) => act_ + "uaremos" ; - VP (Fut Ind Pl P2) => act_ + "uaris" ; - VP (Fut Ind Pl P3) => act_ + "uarn" ; - 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_ + "uremos" ; - VP (Fut Subj Pl P2) => act_ + "uareis" ; - VP (Fut Subj Pl P3) => act_ + "uaren" ; - VP (Cond Sg P1) => act_ + "uara" ; - VP (Cond Sg P2) => act_ + "uaras" ; - VP (Cond Sg P3) => act_ + "uara" ; - VP (Cond Pl P1) => act_ + "uaramos" ; - VP (Cond Pl P2) => act_ + "uarais" ; - VP (Cond Pl P3) => act_ + "uaran" ; + 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_ + "ubamos" ; --# 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_ + "uramos" ; act_ + "usemos"} ; --# 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_ + "uars" ; --# notpresent + VP (Fut Ind Sg P3) => act_ + "uar" ; --# notpresent + VP (Fut Ind Pl P1) => act_ + "uaremos" ; --# notpresent + VP (Fut Ind Pl P2) => act_ + "uaris" ; --# notpresent + VP (Fut Ind Pl P3) => act_ + "uarn" ; --# 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_ + "uremos" ; --# notpresent + VP (Fut Subj Pl P2) => act_ + "uareis" ; --# notpresent + VP (Fut Subj Pl P3) => act_ + "uaren" ; --# notpresent + VP (Cond Sg P1) => act_ + "uara" ; --# notpresent + VP (Cond Sg P2) => act_ + "uaras" ; --# notpresent + VP (Cond Sg P3) => act_ + "uara" ; --# notpresent + VP (Cond Pl P1) => act_ + "uaramos" ; --# notpresent + VP (Cond Pl P2) => act_ + "uarais" ; --# notpresent + VP (Cond Pl P3) => act_ + "uaran" ; --# 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_ + "ris" ; VP (Pres Subj Pl P3) => adqui_ + "eran" ; - VP (Impf Ind Sg P1) => adqui_ + "ra" ; - VP (Impf Ind Sg P2) => adqui_ + "ras" ; - VP (Impf Ind Sg P3) => adqui_ + "ra" ; - VP (Impf Ind Pl P1) => adqui_ + "ramos" ; - VP (Impf Ind Pl P2) => adqui_ + "rais" ; - VP (Impf Ind Pl P3) => adqui_ + "ran" ; - 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_ + "riramos" ; adqui_ + "risemos"} ; - 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_ + "rirs" ; - VP (Fut Ind Sg P3) => adqui_ + "rir" ; - VP (Fut Ind Pl P1) => adqui_ + "riremos" ; - VP (Fut Ind Pl P2) => adqui_ + "riris" ; - VP (Fut Ind Pl P3) => adqui_ + "rirn" ; - 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_ + "riremos" ; - VP (Fut Subj Pl P2) => adqui_ + "riereis" ; - VP (Fut Subj Pl P3) => adqui_ + "rieren" ; - VP (Cond Sg P1) => adqui_ + "rira" ; - VP (Cond Sg P2) => adqui_ + "riras" ; - VP (Cond Sg P3) => adqui_ + "rira" ; - VP (Cond Pl P1) => adqui_ + "riramos" ; - VP (Cond Pl P2) => adqui_ + "rirais" ; - VP (Cond Pl P3) => adqui_ + "riran" ; + VP (Impf Ind Sg P1) => adqui_ + "ra" ; --# notpresent + VP (Impf Ind Sg P2) => adqui_ + "ras" ; --# notpresent + VP (Impf Ind Sg P3) => adqui_ + "ra" ; --# notpresent + VP (Impf Ind Pl P1) => adqui_ + "ramos" ; --# notpresent + VP (Impf Ind Pl P2) => adqui_ + "rais" ; --# notpresent + VP (Impf Ind Pl P3) => adqui_ + "ran" ; --# 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_ + "riramos" ; adqui_ + "risemos"} ; --# 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_ + "rirs" ; --# notpresent + VP (Fut Ind Sg P3) => adqui_ + "rir" ; --# notpresent + VP (Fut Ind Pl P1) => adqui_ + "riremos" ; --# notpresent + VP (Fut Ind Pl P2) => adqui_ + "riris" ; --# notpresent + VP (Fut Ind Pl P3) => adqui_ + "rirn" ; --# 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_ + "riremos" ; --# notpresent + VP (Fut Subj Pl P2) => adqui_ + "riereis" ; --# notpresent + VP (Fut Subj Pl P3) => adqui_ + "rieren" ; --# notpresent + VP (Cond Sg P1) => adqui_ + "rira" ; --# notpresent + VP (Cond Sg P2) => adqui_ + "riras" ; --# notpresent + VP (Cond Sg P3) => adqui_ + "rira" ; --# notpresent + VP (Cond Pl P1) => adqui_ + "riramos" ; --# notpresent + VP (Cond Pl P2) => adqui_ + "rirais" ; --# notpresent + VP (Cond Pl P3) => adqui_ + "riran" ; --# 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_ + "inquis" ; 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_ + "incbamos" ; - 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_ + "incramos" ; ah_ + "incsemos"} ; - 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_ + "incars" ; - VP (Fut Ind Sg P3) => ah_ + "incar" ; - VP (Fut Ind Pl P1) => ah_ + "incaremos" ; - VP (Fut Ind Pl P2) => ah_ + "incaris" ; - VP (Fut Ind Pl P3) => ah_ + "incarn" ; - 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_ + "incremos" ; - VP (Fut Subj Pl P2) => ah_ + "incareis" ; - VP (Fut Subj Pl P3) => ah_ + "incaren" ; - VP (Cond Sg P1) => ah_ + "incara" ; - VP (Cond Sg P2) => ah_ + "incaras" ; - VP (Cond Sg P3) => ah_ + "incara" ; - VP (Cond Pl P1) => ah_ + "incaramos" ; - VP (Cond Pl P2) => ah_ + "incarais" ; - VP (Cond Pl P3) => ah_ + "incaran" ; + 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_ + "incbamos" ; --# 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_ + "incramos" ; ah_ + "incsemos"} ; --# 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_ + "incars" ; --# notpresent + VP (Fut Ind Sg P3) => ah_ + "incar" ; --# notpresent + VP (Fut Ind Pl P1) => ah_ + "incaremos" ; --# notpresent + VP (Fut Ind Pl P2) => ah_ + "incaris" ; --# notpresent + VP (Fut Ind Pl P3) => ah_ + "incarn" ; --# 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_ + "incremos" ; --# notpresent + VP (Fut Subj Pl P2) => ah_ + "incareis" ; --# notpresent + VP (Fut Subj Pl P3) => ah_ + "incaren" ; --# notpresent + VP (Cond Sg P1) => ah_ + "incara" ; --# notpresent + VP (Cond Sg P2) => ah_ + "incaras" ; --# notpresent + VP (Cond Sg P3) => ah_ + "incara" ; --# notpresent + VP (Cond Pl P1) => ah_ + "incaramos" ; --# notpresent + VP (Cond Pl P2) => ah_ + "incarais" ; --# notpresent + VP (Cond Pl P3) => ah_ + "incaran" ; --# 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_ + "iris" ; 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_ + "irbamos" ; - 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_ + "irramos" ; a_ + "irsemos"} ; - 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_ + "irars" ; - VP (Fut Ind Sg P3) => a_ + "irar" ; - VP (Fut Ind Pl P1) => a_ + "iraremos" ; - VP (Fut Ind Pl P2) => a_ + "iraris" ; - VP (Fut Ind Pl P3) => a_ + "irarn" ; - 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_ + "irremos" ; - VP (Fut Subj Pl P2) => a_ + "irareis" ; - VP (Fut Subj Pl P3) => a_ + "iraren" ; - VP (Cond Sg P1) => a_ + "irara" ; - VP (Cond Sg P2) => a_ + "iraras" ; - VP (Cond Sg P3) => a_ + "irara" ; - VP (Cond Pl P1) => a_ + "iraramos" ; - VP (Cond Pl P2) => a_ + "irarais" ; - VP (Cond Pl P3) => a_ + "iraran" ; + 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_ + "irbamos" ; --# 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_ + "irramos" ; a_ + "irsemos"} ; --# 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_ + "irars" ; --# notpresent + VP (Fut Ind Sg P3) => a_ + "irar" ; --# notpresent + VP (Fut Ind Pl P1) => a_ + "iraremos" ; --# notpresent + VP (Fut Ind Pl P2) => a_ + "iraris" ; --# notpresent + VP (Fut Ind Pl P3) => a_ + "irarn" ; --# 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_ + "irremos" ; --# notpresent + VP (Fut Subj Pl P2) => a_ + "irareis" ; --# notpresent + VP (Fut Subj Pl P3) => a_ + "iraren" ; --# notpresent + VP (Cond Sg P1) => a_ + "irara" ; --# notpresent + VP (Cond Sg P2) => a_ + "iraras" ; --# notpresent + VP (Cond Sg P3) => a_ + "irara" ; --# notpresent + VP (Cond Pl P1) => a_ + "iraramos" ; --# notpresent + VP (Cond Pl P2) => a_ + "irarais" ; --# notpresent + VP (Cond Pl P3) => a_ + "iraran" ; --# 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_ + "uviramos" ; and_ + "uvisemos"} ; - 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_ + "ars" ; - VP (Fut Ind Sg P3) => and_ + "ar" ; - VP (Fut Ind Pl P1) => and_ + "aremos" ; - VP (Fut Ind Pl P2) => and_ + "aris" ; - VP (Fut Ind Pl P3) => and_ + "arn" ; - 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_ + "uviremos" ; - VP (Fut Subj Pl P2) => and_ + "uviereis" ; - VP (Fut Subj Pl P3) => and_ + "uvieren" ; - VP (Cond Sg P1) => and_ + "ara" ; - VP (Cond Sg P2) => and_ + "aras" ; - VP (Cond Sg P3) => and_ + "ara" ; - VP (Cond Pl P1) => and_ + "aramos" ; - VP (Cond Pl P2) => and_ + "arais" ; - VP (Cond Pl P3) => and_ + "aran" ; + 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_ + "uviramos" ; and_ + "uvisemos"} ; --# 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_ + "ars" ; --# notpresent + VP (Fut Ind Sg P3) => and_ + "ar" ; --# notpresent + VP (Fut Ind Pl P1) => and_ + "aremos" ; --# notpresent + VP (Fut Ind Pl P2) => and_ + "aris" ; --# notpresent + VP (Fut Ind Pl P3) => and_ + "arn" ; --# 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_ + "uviremos" ; --# notpresent + VP (Fut Subj Pl P2) => and_ + "uviereis" ; --# notpresent + VP (Fut Subj Pl P3) => and_ + "uvieren" ; --# notpresent + VP (Cond Sg P1) => and_ + "ara" ; --# notpresent + VP (Cond Sg P2) => and_ + "aras" ; --# notpresent + VP (Cond Sg P3) => and_ + "ara" ; --# notpresent + VP (Cond Pl P1) => and_ + "aramos" ; --# notpresent + VP (Cond Pl P2) => and_ + "arais" ; --# notpresent + VP (Cond Pl P3) => and_ + "aran" ; --# 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_ + "gis" ; 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_ + "iramos" ; as_ + "isemos"} ; - 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_ + "irs" ; - VP (Fut Ind Sg P3) => as_ + "ir" ; - VP (Fut Ind Pl P1) => as_ + "iremos" ; - VP (Fut Ind Pl P2) => as_ + "iris" ; - VP (Fut Ind Pl P3) => as_ + "irn" ; - 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_ + "iremos" ; - VP (Fut Subj Pl P2) => as_ + "iereis" ; - VP (Fut Subj Pl P3) => as_ + "ieren" ; - VP (Cond Sg P1) => as_ + "ira" ; - VP (Cond Sg P2) => as_ + "iras" ; - VP (Cond Sg P3) => as_ + "ira" ; - VP (Cond Pl P1) => as_ + "iramos" ; - VP (Cond Pl P2) => as_ + "irais" ; - VP (Cond Pl P3) => as_ + "iran" ; + 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_ + "iramos" ; as_ + "isemos"} ; --# 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_ + "irs" ; --# notpresent + VP (Fut Ind Sg P3) => as_ + "ir" ; --# notpresent + VP (Fut Ind Pl P1) => as_ + "iremos" ; --# notpresent + VP (Fut Ind Pl P2) => as_ + "iris" ; --# notpresent + VP (Fut Ind Pl P3) => as_ + "irn" ; --# 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_ + "iremos" ; --# notpresent + VP (Fut Subj Pl P2) => as_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => as_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => as_ + "ira" ; --# notpresent + VP (Cond Sg P2) => as_ + "iras" ; --# notpresent + VP (Cond Sg P3) => as_ + "ira" ; --# notpresent + VP (Cond Pl P1) => as_ + "iramos" ; --# notpresent + VP (Cond Pl P2) => as_ + "irais" ; --# notpresent + VP (Cond Pl P3) => as_ + "iran" ; --# 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_ + "ullis" ; 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_ + "ullbamos" ; - 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_ + "ullramos" ; a_ + "ullsemos"} ; - 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_ + "ullars" ; - VP (Fut Ind Sg P3) => a_ + "ullar" ; - VP (Fut Ind Pl P1) => a_ + "ullaremos" ; - VP (Fut Ind Pl P2) => a_ + "ullaris" ; - VP (Fut Ind Pl P3) => a_ + "ullarn" ; - 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_ + "ullremos" ; - VP (Fut Subj Pl P2) => a_ + "ullareis" ; - VP (Fut Subj Pl P3) => a_ + "ullaren" ; - VP (Cond Sg P1) => a_ + "ullara" ; - VP (Cond Sg P2) => a_ + "ullaras" ; - VP (Cond Sg P3) => a_ + "ullara" ; - VP (Cond Pl P1) => a_ + "ullaramos" ; - VP (Cond Pl P2) => a_ + "ullarais" ; - VP (Cond Pl P3) => a_ + "ullaran" ; + 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_ + "ullbamos" ; --# 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_ + "ullramos" ; a_ + "ullsemos"} ; --# 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_ + "ullars" ; --# notpresent + VP (Fut Ind Sg P3) => a_ + "ullar" ; --# notpresent + VP (Fut Ind Pl P1) => a_ + "ullaremos" ; --# notpresent + VP (Fut Ind Pl P2) => a_ + "ullaris" ; --# notpresent + VP (Fut Ind Pl P3) => a_ + "ullarn" ; --# 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_ + "ullremos" ; --# notpresent + VP (Fut Subj Pl P2) => a_ + "ullareis" ; --# notpresent + VP (Fut Subj Pl P3) => a_ + "ullaren" ; --# notpresent + VP (Cond Sg P1) => a_ + "ullara" ; --# notpresent + VP (Cond Sg P2) => a_ + "ullaras" ; --# notpresent + VP (Cond Sg P3) => a_ + "ullara" ; --# notpresent + VP (Cond Pl P1) => a_ + "ullaramos" ; --# notpresent + VP (Cond Pl P2) => a_ + "ullarais" ; --# notpresent + VP (Cond Pl P3) => a_ + "ullaran" ; --# 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_ + "oncis" ; 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_ + "onzbamos" ; - 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_ + "onzramos" ; averg_ + "onzsemos"} ; - 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_ + "onzars" ; - VP (Fut Ind Sg P3) => averg_ + "onzar" ; - VP (Fut Ind Pl P1) => averg_ + "onzaremos" ; - VP (Fut Ind Pl P2) => averg_ + "onzaris" ; - VP (Fut Ind Pl P3) => averg_ + "onzarn" ; - 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_ + "onzremos" ; - VP (Fut Subj Pl P2) => averg_ + "onzareis" ; - VP (Fut Subj Pl P3) => averg_ + "onzaren" ; - VP (Cond Sg P1) => averg_ + "onzara" ; - VP (Cond Sg P2) => averg_ + "onzaras" ; - VP (Cond Sg P3) => averg_ + "onzara" ; - VP (Cond Pl P1) => averg_ + "onzaramos" ; - VP (Cond Pl P2) => averg_ + "onzarais" ; - VP (Cond Pl P3) => averg_ + "onzaran" ; + 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_ + "onzbamos" ; --# 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_ + "onzramos" ; averg_ + "onzsemos"} ; --# 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_ + "onzars" ; --# notpresent + VP (Fut Ind Sg P3) => averg_ + "onzar" ; --# notpresent + VP (Fut Ind Pl P1) => averg_ + "onzaremos" ; --# notpresent + VP (Fut Ind Pl P2) => averg_ + "onzaris" ; --# notpresent + VP (Fut Ind Pl P3) => averg_ + "onzarn" ; --# 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_ + "onzremos" ; --# notpresent + VP (Fut Subj Pl P2) => averg_ + "onzareis" ; --# notpresent + VP (Fut Subj Pl P3) => averg_ + "onzaren" ; --# notpresent + VP (Cond Sg P1) => averg_ + "onzara" ; --# notpresent + VP (Cond Sg P2) => averg_ + "onzaras" ; --# notpresent + VP (Cond Sg P3) => averg_ + "onzara" ; --# notpresent + VP (Cond Pl P1) => averg_ + "onzaramos" ; --# notpresent + VP (Cond Pl P2) => averg_ + "onzarais" ; --# notpresent + VP (Cond Pl P3) => averg_ + "onzaran" ; --# 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_ + "ubamos" ; - 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_ + "uramos" ; averig_ + "usemos"} ; - 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_ + "uars" ; - VP (Fut Ind Sg P3) => averig_ + "uar" ; - VP (Fut Ind Pl P1) => averig_ + "uaremos" ; - VP (Fut Ind Pl P2) => averig_ + "uaris" ; - VP (Fut Ind Pl P3) => averig_ + "uarn" ; - 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_ + "uremos" ; - VP (Fut Subj Pl P2) => averig_ + "uareis" ; - VP (Fut Subj Pl P3) => averig_ + "uaren" ; - VP (Cond Sg P1) => averig_ + "uara" ; - VP (Cond Sg P2) => averig_ + "uaras" ; - VP (Cond Sg P3) => averig_ + "uara" ; - VP (Cond Pl P1) => averig_ + "uaramos" ; - VP (Cond Pl P2) => averig_ + "uarais" ; - VP (Cond Pl P3) => averig_ + "uaran" ; + 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_ + "ubamos" ; --# 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_ + "uramos" ; averig_ + "usemos"} ; --# 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_ + "uars" ; --# notpresent + VP (Fut Ind Sg P3) => averig_ + "uar" ; --# notpresent + VP (Fut Ind Pl P1) => averig_ + "uaremos" ; --# notpresent + VP (Fut Ind Pl P2) => averig_ + "uaris" ; --# notpresent + VP (Fut Ind Pl P3) => averig_ + "uarn" ; --# 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_ + "uremos" ; --# notpresent + VP (Fut Subj Pl P2) => averig_ + "uareis" ; --# notpresent + VP (Fut Subj Pl P3) => averig_ + "uaren" ; --# notpresent + VP (Cond Sg P1) => averig_ + "uara" ; --# notpresent + VP (Cond Sg P2) => averig_ + "uaras" ; --# notpresent + VP (Cond Sg P3) => averig_ + "uara" ; --# notpresent + VP (Cond Pl P1) => averig_ + "uaramos" ; --# notpresent + VP (Cond Pl P2) => averig_ + "uarais" ; --# notpresent + VP (Cond Pl P3) => averig_ + "uaran" ; --# 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_ + "irs" ; - VP (Fut Ind Sg P3) => bru_ + "ir" ; - VP (Fut Ind Pl P1) => bru_ + "iremos" ; - VP (Fut Ind Pl P2) => bru_ + "iris" ; - VP (Fut Ind Pl P3) => bru_ + "irn" ; - 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_ + "ira" ; - VP (Cond Sg P2) => bru_ + "iras" ; - VP (Cond Sg P3) => bru_ + "ira" ; - VP (Cond Pl P1) => bru_ + "iramos" ; - VP (Cond Pl P2) => bru_ + "irais" ; - VP (Cond Pl P3) => bru_ + "iran" ; + 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_ + "irs" ; --# notpresent + VP (Fut Ind Sg P3) => bru_ + "ir" ; --# notpresent + VP (Fut Ind Pl P1) => bru_ + "iremos" ; --# notpresent + VP (Fut Ind Pl P2) => bru_ + "iris" ; --# notpresent + VP (Fut Ind Pl P3) => bru_ + "irn" ; --# 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_ + "ira" ; --# notpresent + VP (Cond Sg P2) => bru_ + "iras" ; --# notpresent + VP (Cond Sg P3) => bru_ + "ira" ; --# notpresent + VP (Cond Pl P1) => bru_ + "iramos" ; --# notpresent + VP (Cond Pl P2) => bru_ + "irais" ; --# notpresent + VP (Cond Pl P3) => bru_ + "iran" ; --# 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_ + "quepis" ; VP (Pres Subj Pl P3) => x_ + "quepan" ; - VP (Impf Ind Sg P1) => x_ + "caba" ; - VP (Impf Ind Sg P2) => x_ + "cabas" ; - VP (Impf Ind Sg P3) => x_ + "caba" ; - VP (Impf Ind Pl P1) => x_ + "cabamos" ; - VP (Impf Ind Pl P2) => x_ + "cabais" ; - VP (Impf Ind Pl P3) => x_ + "caban" ; - 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_ + "cupiramos" ; x_ + "cupisemos"} ; - 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_ + "cabrs" ; - VP (Fut Ind Sg P3) => x_ + "cabr" ; - VP (Fut Ind Pl P1) => x_ + "cabremos" ; - VP (Fut Ind Pl P2) => x_ + "cabris" ; - VP (Fut Ind Pl P3) => x_ + "cabrn" ; - 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_ + "cupiremos" ; - VP (Fut Subj Pl P2) => x_ + "cupiereis" ; - VP (Fut Subj Pl P3) => x_ + "cupieren" ; - VP (Cond Sg P1) => x_ + "cabra" ; - VP (Cond Sg P2) => x_ + "cabras" ; - VP (Cond Sg P3) => x_ + "cabra" ; - VP (Cond Pl P1) => x_ + "cabramos" ; - VP (Cond Pl P2) => x_ + "cabrais" ; - VP (Cond Pl P3) => x_ + "cabran" ; + VP (Impf Ind Sg P1) => x_ + "caba" ; --# notpresent + VP (Impf Ind Sg P2) => x_ + "cabas" ; --# notpresent + VP (Impf Ind Sg P3) => x_ + "caba" ; --# notpresent + VP (Impf Ind Pl P1) => x_ + "cabamos" ; --# notpresent + VP (Impf Ind Pl P2) => x_ + "cabais" ; --# notpresent + VP (Impf Ind Pl P3) => x_ + "caban" ; --# 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_ + "cupiramos" ; x_ + "cupisemos"} ; --# 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_ + "cabrs" ; --# notpresent + VP (Fut Ind Sg P3) => x_ + "cabr" ; --# notpresent + VP (Fut Ind Pl P1) => x_ + "cabremos" ; --# notpresent + VP (Fut Ind Pl P2) => x_ + "cabris" ; --# notpresent + VP (Fut Ind Pl P3) => x_ + "cabrn" ; --# 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_ + "cupiremos" ; --# notpresent + VP (Fut Subj Pl P2) => x_ + "cupiereis" ; --# notpresent + VP (Fut Subj Pl P3) => x_ + "cupieren" ; --# notpresent + VP (Cond Sg P1) => x_ + "cabra" ; --# notpresent + VP (Cond Sg P2) => x_ + "cabras" ; --# notpresent + VP (Cond Sg P3) => x_ + "cabra" ; --# notpresent + VP (Cond Pl P1) => x_ + "cabramos" ; --# notpresent + VP (Cond Pl P2) => x_ + "cabrais" ; --# notpresent + VP (Cond Pl P3) => x_ + "cabran" ; --# 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_ + "igis" ; 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_ + "yramos" ; ca_ + "ysemos"} ; - 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_ + "ers" ; - VP (Fut Ind Sg P3) => ca_ + "er" ; - VP (Fut Ind Pl P1) => ca_ + "eremos" ; - VP (Fut Ind Pl P2) => ca_ + "eris" ; - VP (Fut Ind Pl P3) => ca_ + "ern" ; - 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_ + "yremos" ; - VP (Fut Subj Pl P2) => ca_ + "yereis" ; - VP (Fut Subj Pl P3) => ca_ + "yeren" ; - VP (Cond Sg P1) => ca_ + "era" ; - VP (Cond Sg P2) => ca_ + "eras" ; - VP (Cond Sg P3) => ca_ + "era" ; - VP (Cond Pl P1) => ca_ + "eramos" ; - VP (Cond Pl P2) => ca_ + "erais" ; - VP (Cond Pl P3) => ca_ + "eran" ; + 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_ + "yramos" ; ca_ + "ysemos"} ; --# 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_ + "ers" ; --# notpresent + VP (Fut Ind Sg P3) => ca_ + "er" ; --# notpresent + VP (Fut Ind Pl P1) => ca_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => ca_ + "eris" ; --# notpresent + VP (Fut Ind Pl P3) => ca_ + "ern" ; --# 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_ + "yremos" ; --# notpresent + VP (Fut Subj Pl P2) => ca_ + "yereis" ; --# notpresent + VP (Fut Subj Pl P3) => ca_ + "yeren" ; --# notpresent + VP (Cond Sg P1) => ca_ + "era" ; --# notpresent + VP (Cond Sg P2) => ca_ + "eras" ; --# notpresent + VP (Cond Sg P3) => ca_ + "era" ; --# notpresent + VP (Cond Pl P1) => ca_ + "eramos" ; --# notpresent + VP (Cond Pl P2) => ca_ + "erais" ; --# notpresent + VP (Cond Pl P3) => ca_ + "eran" ; --# 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_ + "cis" ; 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_ + "zbamos" ; - 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_ + "zramos" ; ca_ + "zsemos"} ; - 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_ + "zars" ; - VP (Fut Ind Sg P3) => ca_ + "zar" ; - VP (Fut Ind Pl P1) => ca_ + "zaremos" ; - VP (Fut Ind Pl P2) => ca_ + "zaris" ; - VP (Fut Ind Pl P3) => ca_ + "zarn" ; - 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_ + "zremos" ; - VP (Fut Subj Pl P2) => ca_ + "zareis" ; - VP (Fut Subj Pl P3) => ca_ + "zaren" ; - VP (Cond Sg P1) => ca_ + "zara" ; - VP (Cond Sg P2) => ca_ + "zaras" ; - VP (Cond Sg P3) => ca_ + "zara" ; - VP (Cond Pl P1) => ca_ + "zaramos" ; - VP (Cond Pl P2) => ca_ + "zarais" ; - VP (Cond Pl P3) => ca_ + "zaran" ; + 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_ + "zbamos" ; --# 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_ + "zramos" ; ca_ + "zsemos"} ; --# 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_ + "zars" ; --# notpresent + VP (Fut Ind Sg P3) => ca_ + "zar" ; --# notpresent + VP (Fut Ind Pl P1) => ca_ + "zaremos" ; --# notpresent + VP (Fut Ind Pl P2) => ca_ + "zaris" ; --# notpresent + VP (Fut Ind Pl P3) => ca_ + "zarn" ; --# 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_ + "zremos" ; --# notpresent + VP (Fut Subj Pl P2) => ca_ + "zareis" ; --# notpresent + VP (Fut Subj Pl P3) => ca_ + "zaren" ; --# notpresent + VP (Cond Sg P1) => ca_ + "zara" ; --# notpresent + VP (Cond Sg P2) => ca_ + "zaras" ; --# notpresent + VP (Cond Sg P3) => ca_ + "zara" ; --# notpresent + VP (Cond Pl P1) => ca_ + "zaramos" ; --# notpresent + VP (Cond Pl P2) => ca_ + "zarais" ; --# notpresent + VP (Cond Pl P3) => ca_ + "zaran" ; --# 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_ + "ozis" ; VP (Pres Subj Pl P3) => c_ + "uezan" ; - VP (Impf Ind Sg P1) => c_ + "oca" ; - VP (Impf Ind Sg P2) => c_ + "ocas" ; - VP (Impf Ind Sg P3) => c_ + "oca" ; - VP (Impf Ind Pl P1) => c_ + "ocamos" ; - VP (Impf Ind Pl P2) => c_ + "ocais" ; - VP (Impf Ind Pl P3) => c_ + "ocan" ; - 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_ + "ociramos" ; c_ + "ocisemos"} ; - 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_ + "ocers" ; - VP (Fut Ind Sg P3) => c_ + "ocer" ; - VP (Fut Ind Pl P1) => c_ + "oceremos" ; - VP (Fut Ind Pl P2) => c_ + "oceris" ; - VP (Fut Ind Pl P3) => c_ + "ocern" ; - 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_ + "ociremos" ; - VP (Fut Subj Pl P2) => c_ + "ociereis" ; - VP (Fut Subj Pl P3) => c_ + "ocieren" ; - VP (Cond Sg P1) => c_ + "ocera" ; - VP (Cond Sg P2) => c_ + "oceras" ; - VP (Cond Sg P3) => c_ + "ocera" ; - VP (Cond Pl P1) => c_ + "oceramos" ; - VP (Cond Pl P2) => c_ + "ocerais" ; - VP (Cond Pl P3) => c_ + "oceran" ; + VP (Impf Ind Sg P1) => c_ + "oca" ; --# notpresent + VP (Impf Ind Sg P2) => c_ + "ocas" ; --# notpresent + VP (Impf Ind Sg P3) => c_ + "oca" ; --# notpresent + VP (Impf Ind Pl P1) => c_ + "ocamos" ; --# notpresent + VP (Impf Ind Pl P2) => c_ + "ocais" ; --# notpresent + VP (Impf Ind Pl P3) => c_ + "ocan" ; --# 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_ + "ociramos" ; c_ + "ocisemos"} ; --# 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_ + "ocers" ; --# notpresent + VP (Fut Ind Sg P3) => c_ + "ocer" ; --# notpresent + VP (Fut Ind Pl P1) => c_ + "oceremos" ; --# notpresent + VP (Fut Ind Pl P2) => c_ + "oceris" ; --# notpresent + VP (Fut Ind Pl P3) => c_ + "ocern" ; --# 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_ + "ociremos" ; --# notpresent + VP (Fut Subj Pl P2) => c_ + "ociereis" ; --# notpresent + VP (Fut Subj Pl P3) => c_ + "ocieren" ; --# notpresent + VP (Cond Sg P1) => c_ + "ocera" ; --# notpresent + VP (Cond Sg P2) => c_ + "oceras" ; --# notpresent + VP (Cond Sg P3) => c_ + "ocera" ; --# notpresent + VP (Cond Pl P1) => c_ + "oceramos" ; --# notpresent + VP (Cond Pl P2) => c_ + "ocerais" ; --# notpresent + VP (Cond Pl P3) => c_ + "oceran" ; --# 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_ + "jis" ; VP (Pres Subj Pl P3) => co_ + "jan" ; - VP (Impf Ind Sg P1) => co_ + "ga" ; - VP (Impf Ind Sg P2) => co_ + "gas" ; - VP (Impf Ind Sg P3) => co_ + "ga" ; - VP (Impf Ind Pl P1) => co_ + "gamos" ; - VP (Impf Ind Pl P2) => co_ + "gais" ; - VP (Impf Ind Pl P3) => co_ + "gan" ; - 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_ + "giramos" ; co_ + "gisemos"} ; - 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_ + "gers" ; - VP (Fut Ind Sg P3) => co_ + "ger" ; - VP (Fut Ind Pl P1) => co_ + "geremos" ; - VP (Fut Ind Pl P2) => co_ + "geris" ; - VP (Fut Ind Pl P3) => co_ + "gern" ; - 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_ + "giremos" ; - VP (Fut Subj Pl P2) => co_ + "giereis" ; - VP (Fut Subj Pl P3) => co_ + "gieren" ; - VP (Cond Sg P1) => co_ + "gera" ; - VP (Cond Sg P2) => co_ + "geras" ; - VP (Cond Sg P3) => co_ + "gera" ; - VP (Cond Pl P1) => co_ + "geramos" ; - VP (Cond Pl P2) => co_ + "gerais" ; - VP (Cond Pl P3) => co_ + "geran" ; + VP (Impf Ind Sg P1) => co_ + "ga" ; --# notpresent + VP (Impf Ind Sg P2) => co_ + "gas" ; --# notpresent + VP (Impf Ind Sg P3) => co_ + "ga" ; --# notpresent + VP (Impf Ind Pl P1) => co_ + "gamos" ; --# notpresent + VP (Impf Ind Pl P2) => co_ + "gais" ; --# notpresent + VP (Impf Ind Pl P3) => co_ + "gan" ; --# 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_ + "giramos" ; co_ + "gisemos"} ; --# 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_ + "gers" ; --# notpresent + VP (Fut Ind Sg P3) => co_ + "ger" ; --# notpresent + VP (Fut Ind Pl P1) => co_ + "geremos" ; --# notpresent + VP (Fut Ind Pl P2) => co_ + "geris" ; --# notpresent + VP (Fut Ind Pl P3) => co_ + "gern" ; --# 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_ + "giremos" ; --# notpresent + VP (Fut Subj Pl P2) => co_ + "giereis" ; --# notpresent + VP (Fut Subj Pl P3) => co_ + "gieren" ; --# notpresent + VP (Cond Sg P1) => co_ + "gera" ; --# notpresent + VP (Cond Sg P2) => co_ + "geras" ; --# notpresent + VP (Cond Sg P3) => co_ + "gera" ; --# notpresent + VP (Cond Pl P1) => co_ + "geramos" ; --# notpresent + VP (Cond Pl P2) => co_ + "gerais" ; --# notpresent + VP (Cond Pl P3) => co_ + "geran" ; --# 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_ + "olguis" ; 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_ + "olgbamos" ; - 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_ + "olgramos" ; c_ + "olgsemos"} ; - 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_ + "olgars" ; - VP (Fut Ind Sg P3) => c_ + "olgar" ; - VP (Fut Ind Pl P1) => c_ + "olgaremos" ; - VP (Fut Ind Pl P2) => c_ + "olgaris" ; - VP (Fut Ind Pl P3) => c_ + "olgarn" ; - 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_ + "olgremos" ; - VP (Fut Subj Pl P2) => c_ + "olgareis" ; - VP (Fut Subj Pl P3) => c_ + "olgaren" ; - VP (Cond Sg P1) => c_ + "olgara" ; - VP (Cond Sg P2) => c_ + "olgaras" ; - VP (Cond Sg P3) => c_ + "olgara" ; - VP (Cond Pl P1) => c_ + "olgaramos" ; - VP (Cond Pl P2) => c_ + "olgarais" ; - VP (Cond Pl P3) => c_ + "olgaran" ; + 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_ + "olgbamos" ; --# 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_ + "olgramos" ; c_ + "olgsemos"} ; --# 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_ + "olgars" ; --# notpresent + VP (Fut Ind Sg P3) => c_ + "olgar" ; --# notpresent + VP (Fut Ind Pl P1) => c_ + "olgaremos" ; --# notpresent + VP (Fut Ind Pl P2) => c_ + "olgaris" ; --# notpresent + VP (Fut Ind Pl P3) => c_ + "olgarn" ; --# 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_ + "olgremos" ; --# notpresent + VP (Fut Subj Pl P2) => c_ + "olgareis" ; --# notpresent + VP (Fut Subj Pl P3) => c_ + "olgaren" ; --# notpresent + VP (Cond Sg P1) => c_ + "olgara" ; --# notpresent + VP (Cond Sg P2) => c_ + "olgaras" ; --# notpresent + VP (Cond Sg P3) => c_ + "olgara" ; --# notpresent + VP (Cond Pl P1) => c_ + "olgaramos" ; --# notpresent + VP (Cond Pl P2) => c_ + "olgarais" ; --# notpresent + VP (Cond Pl P3) => c_ + "olgaran" ; --# 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_ + "zcis" ; VP (Pres Subj Pl P3) => cono_ + "zcan" ; - VP (Impf Ind Sg P1) => cono_ + "ca" ; - VP (Impf Ind Sg P2) => cono_ + "cas" ; - VP (Impf Ind Sg P3) => cono_ + "ca" ; - VP (Impf Ind Pl P1) => cono_ + "camos" ; - VP (Impf Ind Pl P2) => cono_ + "cais" ; - VP (Impf Ind Pl P3) => cono_ + "can" ; - 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_ + "ciramos" ; cono_ + "cisemos"} ; - 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_ + "cers" ; - VP (Fut Ind Sg P3) => cono_ + "cer" ; - VP (Fut Ind Pl P1) => cono_ + "ceremos" ; - VP (Fut Ind Pl P2) => cono_ + "ceris" ; - VP (Fut Ind Pl P3) => cono_ + "cern" ; - 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_ + "ciremos" ; - VP (Fut Subj Pl P2) => cono_ + "ciereis" ; - VP (Fut Subj Pl P3) => cono_ + "cieren" ; - VP (Cond Sg P1) => cono_ + "cera" ; - VP (Cond Sg P2) => cono_ + "ceras" ; - VP (Cond Sg P3) => cono_ + "cera" ; - VP (Cond Pl P1) => cono_ + "ceramos" ; - VP (Cond Pl P2) => cono_ + "cerais" ; - VP (Cond Pl P3) => cono_ + "ceran" ; + VP (Impf Ind Sg P1) => cono_ + "ca" ; --# notpresent + VP (Impf Ind Sg P2) => cono_ + "cas" ; --# notpresent + VP (Impf Ind Sg P3) => cono_ + "ca" ; --# notpresent + VP (Impf Ind Pl P1) => cono_ + "camos" ; --# notpresent + VP (Impf Ind Pl P2) => cono_ + "cais" ; --# notpresent + VP (Impf Ind Pl P3) => cono_ + "can" ; --# 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_ + "ciramos" ; cono_ + "cisemos"} ; --# 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_ + "cers" ; --# notpresent + VP (Fut Ind Sg P3) => cono_ + "cer" ; --# notpresent + VP (Fut Ind Pl P1) => cono_ + "ceremos" ; --# notpresent + VP (Fut Ind Pl P2) => cono_ + "ceris" ; --# notpresent + VP (Fut Ind Pl P3) => cono_ + "cern" ; --# 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_ + "ciremos" ; --# notpresent + VP (Fut Subj Pl P2) => cono_ + "ciereis" ; --# notpresent + VP (Fut Subj Pl P3) => cono_ + "cieren" ; --# notpresent + VP (Cond Sg P1) => cono_ + "cera" ; --# notpresent + VP (Cond Sg P2) => cono_ + "ceras" ; --# notpresent + VP (Cond Sg P3) => cono_ + "cera" ; --# notpresent + VP (Cond Pl P1) => cono_ + "ceramos" ; --# notpresent + VP (Cond Pl P2) => cono_ + "cerais" ; --# notpresent + VP (Cond Pl P3) => cono_ + "ceran" ; --# 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_ + "yramos" ; cre_ + "ysemos"} ; - 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_ + "ers" ; - VP (Fut Ind Sg P3) => cre_ + "er" ; - VP (Fut Ind Pl P1) => cre_ + "eremos" ; - VP (Fut Ind Pl P2) => cre_ + "eris" ; - VP (Fut Ind Pl P3) => cre_ + "ern" ; - 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_ + "yremos" ; - VP (Fut Subj Pl P2) => cre_ + "yereis" ; - VP (Fut Subj Pl P3) => cre_ + "yeren" ; - VP (Cond Sg P1) => cre_ + "era" ; - VP (Cond Sg P2) => cre_ + "eras" ; - VP (Cond Sg P3) => cre_ + "era" ; - VP (Cond Pl P1) => cre_ + "eramos" ; - VP (Cond Pl P2) => cre_ + "erais" ; - VP (Cond Pl P3) => cre_ + "eran" ; + 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_ + "yramos" ; cre_ + "ysemos"} ; --# 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_ + "ers" ; --# notpresent + VP (Fut Ind Sg P3) => cre_ + "er" ; --# notpresent + VP (Fut Ind Pl P1) => cre_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => cre_ + "eris" ; --# notpresent + VP (Fut Ind Pl P3) => cre_ + "ern" ; --# 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_ + "yremos" ; --# notpresent + VP (Fut Subj Pl P2) => cre_ + "yereis" ; --# notpresent + VP (Fut Subj Pl P3) => cre_ + "yeren" ; --# notpresent + VP (Cond Sg P1) => cre_ + "era" ; --# notpresent + VP (Cond Sg P2) => cre_ + "eras" ; --# notpresent + VP (Cond Sg P3) => cre_ + "era" ; --# notpresent + VP (Cond Pl P1) => cre_ + "eramos" ; --# notpresent + VP (Cond Pl P2) => cre_ + "erais" ; --# notpresent + VP (Cond Pl P3) => cre_ + "eran" ; --# 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_ + "iramos" ; d_ + "isemos"} ; - 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_ + "ars" ; - VP (Fut Ind Sg P3) => d_ + "ar" ; - VP (Fut Ind Pl P1) => d_ + "aremos" ; - VP (Fut Ind Pl P2) => d_ + "aris" ; - VP (Fut Ind Pl P3) => d_ + "arn" ; - 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_ + "iremos" ; - VP (Fut Subj Pl P2) => d_ + "iereis" ; - VP (Fut Subj Pl P3) => d_ + "ieren" ; - VP (Cond Sg P1) => d_ + "ara" ; - VP (Cond Sg P2) => d_ + "aras" ; - VP (Cond Sg P3) => d_ + "ara" ; - VP (Cond Pl P1) => d_ + "aramos" ; - VP (Cond Pl P2) => d_ + "arais" ; - VP (Cond Pl P3) => d_ + "aran" ; + 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_ + "iramos" ; d_ + "isemos"} ; --# 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_ + "ars" ; --# notpresent + VP (Fut Ind Sg P3) => d_ + "ar" ; --# notpresent + VP (Fut Ind Pl P1) => d_ + "aremos" ; --# notpresent + VP (Fut Ind Pl P2) => d_ + "aris" ; --# notpresent + VP (Fut Ind Pl P3) => d_ + "arn" ; --# 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_ + "iremos" ; --# notpresent + VP (Fut Subj Pl P2) => d_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => d_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => d_ + "ara" ; --# notpresent + VP (Cond Sg P2) => d_ + "aras" ; --# notpresent + VP (Cond Sg P3) => d_ + "ara" ; --# notpresent + VP (Cond Pl P1) => d_ + "aramos" ; --# notpresent + VP (Cond Pl P2) => d_ + "arais" ; --# notpresent + VP (Cond Pl P3) => d_ + "aran" ; --# 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_ + "igis" ; VP (Pres Subj Pl P3) => d_ + "igan" ; - VP (Impf Ind Sg P1) => d_ + "eca" ; - VP (Impf Ind Sg P2) => d_ + "ecas" ; - VP (Impf Ind Sg P3) => d_ + "eca" ; - VP (Impf Ind Pl P1) => d_ + "ecamos" ; - VP (Impf Ind Pl P2) => d_ + "ecais" ; - VP (Impf Ind Pl P3) => d_ + "ecan" ; - 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_ + "ijramos" ; d_ + "ijsemos"} ; - 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_ + "irs" ; - VP (Fut Ind Sg P3) => d_ + "ir" ; - VP (Fut Ind Pl P1) => d_ + "iremos" ; - VP (Fut Ind Pl P2) => d_ + "iris" ; - VP (Fut Ind Pl P3) => d_ + "irn" ; - 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_ + "ijremos" ; - VP (Fut Subj Pl P2) => d_ + "ijereis" ; - VP (Fut Subj Pl P3) => d_ + "ijeren" ; - VP (Cond Sg P1) => d_ + "ira" ; - VP (Cond Sg P2) => d_ + "iras" ; - VP (Cond Sg P3) => d_ + "ira" ; - VP (Cond Pl P1) => d_ + "iramos" ; - VP (Cond Pl P2) => d_ + "irais" ; - VP (Cond Pl P3) => d_ + "iran" ; + VP (Impf Ind Sg P1) => d_ + "eca" ; --# notpresent + VP (Impf Ind Sg P2) => d_ + "ecas" ; --# notpresent + VP (Impf Ind Sg P3) => d_ + "eca" ; --# notpresent + VP (Impf Ind Pl P1) => d_ + "ecamos" ; --# notpresent + VP (Impf Ind Pl P2) => d_ + "ecais" ; --# notpresent + VP (Impf Ind Pl P3) => d_ + "ecan" ; --# 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_ + "ijramos" ; d_ + "ijsemos"} ; --# 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_ + "irs" ; --# notpresent + VP (Fut Ind Sg P3) => d_ + "ir" ; --# notpresent + VP (Fut Ind Pl P1) => d_ + "iremos" ; --# notpresent + VP (Fut Ind Pl P2) => d_ + "iris" ; --# notpresent + VP (Fut Ind Pl P3) => d_ + "irn" ; --# 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_ + "ijremos" ; --# notpresent + VP (Fut Subj Pl P2) => d_ + "ijereis" ; --# notpresent + VP (Fut Subj Pl P3) => d_ + "ijeren" ; --# notpresent + VP (Cond Sg P1) => d_ + "ira" ; --# notpresent + VP (Cond Sg P2) => d_ + "iras" ; --# notpresent + VP (Cond Sg P3) => d_ + "ira" ; --# notpresent + VP (Cond Pl P1) => d_ + "iramos" ; --# notpresent + VP (Cond Pl P2) => d_ + "irais" ; --# notpresent + VP (Cond Pl P3) => d_ + "iran" ; --# 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_ + "iramos" ; def_ + "e" + nd_ + "isemos"} ; - 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_ + "ers" ; - 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_ + "eris" ; - VP (Fut Ind Pl P3) => def_ + "e" + nd_ + "ern" ; - 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_ + "iremos" ; - 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_ + "era" ; - VP (Cond Sg P2) => def_ + "e" + nd_ + "eras" ; - VP (Cond Sg P3) => def_ + "e" + nd_ + "era" ; - VP (Cond Pl P1) => def_ + "e" + nd_ + "eramos" ; - VP (Cond Pl P2) => def_ + "e" + nd_ + "erais" ; - VP (Cond Pl P3) => def_ + "e" + nd_ + "eran" ; + 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_ + "iramos" ; def_ + "e" + nd_ + "isemos"} ; --# 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_ + "ers" ; --# 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_ + "eris" ; --# notpresent + VP (Fut Ind Pl P3) => def_ + "e" + nd_ + "ern" ; --# 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_ + "iremos" ; --# 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_ + "era" ; --# notpresent + VP (Cond Sg P2) => def_ + "e" + nd_ + "eras" ; --# notpresent + VP (Cond Sg P3) => def_ + "e" + nd_ + "era" ; --# notpresent + VP (Cond Pl P1) => def_ + "e" + nd_ + "eramos" ; --# notpresent + VP (Cond Pl P2) => def_ + "e" + nd_ + "erais" ; --# notpresent + VP (Cond Pl P3) => def_ + "e" + nd_ + "eran" ; --# 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_ + "cis" ; VP (Pres Subj Pl P3) => delin_ + "can" ; - VP (Impf Ind Sg P1) => delin_ + "qua" ; - VP (Impf Ind Sg P2) => delin_ + "quas" ; - VP (Impf Ind Sg P3) => delin_ + "qua" ; - VP (Impf Ind Pl P1) => delin_ + "quamos" ; - VP (Impf Ind Pl P2) => delin_ + "quais" ; - VP (Impf Ind Pl P3) => delin_ + "quan" ; - 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_ + "quiramos" ; delin_ + "quisemos"} ; - 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_ + "quirs" ; - VP (Fut Ind Sg P3) => delin_ + "quir" ; - VP (Fut Ind Pl P1) => delin_ + "quiremos" ; - VP (Fut Ind Pl P2) => delin_ + "quiris" ; - VP (Fut Ind Pl P3) => delin_ + "quirn" ; - 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_ + "quiremos" ; - VP (Fut Subj Pl P2) => delin_ + "quiereis" ; - VP (Fut Subj Pl P3) => delin_ + "quieren" ; - VP (Cond Sg P1) => delin_ + "quira" ; - VP (Cond Sg P2) => delin_ + "quiras" ; - VP (Cond Sg P3) => delin_ + "quira" ; - VP (Cond Pl P1) => delin_ + "quiramos" ; - VP (Cond Pl P2) => delin_ + "quirais" ; - VP (Cond Pl P3) => delin_ + "quiran" ; + VP (Impf Ind Sg P1) => delin_ + "qua" ; --# notpresent + VP (Impf Ind Sg P2) => delin_ + "quas" ; --# notpresent + VP (Impf Ind Sg P3) => delin_ + "qua" ; --# notpresent + VP (Impf Ind Pl P1) => delin_ + "quamos" ; --# notpresent + VP (Impf Ind Pl P2) => delin_ + "quais" ; --# notpresent + VP (Impf Ind Pl P3) => delin_ + "quan" ; --# 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_ + "quiramos" ; delin_ + "quisemos"} ; --# 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_ + "quirs" ; --# notpresent + VP (Fut Ind Sg P3) => delin_ + "quir" ; --# notpresent + VP (Fut Ind Pl P1) => delin_ + "quiremos" ; --# notpresent + VP (Fut Ind Pl P2) => delin_ + "quiris" ; --# notpresent + VP (Fut Ind Pl P3) => delin_ + "quirn" ; --# 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_ + "quiremos" ; --# notpresent + VP (Fut Subj Pl P2) => delin_ + "quiereis" ; --# notpresent + VP (Fut Subj Pl P3) => delin_ + "quieren" ; --# notpresent + VP (Cond Sg P1) => delin_ + "quira" ; --# notpresent + VP (Cond Sg P2) => delin_ + "quiras" ; --# notpresent + VP (Cond Sg P3) => delin_ + "quira" ; --# notpresent + VP (Cond Pl P1) => delin_ + "quiramos" ; --# notpresent + VP (Cond Pl P2) => delin_ + "quirais" ; --# notpresent + VP (Cond Pl P3) => delin_ + "quiran" ; --# 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_ + "osis" ; 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_ + "osbamos" ; - 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_ + "osramos" ; des_ + "ossemos"} ; - 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_ + "osars" ; - VP (Fut Ind Sg P3) => des_ + "osar" ; - VP (Fut Ind Pl P1) => des_ + "osaremos" ; - VP (Fut Ind Pl P2) => des_ + "osaris" ; - VP (Fut Ind Pl P3) => des_ + "osarn" ; - 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_ + "osremos" ; - VP (Fut Subj Pl P2) => des_ + "osareis" ; - VP (Fut Subj Pl P3) => des_ + "osaren" ; - VP (Cond Sg P1) => des_ + "osara" ; - VP (Cond Sg P2) => des_ + "osaras" ; - VP (Cond Sg P3) => des_ + "osara" ; - VP (Cond Pl P1) => des_ + "osaramos" ; - VP (Cond Pl P2) => des_ + "osarais" ; - VP (Cond Pl P3) => des_ + "osaran" ; + 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_ + "osbamos" ; --# 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_ + "osramos" ; des_ + "ossemos"} ; --# 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_ + "osars" ; --# notpresent + VP (Fut Ind Sg P3) => des_ + "osar" ; --# notpresent + VP (Fut Ind Pl P1) => des_ + "osaremos" ; --# notpresent + VP (Fut Ind Pl P2) => des_ + "osaris" ; --# notpresent + VP (Fut Ind Pl P3) => des_ + "osarn" ; --# 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_ + "osremos" ; --# notpresent + VP (Fut Subj Pl P2) => des_ + "osareis" ; --# notpresent + VP (Fut Subj Pl P3) => des_ + "osaren" ; --# notpresent + VP (Cond Sg P1) => des_ + "osara" ; --# notpresent + VP (Cond Sg P2) => des_ + "osaras" ; --# notpresent + VP (Cond Sg P3) => des_ + "osara" ; --# notpresent + VP (Cond Pl P1) => des_ + "osaramos" ; --# notpresent + VP (Cond Pl P2) => des_ + "osarais" ; --# notpresent + VP (Cond Pl P3) => des_ + "osaran" ; --# 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_ + "jis" ; VP (Pres Subj Pl P3) => diri_ + "jan" ; - VP (Impf Ind Sg P1) => diri_ + "ga" ; - VP (Impf Ind Sg P2) => diri_ + "gas" ; - VP (Impf Ind Sg P3) => diri_ + "ga" ; - VP (Impf Ind Pl P1) => diri_ + "gamos" ; - VP (Impf Ind Pl P2) => diri_ + "gais" ; - VP (Impf Ind Pl P3) => diri_ + "gan" ; - 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_ + "giramos" ; diri_ + "gisemos"} ; - 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_ + "girs" ; - VP (Fut Ind Sg P3) => diri_ + "gir" ; - VP (Fut Ind Pl P1) => diri_ + "giremos" ; - VP (Fut Ind Pl P2) => diri_ + "giris" ; - VP (Fut Ind Pl P3) => diri_ + "girn" ; - 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_ + "giremos" ; - VP (Fut Subj Pl P2) => diri_ + "giereis" ; - VP (Fut Subj Pl P3) => diri_ + "gieren" ; - VP (Cond Sg P1) => diri_ + "gira" ; - VP (Cond Sg P2) => diri_ + "giras" ; - VP (Cond Sg P3) => diri_ + "gira" ; - VP (Cond Pl P1) => diri_ + "giramos" ; - VP (Cond Pl P2) => diri_ + "girais" ; - VP (Cond Pl P3) => diri_ + "giran" ; + VP (Impf Ind Sg P1) => diri_ + "ga" ; --# notpresent + VP (Impf Ind Sg P2) => diri_ + "gas" ; --# notpresent + VP (Impf Ind Sg P3) => diri_ + "ga" ; --# notpresent + VP (Impf Ind Pl P1) => diri_ + "gamos" ; --# notpresent + VP (Impf Ind Pl P2) => diri_ + "gais" ; --# notpresent + VP (Impf Ind Pl P3) => diri_ + "gan" ; --# 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_ + "giramos" ; diri_ + "gisemos"} ; --# 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_ + "girs" ; --# notpresent + VP (Fut Ind Sg P3) => diri_ + "gir" ; --# notpresent + VP (Fut Ind Pl P1) => diri_ + "giremos" ; --# notpresent + VP (Fut Ind Pl P2) => diri_ + "giris" ; --# notpresent + VP (Fut Ind Pl P3) => diri_ + "girn" ; --# 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_ + "giremos" ; --# notpresent + VP (Fut Subj Pl P2) => diri_ + "giereis" ; --# notpresent + VP (Fut Subj Pl P3) => diri_ + "gieren" ; --# notpresent + VP (Cond Sg P1) => diri_ + "gira" ; --# notpresent + VP (Cond Sg P2) => diri_ + "giras" ; --# notpresent + VP (Cond Sg P3) => diri_ + "gira" ; --# notpresent + VP (Cond Pl P1) => diri_ + "giramos" ; --# notpresent + VP (Cond Pl P2) => diri_ + "girais" ; --# notpresent + VP (Cond Pl P3) => diri_ + "giran" ; --# 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_ + "ernis" ; VP (Pres Subj Pl P3) => disc_ + "iernan" ; - VP (Impf Ind Sg P1) => disc_ + "erna" ; - VP (Impf Ind Sg P2) => disc_ + "ernas" ; - VP (Impf Ind Sg P3) => disc_ + "erna" ; - VP (Impf Ind Pl P1) => disc_ + "ernamos" ; - VP (Impf Ind Pl P2) => disc_ + "ernais" ; - VP (Impf Ind Pl P3) => disc_ + "ernan" ; - 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_ + "erniramos" ; disc_ + "ernisemos"} ; - 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_ + "ernirs" ; - VP (Fut Ind Sg P3) => disc_ + "ernir" ; - VP (Fut Ind Pl P1) => disc_ + "erniremos" ; - VP (Fut Ind Pl P2) => disc_ + "erniris" ; - VP (Fut Ind Pl P3) => disc_ + "ernirn" ; - 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_ + "erniremos" ; - VP (Fut Subj Pl P2) => disc_ + "erniereis" ; - VP (Fut Subj Pl P3) => disc_ + "ernieren" ; - VP (Cond Sg P1) => disc_ + "ernira" ; - VP (Cond Sg P2) => disc_ + "erniras" ; - VP (Cond Sg P3) => disc_ + "ernira" ; - VP (Cond Pl P1) => disc_ + "erniramos" ; - VP (Cond Pl P2) => disc_ + "ernirais" ; - VP (Cond Pl P3) => disc_ + "erniran" ; + VP (Impf Ind Sg P1) => disc_ + "erna" ; --# notpresent + VP (Impf Ind Sg P2) => disc_ + "ernas" ; --# notpresent + VP (Impf Ind Sg P3) => disc_ + "erna" ; --# notpresent + VP (Impf Ind Pl P1) => disc_ + "ernamos" ; --# notpresent + VP (Impf Ind Pl P2) => disc_ + "ernais" ; --# notpresent + VP (Impf Ind Pl P3) => disc_ + "ernan" ; --# 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_ + "erniramos" ; disc_ + "ernisemos"} ; --# 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_ + "ernirs" ; --# notpresent + VP (Fut Ind Sg P3) => disc_ + "ernir" ; --# notpresent + VP (Fut Ind Pl P1) => disc_ + "erniremos" ; --# notpresent + VP (Fut Ind Pl P2) => disc_ + "erniris" ; --# notpresent + VP (Fut Ind Pl P3) => disc_ + "ernirn" ; --# 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_ + "erniremos" ; --# notpresent + VP (Fut Subj Pl P2) => disc_ + "erniereis" ; --# notpresent + VP (Fut Subj Pl P3) => disc_ + "ernieren" ; --# notpresent + VP (Cond Sg P1) => disc_ + "ernira" ; --# notpresent + VP (Cond Sg P2) => disc_ + "erniras" ; --# notpresent + VP (Cond Sg P3) => disc_ + "ernira" ; --# notpresent + VP (Cond Pl P1) => disc_ + "erniramos" ; --# notpresent + VP (Cond Pl P2) => disc_ + "ernirais" ; --# notpresent + VP (Cond Pl P3) => disc_ + "erniran" ; --# 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_ + "ua" ; - VP (Impf Ind Sg P2) => disting_ + "uas" ; - VP (Impf Ind Sg P3) => disting_ + "ua" ; - VP (Impf Ind Pl P1) => disting_ + "uamos" ; - VP (Impf Ind Pl P2) => disting_ + "uais" ; - VP (Impf Ind Pl P3) => disting_ + "uan" ; - 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_ + "uiramos" ; disting_ + "uisemos"} ; - 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_ + "uirs" ; - VP (Fut Ind Sg P3) => disting_ + "uir" ; - VP (Fut Ind Pl P1) => disting_ + "uiremos" ; - VP (Fut Ind Pl P2) => disting_ + "uiris" ; - VP (Fut Ind Pl P3) => disting_ + "uirn" ; - 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_ + "uiremos" ; - VP (Fut Subj Pl P2) => disting_ + "uiereis" ; - VP (Fut Subj Pl P3) => disting_ + "uieren" ; - VP (Cond Sg P1) => disting_ + "uira" ; - VP (Cond Sg P2) => disting_ + "uiras" ; - VP (Cond Sg P3) => disting_ + "uira" ; - VP (Cond Pl P1) => disting_ + "uiramos" ; - VP (Cond Pl P2) => disting_ + "uirais" ; - VP (Cond Pl P3) => disting_ + "uiran" ; + VP (Impf Ind Sg P1) => disting_ + "ua" ; --# notpresent + VP (Impf Ind Sg P2) => disting_ + "uas" ; --# notpresent + VP (Impf Ind Sg P3) => disting_ + "ua" ; --# notpresent + VP (Impf Ind Pl P1) => disting_ + "uamos" ; --# notpresent + VP (Impf Ind Pl P2) => disting_ + "uais" ; --# notpresent + VP (Impf Ind Pl P3) => disting_ + "uan" ; --# 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_ + "uiramos" ; disting_ + "uisemos"} ; --# 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_ + "uirs" ; --# notpresent + VP (Fut Ind Sg P3) => disting_ + "uir" ; --# notpresent + VP (Fut Ind Pl P1) => disting_ + "uiremos" ; --# notpresent + VP (Fut Ind Pl P2) => disting_ + "uiris" ; --# notpresent + VP (Fut Ind Pl P3) => disting_ + "uirn" ; --# 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_ + "uiremos" ; --# notpresent + VP (Fut Subj Pl P2) => disting_ + "uiereis" ; --# notpresent + VP (Fut Subj Pl P3) => disting_ + "uieren" ; --# notpresent + VP (Cond Sg P1) => disting_ + "uira" ; --# notpresent + VP (Cond Sg P2) => disting_ + "uiras" ; --# notpresent + VP (Cond Sg P3) => disting_ + "uira" ; --# notpresent + VP (Cond Pl P1) => disting_ + "uiramos" ; --# notpresent + VP (Cond Pl P2) => disting_ + "uirais" ; --# notpresent + VP (Cond Pl P3) => disting_ + "uiran" ; --# 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_ + "urmis" ; VP (Pres Subj Pl P3) => d_ + "uerman" ; - VP (Impf Ind Sg P1) => d_ + "orma" ; - VP (Impf Ind Sg P2) => d_ + "ormas" ; - VP (Impf Ind Sg P3) => d_ + "orma" ; - VP (Impf Ind Pl P1) => d_ + "ormamos" ; - VP (Impf Ind Pl P2) => d_ + "ormais" ; - VP (Impf Ind Pl P3) => d_ + "orman" ; - 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_ + "urmiramos" ; d_ + "urmisemos"} ; - 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_ + "ormirs" ; - VP (Fut Ind Sg P3) => d_ + "ormir" ; - VP (Fut Ind Pl P1) => d_ + "ormiremos" ; - VP (Fut Ind Pl P2) => d_ + "ormiris" ; - VP (Fut Ind Pl P3) => d_ + "ormirn" ; - 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_ + "urmiremos" ; - VP (Fut Subj Pl P2) => d_ + "urmiereis" ; - VP (Fut Subj Pl P3) => d_ + "urmieren" ; - VP (Cond Sg P1) => d_ + "ormira" ; - VP (Cond Sg P2) => d_ + "ormiras" ; - VP (Cond Sg P3) => d_ + "ormira" ; - VP (Cond Pl P1) => d_ + "ormiramos" ; - VP (Cond Pl P2) => d_ + "ormirais" ; - VP (Cond Pl P3) => d_ + "ormiran" ; + VP (Impf Ind Sg P1) => d_ + "orma" ; --# notpresent + VP (Impf Ind Sg P2) => d_ + "ormas" ; --# notpresent + VP (Impf Ind Sg P3) => d_ + "orma" ; --# notpresent + VP (Impf Ind Pl P1) => d_ + "ormamos" ; --# notpresent + VP (Impf Ind Pl P2) => d_ + "ormais" ; --# notpresent + VP (Impf Ind Pl P3) => d_ + "orman" ; --# 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_ + "urmiramos" ; d_ + "urmisemos"} ; --# 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_ + "ormirs" ; --# notpresent + VP (Fut Ind Sg P3) => d_ + "ormir" ; --# notpresent + VP (Fut Ind Pl P1) => d_ + "ormiremos" ; --# notpresent + VP (Fut Ind Pl P2) => d_ + "ormiris" ; --# notpresent + VP (Fut Ind Pl P3) => d_ + "ormirn" ; --# 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_ + "urmiremos" ; --# notpresent + VP (Fut Subj Pl P2) => d_ + "urmiereis" ; --# notpresent + VP (Fut Subj Pl P3) => d_ + "urmieren" ; --# notpresent + VP (Cond Sg P1) => d_ + "ormira" ; --# notpresent + VP (Cond Sg P2) => d_ + "ormiras" ; --# notpresent + VP (Cond Sg P3) => d_ + "ormira" ; --# notpresent + VP (Cond Pl P1) => d_ + "ormiramos" ; --# notpresent + VP (Cond Pl P2) => d_ + "ormirais" ; --# notpresent + VP (Cond Pl P3) => d_ + "ormiran" ; --# 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_ + "uris" ; VP (Pres Subj Pl P3) => d_ + "ueran" ; - VP (Impf Ind Sg P1) => d_ + "ora" ; - VP (Impf Ind Sg P2) => d_ + "oras" ; - VP (Impf Ind Sg P3) => d_ + "ora" ; - VP (Impf Ind Pl P1) => d_ + "oramos" ; - VP (Impf Ind Pl P2) => d_ + "orais" ; - VP (Impf Ind Pl P3) => d_ + "oran" ; - 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_ + "uriramos" ; d_ + "urisemos"} ; - 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_ + "orirs" ; - VP (Fut Ind Sg P3) => d_ + "orir" ; - VP (Fut Ind Pl P1) => d_ + "oriremos" ; - VP (Fut Ind Pl P2) => d_ + "oriris" ; - VP (Fut Ind Pl P3) => d_ + "orirn" ; - 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_ + "uriremos" ; - VP (Fut Subj Pl P2) => d_ + "uriereis" ; - VP (Fut Subj Pl P3) => d_ + "urieren" ; - VP (Cond Sg P1) => d_ + "orira" ; - VP (Cond Sg P2) => d_ + "oriras" ; - VP (Cond Sg P3) => d_ + "orira" ; - VP (Cond Pl P1) => d_ + "oriramos" ; - VP (Cond Pl P2) => d_ + "orirais" ; - VP (Cond Pl P3) => d_ + "oriran" ; + VP (Impf Ind Sg P1) => d_ + "ora" ; --# notpresent + VP (Impf Ind Sg P2) => d_ + "oras" ; --# notpresent + VP (Impf Ind Sg P3) => d_ + "ora" ; --# notpresent + VP (Impf Ind Pl P1) => d_ + "oramos" ; --# notpresent + VP (Impf Ind Pl P2) => d_ + "orais" ; --# notpresent + VP (Impf Ind Pl P3) => d_ + "oran" ; --# 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_ + "uriramos" ; d_ + "urisemos"} ; --# 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_ + "orirs" ; --# notpresent + VP (Fut Ind Sg P3) => d_ + "orir" ; --# notpresent + VP (Fut Ind Pl P1) => d_ + "oriremos" ; --# notpresent + VP (Fut Ind Pl P2) => d_ + "oriris" ; --# notpresent + VP (Fut Ind Pl P3) => d_ + "orirn" ; --# 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_ + "uriremos" ; --# notpresent + VP (Fut Subj Pl P2) => d_ + "uriereis" ; --# notpresent + VP (Fut Subj Pl P3) => d_ + "urieren" ; --# notpresent + VP (Cond Sg P1) => d_ + "orira" ; --# notpresent + VP (Cond Sg P2) => d_ + "oriras" ; --# notpresent + VP (Cond Sg P3) => d_ + "orira" ; --# notpresent + VP (Cond Pl P1) => d_ + "oriramos" ; --# notpresent + VP (Cond Pl P2) => d_ + "orirais" ; --# notpresent + VP (Cond Pl P3) => d_ + "oriran" ; --# 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_ + "ijis" ; VP (Pres Subj Pl P3) => el_ + "ijan" ; - VP (Impf Ind Sg P1) => el_ + "ega" ; - VP (Impf Ind Sg P2) => el_ + "egas" ; - VP (Impf Ind Sg P3) => el_ + "ega" ; - VP (Impf Ind Pl P1) => el_ + "egamos" ; - VP (Impf Ind Pl P2) => el_ + "egais" ; - VP (Impf Ind Pl P3) => el_ + "egan" ; - 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_ + "igiramos" ; el_ + "igisemos"} ; - 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_ + "egirs" ; - VP (Fut Ind Sg P3) => el_ + "egir" ; - VP (Fut Ind Pl P1) => el_ + "egiremos" ; - VP (Fut Ind Pl P2) => el_ + "egiris" ; - VP (Fut Ind Pl P3) => el_ + "egirn" ; - 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_ + "igiremos" ; - VP (Fut Subj Pl P2) => el_ + "igiereis" ; - VP (Fut Subj Pl P3) => el_ + "igieren" ; - VP (Cond Sg P1) => el_ + "egira" ; - VP (Cond Sg P2) => el_ + "egiras" ; - VP (Cond Sg P3) => el_ + "egira" ; - VP (Cond Pl P1) => el_ + "egiramos" ; - VP (Cond Pl P2) => el_ + "egirais" ; - VP (Cond Pl P3) => el_ + "egiran" ; + VP (Impf Ind Sg P1) => el_ + "ega" ; --# notpresent + VP (Impf Ind Sg P2) => el_ + "egas" ; --# notpresent + VP (Impf Ind Sg P3) => el_ + "ega" ; --# notpresent + VP (Impf Ind Pl P1) => el_ + "egamos" ; --# notpresent + VP (Impf Ind Pl P2) => el_ + "egais" ; --# notpresent + VP (Impf Ind Pl P3) => el_ + "egan" ; --# 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_ + "igiramos" ; el_ + "igisemos"} ; --# 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_ + "egirs" ; --# notpresent + VP (Fut Ind Sg P3) => el_ + "egir" ; --# notpresent + VP (Fut Ind Pl P1) => el_ + "egiremos" ; --# notpresent + VP (Fut Ind Pl P2) => el_ + "egiris" ; --# notpresent + VP (Fut Ind Pl P3) => el_ + "egirn" ; --# 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_ + "igiremos" ; --# notpresent + VP (Fut Subj Pl P2) => el_ + "igiereis" ; --# notpresent + VP (Fut Subj Pl P3) => el_ + "igieren" ; --# notpresent + VP (Cond Sg P1) => el_ + "egira" ; --# notpresent + VP (Cond Sg P2) => el_ + "egiras" ; --# notpresent + VP (Cond Sg P3) => el_ + "egira" ; --# notpresent + VP (Cond Pl P1) => el_ + "egiramos" ; --# notpresent + VP (Cond Pl P2) => el_ + "egirais" ; --# notpresent + VP (Cond Pl P3) => el_ + "egiran" ; --# 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_ + "ecis" ; 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_ + "ezbamos" ; - 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_ + "ezramos" ; emp_ + "ezsemos"} ; - 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_ + "ezars" ; - VP (Fut Ind Sg P3) => emp_ + "ezar" ; - VP (Fut Ind Pl P1) => emp_ + "ezaremos" ; - VP (Fut Ind Pl P2) => emp_ + "ezaris" ; - VP (Fut Ind Pl P3) => emp_ + "ezarn" ; - 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_ + "ezremos" ; - VP (Fut Subj Pl P2) => emp_ + "ezareis" ; - VP (Fut Subj Pl P3) => emp_ + "ezaren" ; - VP (Cond Sg P1) => emp_ + "ezara" ; - VP (Cond Sg P2) => emp_ + "ezaras" ; - VP (Cond Sg P3) => emp_ + "ezara" ; - VP (Cond Pl P1) => emp_ + "ezaramos" ; - VP (Cond Pl P2) => emp_ + "ezarais" ; - VP (Cond Pl P3) => emp_ + "ezaran" ; + 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_ + "ezbamos" ; --# 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_ + "ezramos" ; emp_ + "ezsemos"} ; --# 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_ + "ezars" ; --# notpresent + VP (Fut Ind Sg P3) => emp_ + "ezar" ; --# notpresent + VP (Fut Ind Pl P1) => emp_ + "ezaremos" ; --# notpresent + VP (Fut Ind Pl P2) => emp_ + "ezaris" ; --# notpresent + VP (Fut Ind Pl P3) => emp_ + "ezarn" ; --# 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_ + "ezremos" ; --# notpresent + VP (Fut Subj Pl P2) => emp_ + "ezareis" ; --# notpresent + VP (Fut Subj Pl P3) => emp_ + "ezaren" ; --# notpresent + VP (Cond Sg P1) => emp_ + "ezara" ; --# notpresent + VP (Cond Sg P2) => emp_ + "ezaras" ; --# notpresent + VP (Cond Sg P3) => emp_ + "ezara" ; --# notpresent + VP (Cond Pl P1) => emp_ + "ezaramos" ; --# notpresent + VP (Cond Pl P2) => emp_ + "ezarais" ; --# notpresent + VP (Cond Pl P3) => emp_ + "ezaran" ; --# 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_ + "ontris" ; 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_ + "ontrbamos" ; - 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_ + "ontrramos" ; enc_ + "ontrsemos"} ; - 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_ + "ontrars" ; - VP (Fut Ind Sg P3) => enc_ + "ontrar" ; - VP (Fut Ind Pl P1) => enc_ + "ontraremos" ; - VP (Fut Ind Pl P2) => enc_ + "ontraris" ; - VP (Fut Ind Pl P3) => enc_ + "ontrarn" ; - 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_ + "ontrremos" ; - VP (Fut Subj Pl P2) => enc_ + "ontrareis" ; - VP (Fut Subj Pl P3) => enc_ + "ontraren" ; - VP (Cond Sg P1) => enc_ + "ontrara" ; - VP (Cond Sg P2) => enc_ + "ontraras" ; - VP (Cond Sg P3) => enc_ + "ontrara" ; - VP (Cond Pl P1) => enc_ + "ontraramos" ; - VP (Cond Pl P2) => enc_ + "ontrarais" ; - VP (Cond Pl P3) => enc_ + "ontraran" ; + 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_ + "ontrbamos" ; --# 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_ + "ontrramos" ; enc_ + "ontrsemos"} ; --# 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_ + "ontrars" ; --# notpresent + VP (Fut Ind Sg P3) => enc_ + "ontrar" ; --# notpresent + VP (Fut Ind Pl P1) => enc_ + "ontraremos" ; --# notpresent + VP (Fut Ind Pl P2) => enc_ + "ontraris" ; --# notpresent + VP (Fut Ind Pl P3) => enc_ + "ontrarn" ; --# 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_ + "ontrremos" ; --# notpresent + VP (Fut Subj Pl P2) => enc_ + "ontrareis" ; --# notpresent + VP (Fut Subj Pl P3) => enc_ + "ontraren" ; --# notpresent + VP (Cond Sg P1) => enc_ + "ontrara" ; --# notpresent + VP (Cond Sg P2) => enc_ + "ontraras" ; --# notpresent + VP (Cond Sg P3) => enc_ + "ontrara" ; --# notpresent + VP (Cond Pl P1) => enc_ + "ontraramos" ; --# notpresent + VP (Cond Pl P2) => enc_ + "ontrarais" ; --# notpresent + VP (Cond Pl P3) => enc_ + "ontraran" ; --# 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_ + "ontis" ; 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_ + "ontbamos" ; - 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_ + "ontramos" ; c_ + "ontsemos"} ; - 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_ + "ontars" ; - VP (Fut Ind Sg P3) => c_ + "ontar" ; - VP (Fut Ind Pl P1) => c_ + "ontaremos" ; - VP (Fut Ind Pl P2) => c_ + "ontaris" ; - VP (Fut Ind Pl P3) => c_ + "ontarn" ; - 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_ + "ontremos" ; - VP (Fut Subj Pl P2) => c_ + "ontareis" ; - VP (Fut Subj Pl P3) => c_ + "ontaren" ; - VP (Cond Sg P1) => c_ + "ontara" ; - VP (Cond Sg P2) => c_ + "ontaras" ; - VP (Cond Sg P3) => c_ + "ontara" ; - VP (Cond Pl P1) => c_ + "ontaramos" ; - VP (Cond Pl P2) => c_ + "ontarais" ; - VP (Cond Pl P3) => c_ + "ontaran" ; + 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_ + "ontbamos" ; --# 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_ + "ontramos" ; c_ + "ontsemos"} ; --# 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_ + "ontars" ; --# notpresent + VP (Fut Ind Sg P3) => c_ + "ontar" ; --# notpresent + VP (Fut Ind Pl P1) => c_ + "ontaremos" ; --# notpresent + VP (Fut Ind Pl P2) => c_ + "ontaris" ; --# notpresent + VP (Fut Ind Pl P3) => c_ + "ontarn" ; --# 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_ + "ontremos" ; --# notpresent + VP (Fut Subj Pl P2) => c_ + "ontareis" ; --# notpresent + VP (Fut Subj Pl P3) => c_ + "ontaren" ; --# notpresent + VP (Cond Sg P1) => c_ + "ontara" ; --# notpresent + VP (Cond Sg P2) => c_ + "ontaras" ; --# notpresent + VP (Cond Sg P3) => c_ + "ontara" ; --# notpresent + VP (Cond Pl P1) => c_ + "ontaramos" ; --# notpresent + VP (Cond Pl P2) => c_ + "ontarais" ; --# notpresent + VP (Cond Pl P3) => c_ + "ontaran" ; --# 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_ + "icis" ; 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_ + "izbamos" ; - 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_ + "izramos" ; enra_ + "izsemos"} ; - 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_ + "izars" ; - VP (Fut Ind Sg P3) => enra_ + "izar" ; - VP (Fut Ind Pl P1) => enra_ + "izaremos" ; - VP (Fut Ind Pl P2) => enra_ + "izaris" ; - VP (Fut Ind Pl P3) => enra_ + "izarn" ; - 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_ + "izremos" ; - VP (Fut Subj Pl P2) => enra_ + "izareis" ; - VP (Fut Subj Pl P3) => enra_ + "izaren" ; - VP (Cond Sg P1) => enra_ + "izara" ; - VP (Cond Sg P2) => enra_ + "izaras" ; - VP (Cond Sg P3) => enra_ + "izara" ; - VP (Cond Pl P1) => enra_ + "izaramos" ; - VP (Cond Pl P2) => enra_ + "izarais" ; - VP (Cond Pl P3) => enra_ + "izaran" ; + 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_ + "izbamos" ; --# 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_ + "izramos" ; enra_ + "izsemos"} ; --# 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_ + "izars" ; --# notpresent + VP (Fut Ind Sg P3) => enra_ + "izar" ; --# notpresent + VP (Fut Ind Pl P1) => enra_ + "izaremos" ; --# notpresent + VP (Fut Ind Pl P2) => enra_ + "izaris" ; --# notpresent + VP (Fut Ind Pl P3) => enra_ + "izarn" ; --# 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_ + "izremos" ; --# notpresent + VP (Fut Subj Pl P2) => enra_ + "izareis" ; --# notpresent + VP (Fut Subj Pl P3) => enra_ + "izaren" ; --# notpresent + VP (Cond Sg P1) => enra_ + "izara" ; --# notpresent + VP (Cond Sg P2) => enra_ + "izaras" ; --# notpresent + VP (Cond Sg P3) => enra_ + "izara" ; --# notpresent + VP (Cond Pl P1) => enra_ + "izaramos" ; --# notpresent + VP (Cond Pl P2) => enra_ + "izarais" ; --# notpresent + VP (Cond Pl P3) => enra_ + "izaran" ; --# 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_ + "irgis" ; VP (Pres Subj Pl P3) => x_ + "yergan" ; - VP (Impf Ind Sg P1) => x_ + "ergua" ; - VP (Impf Ind Sg P2) => x_ + "erguas" ; - VP (Impf Ind Sg P3) => x_ + "ergua" ; - VP (Impf Ind Pl P1) => x_ + "erguamos" ; - VP (Impf Ind Pl P2) => x_ + "erguais" ; - VP (Impf Ind Pl P3) => x_ + "erguan" ; - 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_ + "irguiramos" ; x_ + "irguisemos"} ; - 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_ + "erguirs" ; - VP (Fut Ind Sg P3) => x_ + "erguir" ; - VP (Fut Ind Pl P1) => x_ + "erguiremos" ; - VP (Fut Ind Pl P2) => x_ + "erguiris" ; - VP (Fut Ind Pl P3) => x_ + "erguirn" ; - 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_ + "irguiremos" ; - VP (Fut Subj Pl P2) => x_ + "irguiereis" ; - VP (Fut Subj Pl P3) => x_ + "irguieren" ; - VP (Cond Sg P1) => x_ + "erguira" ; - VP (Cond Sg P2) => x_ + "erguiras" ; - VP (Cond Sg P3) => x_ + "erguira" ; - VP (Cond Pl P1) => x_ + "erguiramos" ; - VP (Cond Pl P2) => x_ + "erguirais" ; - VP (Cond Pl P3) => x_ + "erguiran" ; + VP (Impf Ind Sg P1) => x_ + "ergua" ; --# notpresent + VP (Impf Ind Sg P2) => x_ + "erguas" ; --# notpresent + VP (Impf Ind Sg P3) => x_ + "ergua" ; --# notpresent + VP (Impf Ind Pl P1) => x_ + "erguamos" ; --# notpresent + VP (Impf Ind Pl P2) => x_ + "erguais" ; --# notpresent + VP (Impf Ind Pl P3) => x_ + "erguan" ; --# 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_ + "irguiramos" ; x_ + "irguisemos"} ; --# 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_ + "erguirs" ; --# notpresent + VP (Fut Ind Sg P3) => x_ + "erguir" ; --# notpresent + VP (Fut Ind Pl P1) => x_ + "erguiremos" ; --# notpresent + VP (Fut Ind Pl P2) => x_ + "erguiris" ; --# notpresent + VP (Fut Ind Pl P3) => x_ + "erguirn" ; --# 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_ + "irguiremos" ; --# notpresent + VP (Fut Subj Pl P2) => x_ + "irguiereis" ; --# notpresent + VP (Fut Subj Pl P3) => x_ + "irguieren" ; --# notpresent + VP (Cond Sg P1) => x_ + "erguira" ; --# notpresent + VP (Cond Sg P2) => x_ + "erguiras" ; --# notpresent + VP (Cond Sg P3) => x_ + "erguira" ; --# notpresent + VP (Cond Pl P1) => x_ + "erguiramos" ; --# notpresent + VP (Cond Pl P2) => x_ + "erguirais" ; --# notpresent + VP (Cond Pl P3) => x_ + "erguiran" ; --# 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_ + "erris" ; 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_ + "errbamos" ; - 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_ + "errramos" ; x_ + "errsemos"} ; - 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_ + "errars" ; - VP (Fut Ind Sg P3) => x_ + "errar" ; - VP (Fut Ind Pl P1) => x_ + "erraremos" ; - VP (Fut Ind Pl P2) => x_ + "erraris" ; - VP (Fut Ind Pl P3) => x_ + "errarn" ; - 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_ + "errremos" ; - VP (Fut Subj Pl P2) => x_ + "errareis" ; - VP (Fut Subj Pl P3) => x_ + "erraren" ; - VP (Cond Sg P1) => x_ + "errara" ; - VP (Cond Sg P2) => x_ + "erraras" ; - VP (Cond Sg P3) => x_ + "errara" ; - VP (Cond Pl P1) => x_ + "erraramos" ; - VP (Cond Pl P2) => x_ + "errarais" ; - VP (Cond Pl P3) => x_ + "erraran" ; + 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_ + "errbamos" ; --# 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_ + "errramos" ; x_ + "errsemos"} ; --# 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_ + "errars" ; --# notpresent + VP (Fut Ind Sg P3) => x_ + "errar" ; --# notpresent + VP (Fut Ind Pl P1) => x_ + "erraremos" ; --# notpresent + VP (Fut Ind Pl P2) => x_ + "erraris" ; --# notpresent + VP (Fut Ind Pl P3) => x_ + "errarn" ; --# 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_ + "errremos" ; --# notpresent + VP (Fut Subj Pl P2) => x_ + "errareis" ; --# notpresent + VP (Fut Subj Pl P3) => x_ + "erraren" ; --# notpresent + VP (Cond Sg P1) => x_ + "errara" ; --# notpresent + VP (Cond Sg P2) => x_ + "erraras" ; --# notpresent + VP (Cond Sg P3) => x_ + "errara" ; --# notpresent + VP (Cond Pl P1) => x_ + "erraramos" ; --# notpresent + VP (Cond Pl P2) => x_ + "errarais" ; --# notpresent + VP (Cond Pl P3) => x_ + "erraran" ; --# 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_ + "orcis" ; 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_ + "orzbamos" ; - 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_ + "orzramos" ; f_ + "orzsemos"} ; - 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_ + "orzars" ; - VP (Fut Ind Sg P3) => f_ + "orzar" ; - VP (Fut Ind Pl P1) => f_ + "orzaremos" ; - VP (Fut Ind Pl P2) => f_ + "orzaris" ; - VP (Fut Ind Pl P3) => f_ + "orzarn" ; - 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_ + "orzremos" ; - VP (Fut Subj Pl P2) => f_ + "orzareis" ; - VP (Fut Subj Pl P3) => f_ + "orzaren" ; - VP (Cond Sg P1) => f_ + "orzara" ; - VP (Cond Sg P2) => f_ + "orzaras" ; - VP (Cond Sg P3) => f_ + "orzara" ; - VP (Cond Pl P1) => f_ + "orzaramos" ; - VP (Cond Pl P2) => f_ + "orzarais" ; - VP (Cond Pl P3) => f_ + "orzaran" ; + 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_ + "orzbamos" ; --# 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_ + "orzramos" ; f_ + "orzsemos"} ; --# 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_ + "orzars" ; --# notpresent + VP (Fut Ind Sg P3) => f_ + "orzar" ; --# notpresent + VP (Fut Ind Pl P1) => f_ + "orzaremos" ; --# notpresent + VP (Fut Ind Pl P2) => f_ + "orzaris" ; --# notpresent + VP (Fut Ind Pl P3) => f_ + "orzarn" ; --# 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_ + "orzremos" ; --# notpresent + VP (Fut Subj Pl P2) => f_ + "orzareis" ; --# notpresent + VP (Fut Subj Pl P3) => f_ + "orzaren" ; --# notpresent + VP (Cond Sg P1) => f_ + "orzara" ; --# notpresent + VP (Cond Sg P2) => f_ + "orzaras" ; --# notpresent + VP (Cond Sg P3) => f_ + "orzara" ; --# notpresent + VP (Cond Pl P1) => f_ + "orzaramos" ; --# notpresent + VP (Cond Pl P2) => f_ + "orzarais" ; --# notpresent + VP (Cond Pl P3) => f_ + "orzaran" ; --# 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_ + "iis" ; 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_ + "ibamos" ; - 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_ + "iramos" ; gu_ + "isemos"} ; - 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_ + "iars" ; - VP (Fut Ind Sg P3) => gu_ + "iar" ; - VP (Fut Ind Pl P1) => gu_ + "iaremos" ; - VP (Fut Ind Pl P2) => gu_ + "iaris" ; - VP (Fut Ind Pl P3) => gu_ + "iarn" ; - 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_ + "iremos" ; - VP (Fut Subj Pl P2) => gu_ + "iareis" ; - VP (Fut Subj Pl P3) => gu_ + "iaren" ; - VP (Cond Sg P1) => gu_ + "iara" ; - VP (Cond Sg P2) => gu_ + "iaras" ; - VP (Cond Sg P3) => gu_ + "iara" ; - VP (Cond Pl P1) => gu_ + "iaramos" ; - VP (Cond Pl P2) => gu_ + "iarais" ; - VP (Cond Pl P3) => gu_ + "iaran" ; + 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_ + "ibamos" ; --# 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_ + "iramos" ; gu_ + "isemos"} ; --# 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_ + "iars" ; --# notpresent + VP (Fut Ind Sg P3) => gu_ + "iar" ; --# notpresent + VP (Fut Ind Pl P1) => gu_ + "iaremos" ; --# notpresent + VP (Fut Ind Pl P2) => gu_ + "iaris" ; --# notpresent + VP (Fut Ind Pl P3) => gu_ + "iarn" ; --# 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_ + "iremos" ; --# notpresent + VP (Fut Subj Pl P2) => gu_ + "iareis" ; --# notpresent + VP (Fut Subj Pl P3) => gu_ + "iaren" ; --# notpresent + VP (Cond Sg P1) => gu_ + "iara" ; --# notpresent + VP (Cond Sg P2) => gu_ + "iaras" ; --# notpresent + VP (Cond Sg P3) => gu_ + "iara" ; --# notpresent + VP (Cond Pl P1) => gu_ + "iaramos" ; --# notpresent + VP (Cond Pl P2) => gu_ + "iarais" ; --# notpresent + VP (Cond Pl P3) => gu_ + "iaran" ; --# 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_ + "agis" ; VP (Pres Subj Pl P3) => h_ + "agan" ; - VP (Impf Ind Sg P1) => h_ + "aca" ; - VP (Impf Ind Sg P2) => h_ + "acas" ; - VP (Impf Ind Sg P3) => h_ + "aca" ; - VP (Impf Ind Pl P1) => h_ + "acamos" ; - VP (Impf Ind Pl P2) => h_ + "acais" ; - VP (Impf Ind Pl P3) => h_ + "acan" ; - 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_ + "iciramos" ; h_ + "icisemos"} ; - 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_ + "ars" ; - VP (Fut Ind Sg P3) => h_ + "ar" ; - VP (Fut Ind Pl P1) => h_ + "aremos" ; - VP (Fut Ind Pl P2) => h_ + "aris" ; - VP (Fut Ind Pl P3) => h_ + "arn" ; - 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_ + "iciremos" ; - VP (Fut Subj Pl P2) => h_ + "iciereis" ; - VP (Fut Subj Pl P3) => h_ + "icieren" ; - VP (Cond Sg P1) => h_ + "ara" ; - VP (Cond Sg P2) => h_ + "aras" ; - VP (Cond Sg P3) => h_ + "ara" ; - VP (Cond Pl P1) => h_ + "aramos" ; - VP (Cond Pl P2) => h_ + "arais" ; - VP (Cond Pl P3) => h_ + "aran" ; + VP (Impf Ind Sg P1) => h_ + "aca" ; --# notpresent + VP (Impf Ind Sg P2) => h_ + "acas" ; --# notpresent + VP (Impf Ind Sg P3) => h_ + "aca" ; --# notpresent + VP (Impf Ind Pl P1) => h_ + "acamos" ; --# notpresent + VP (Impf Ind Pl P2) => h_ + "acais" ; --# notpresent + VP (Impf Ind Pl P3) => h_ + "acan" ; --# 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_ + "iciramos" ; h_ + "icisemos"} ; --# 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_ + "ars" ; --# notpresent + VP (Fut Ind Sg P3) => h_ + "ar" ; --# notpresent + VP (Fut Ind Pl P1) => h_ + "aremos" ; --# notpresent + VP (Fut Ind Pl P2) => h_ + "aris" ; --# notpresent + VP (Fut Ind Pl P3) => h_ + "arn" ; --# 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_ + "iciremos" ; --# notpresent + VP (Fut Subj Pl P2) => h_ + "iciereis" ; --# notpresent + VP (Fut Subj Pl P3) => h_ + "icieren" ; --# notpresent + VP (Cond Sg P1) => h_ + "ara" ; --# notpresent + VP (Cond Sg P2) => h_ + "aras" ; --# notpresent + VP (Cond Sg P3) => h_ + "ara" ; --# notpresent + VP (Cond Pl P1) => h_ + "aramos" ; --# notpresent + VP (Cond Pl P2) => h_ + "arais" ; --# notpresent + VP (Cond Pl P3) => h_ + "aran" ; --# 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_ + "yis" ; 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_ + "yramos" ; influ_ + "ysemos"} ; - 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_ + "irs" ; - VP (Fut Ind Sg P3) => influ_ + "ir" ; - VP (Fut Ind Pl P1) => influ_ + "iremos" ; - VP (Fut Ind Pl P2) => influ_ + "iris" ; - VP (Fut Ind Pl P3) => influ_ + "irn" ; - 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_ + "yremos" ; - VP (Fut Subj Pl P2) => influ_ + "yereis" ; - VP (Fut Subj Pl P3) => influ_ + "yeren" ; - VP (Cond Sg P1) => influ_ + "ira" ; - VP (Cond Sg P2) => influ_ + "iras" ; - VP (Cond Sg P3) => influ_ + "ira" ; - VP (Cond Pl P1) => influ_ + "iramos" ; - VP (Cond Pl P2) => influ_ + "irais" ; - VP (Cond Pl P3) => influ_ + "iran" ; + 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_ + "yramos" ; influ_ + "ysemos"} ; --# 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_ + "irs" ; --# notpresent + VP (Fut Ind Sg P3) => influ_ + "ir" ; --# notpresent + VP (Fut Ind Pl P1) => influ_ + "iremos" ; --# notpresent + VP (Fut Ind Pl P2) => influ_ + "iris" ; --# notpresent + VP (Fut Ind Pl P3) => influ_ + "irn" ; --# 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_ + "yremos" ; --# notpresent + VP (Fut Subj Pl P2) => influ_ + "yereis" ; --# notpresent + VP (Fut Subj Pl P3) => influ_ + "yeren" ; --# notpresent + VP (Cond Sg P1) => influ_ + "ira" ; --# notpresent + VP (Cond Sg P2) => influ_ + "iras" ; --# notpresent + VP (Cond Sg P3) => influ_ + "ira" ; --# notpresent + VP (Cond Pl P1) => influ_ + "iramos" ; --# notpresent + VP (Cond Pl P2) => influ_ + "irais" ; --# notpresent + VP (Cond Pl P3) => influ_ + "iran" ; --# 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_ + "vayis" ; 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_ + "furamos" ; x_ + "fusemos"} ; - 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_ + "irs" ; - VP (Fut Ind Sg P3) => x_ + "ir" ; - VP (Fut Ind Pl P1) => x_ + "iremos" ; - VP (Fut Ind Pl P2) => x_ + "iris" ; - VP (Fut Ind Pl P3) => x_ + "irn" ; - 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_ + "furemos" ; - VP (Fut Subj Pl P2) => x_ + "fuereis" ; - VP (Fut Subj Pl P3) => x_ + "fueren" ; - VP (Cond Sg P1) => x_ + "ira" ; - VP (Cond Sg P2) => x_ + "iras" ; - VP (Cond Sg P3) => x_ + "ira" ; - VP (Cond Pl P1) => x_ + "iramos" ; - VP (Cond Pl P2) => x_ + "irais" ; - VP (Cond Pl P3) => x_ + "iran" ; + 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_ + "furamos" ; x_ + "fusemos"} ; --# 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_ + "irs" ; --# notpresent + VP (Fut Ind Sg P3) => x_ + "ir" ; --# notpresent + VP (Fut Ind Pl P1) => x_ + "iremos" ; --# notpresent + VP (Fut Ind Pl P2) => x_ + "iris" ; --# notpresent + VP (Fut Ind Pl P3) => x_ + "irn" ; --# 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_ + "furemos" ; --# notpresent + VP (Fut Subj Pl P2) => x_ + "fuereis" ; --# notpresent + VP (Fut Subj Pl P3) => x_ + "fueren" ; --# notpresent + VP (Cond Sg P1) => x_ + "ira" ; --# notpresent + VP (Cond Sg P2) => x_ + "iras" ; --# notpresent + VP (Cond Sg P3) => x_ + "ira" ; --# notpresent + VP (Cond Pl P1) => x_ + "iramos" ; --# notpresent + VP (Cond Pl P2) => x_ + "irais" ; --# notpresent + VP (Cond Pl P3) => x_ + "iran" ; --# 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_ + "guis" ; 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_ + "gbamos" ; - 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_ + "gramos" ; ju_ + "gsemos"} ; - 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_ + "gars" ; - VP (Fut Ind Sg P3) => ju_ + "gar" ; - VP (Fut Ind Pl P1) => ju_ + "garemos" ; - VP (Fut Ind Pl P2) => ju_ + "garis" ; - VP (Fut Ind Pl P3) => ju_ + "garn" ; - 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_ + "gremos" ; - VP (Fut Subj Pl P2) => ju_ + "gareis" ; - VP (Fut Subj Pl P3) => ju_ + "garen" ; - VP (Cond Sg P1) => ju_ + "gara" ; - VP (Cond Sg P2) => ju_ + "garas" ; - VP (Cond Sg P3) => ju_ + "gara" ; - VP (Cond Pl P1) => ju_ + "garamos" ; - VP (Cond Pl P2) => ju_ + "garais" ; - VP (Cond Pl P3) => ju_ + "garan" ; + 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_ + "gbamos" ; --# 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_ + "gramos" ; ju_ + "gsemos"} ; --# 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_ + "gars" ; --# notpresent + VP (Fut Ind Sg P3) => ju_ + "gar" ; --# notpresent + VP (Fut Ind Pl P1) => ju_ + "garemos" ; --# notpresent + VP (Fut Ind Pl P2) => ju_ + "garis" ; --# notpresent + VP (Fut Ind Pl P3) => ju_ + "garn" ; --# 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_ + "gremos" ; --# notpresent + VP (Fut Subj Pl P2) => ju_ + "gareis" ; --# notpresent + VP (Fut Subj Pl P3) => ju_ + "garen" ; --# notpresent + VP (Cond Sg P1) => ju_ + "gara" ; --# notpresent + VP (Cond Sg P2) => ju_ + "garas" ; --# notpresent + VP (Cond Sg P3) => ju_ + "gara" ; --# notpresent + VP (Cond Pl P1) => ju_ + "garamos" ; --# notpresent + VP (Cond Pl P2) => ju_ + "garais" ; --# notpresent + VP (Cond Pl P3) => ju_ + "garan" ; --# 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_ + "zcis" ; VP (Pres Subj Pl P3) => lu_ + "zcan" ; - VP (Impf Ind Sg P1) => lu_ + "ca" ; - VP (Impf Ind Sg P2) => lu_ + "cas" ; - VP (Impf Ind Sg P3) => lu_ + "ca" ; - VP (Impf Ind Pl P1) => lu_ + "camos" ; - VP (Impf Ind Pl P2) => lu_ + "cais" ; - VP (Impf Ind Pl P3) => lu_ + "can" ; - 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_ + "ciramos" ; lu_ + "cisemos"} ; - 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_ + "cirs" ; - VP (Fut Ind Sg P3) => lu_ + "cir" ; - VP (Fut Ind Pl P1) => lu_ + "ciremos" ; - VP (Fut Ind Pl P2) => lu_ + "ciris" ; - VP (Fut Ind Pl P3) => lu_ + "cirn" ; - 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_ + "ciremos" ; - VP (Fut Subj Pl P2) => lu_ + "ciereis" ; - VP (Fut Subj Pl P3) => lu_ + "cieren" ; - VP (Cond Sg P1) => lu_ + "cira" ; - VP (Cond Sg P2) => lu_ + "ciras" ; - VP (Cond Sg P3) => lu_ + "cira" ; - VP (Cond Pl P1) => lu_ + "ciramos" ; - VP (Cond Pl P2) => lu_ + "cirais" ; - VP (Cond Pl P3) => lu_ + "ciran" ; + VP (Impf Ind Sg P1) => lu_ + "ca" ; --# notpresent + VP (Impf Ind Sg P2) => lu_ + "cas" ; --# notpresent + VP (Impf Ind Sg P3) => lu_ + "ca" ; --# notpresent + VP (Impf Ind Pl P1) => lu_ + "camos" ; --# notpresent + VP (Impf Ind Pl P2) => lu_ + "cais" ; --# notpresent + VP (Impf Ind Pl P3) => lu_ + "can" ; --# 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_ + "ciramos" ; lu_ + "cisemos"} ; --# 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_ + "cirs" ; --# notpresent + VP (Fut Ind Sg P3) => lu_ + "cir" ; --# notpresent + VP (Fut Ind Pl P1) => lu_ + "ciremos" ; --# notpresent + VP (Fut Ind Pl P2) => lu_ + "ciris" ; --# notpresent + VP (Fut Ind Pl P3) => lu_ + "cirn" ; --# 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_ + "ciremos" ; --# notpresent + VP (Fut Subj Pl P2) => lu_ + "ciereis" ; --# notpresent + VP (Fut Subj Pl P3) => lu_ + "cieren" ; --# notpresent + VP (Cond Sg P1) => lu_ + "cira" ; --# notpresent + VP (Cond Sg P2) => lu_ + "ciras" ; --# notpresent + VP (Cond Sg P3) => lu_ + "cira" ; --# notpresent + VP (Cond Pl P1) => lu_ + "ciramos" ; --# notpresent + VP (Cond Pl P2) => lu_ + "cirais" ; --# notpresent + VP (Cond Pl P3) => lu_ + "ciran" ; --# 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_ + "zis" ; VP (Pres Subj Pl P3) => me_ + "zan" ; - VP (Impf Ind Sg P1) => me_ + "ca" ; - VP (Impf Ind Sg P2) => me_ + "cas" ; - VP (Impf Ind Sg P3) => me_ + "ca" ; - VP (Impf Ind Pl P1) => me_ + "camos" ; - VP (Impf Ind Pl P2) => me_ + "cais" ; - VP (Impf Ind Pl P3) => me_ + "can" ; - 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_ + "ciramos" ; me_ + "cisemos"} ; - 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_ + "cers" ; - VP (Fut Ind Sg P3) => me_ + "cer" ; - VP (Fut Ind Pl P1) => me_ + "ceremos" ; - VP (Fut Ind Pl P2) => me_ + "ceris" ; - VP (Fut Ind Pl P3) => me_ + "cern" ; - 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_ + "ciremos" ; - VP (Fut Subj Pl P2) => me_ + "ciereis" ; - VP (Fut Subj Pl P3) => me_ + "cieren" ; - VP (Cond Sg P1) => me_ + "cera" ; - VP (Cond Sg P2) => me_ + "ceras" ; - VP (Cond Sg P3) => me_ + "cera" ; - VP (Cond Pl P1) => me_ + "ceramos" ; - VP (Cond Pl P2) => me_ + "cerais" ; - VP (Cond Pl P3) => me_ + "ceran" ; + VP (Impf Ind Sg P1) => me_ + "ca" ; --# notpresent + VP (Impf Ind Sg P2) => me_ + "cas" ; --# notpresent + VP (Impf Ind Sg P3) => me_ + "ca" ; --# notpresent + VP (Impf Ind Pl P1) => me_ + "camos" ; --# notpresent + VP (Impf Ind Pl P2) => me_ + "cais" ; --# notpresent + VP (Impf Ind Pl P3) => me_ + "can" ; --# 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_ + "ciramos" ; me_ + "cisemos"} ; --# 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_ + "cers" ; --# notpresent + VP (Fut Ind Sg P3) => me_ + "cer" ; --# notpresent + VP (Fut Ind Pl P1) => me_ + "ceremos" ; --# notpresent + VP (Fut Ind Pl P2) => me_ + "ceris" ; --# notpresent + VP (Fut Ind Pl P3) => me_ + "cern" ; --# 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_ + "ciremos" ; --# notpresent + VP (Fut Subj Pl P2) => me_ + "ciereis" ; --# notpresent + VP (Fut Subj Pl P3) => me_ + "cieren" ; --# notpresent + VP (Cond Sg P1) => me_ + "cera" ; --# notpresent + VP (Cond Sg P2) => me_ + "ceras" ; --# notpresent + VP (Cond Sg P3) => me_ + "cera" ; --# notpresent + VP (Cond Pl P1) => me_ + "ceramos" ; --# notpresent + VP (Cond Pl P2) => me_ + "cerais" ; --# notpresent + VP (Cond Pl P3) => me_ + "ceran" ; --# 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_ + "ovis" ; VP (Pres Subj Pl P3) => m_ + "uevan" ; - VP (Impf Ind Sg P1) => m_ + "ova" ; - VP (Impf Ind Sg P2) => m_ + "ovas" ; - VP (Impf Ind Sg P3) => m_ + "ova" ; - VP (Impf Ind Pl P1) => m_ + "ovamos" ; - VP (Impf Ind Pl P2) => m_ + "ovais" ; - VP (Impf Ind Pl P3) => m_ + "ovan" ; - 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_ + "oviramos" ; m_ + "ovisemos"} ; - 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_ + "overs" ; - VP (Fut Ind Sg P3) => m_ + "over" ; - VP (Fut Ind Pl P1) => m_ + "overemos" ; - VP (Fut Ind Pl P2) => m_ + "overis" ; - VP (Fut Ind Pl P3) => m_ + "overn" ; - 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_ + "oviremos" ; - VP (Fut Subj Pl P2) => m_ + "oviereis" ; - VP (Fut Subj Pl P3) => m_ + "ovieren" ; - VP (Cond Sg P1) => m_ + "overa" ; - VP (Cond Sg P2) => m_ + "overas" ; - VP (Cond Sg P3) => m_ + "overa" ; - VP (Cond Pl P1) => m_ + "overamos" ; - VP (Cond Pl P2) => m_ + "overais" ; - VP (Cond Pl P3) => m_ + "overan" ; + VP (Impf Ind Sg P1) => m_ + "ova" ; --# notpresent + VP (Impf Ind Sg P2) => m_ + "ovas" ; --# notpresent + VP (Impf Ind Sg P3) => m_ + "ova" ; --# notpresent + VP (Impf Ind Pl P1) => m_ + "ovamos" ; --# notpresent + VP (Impf Ind Pl P2) => m_ + "ovais" ; --# notpresent + VP (Impf Ind Pl P3) => m_ + "ovan" ; --# 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_ + "oviramos" ; m_ + "ovisemos"} ; --# 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_ + "overs" ; --# notpresent + VP (Fut Ind Sg P3) => m_ + "over" ; --# notpresent + VP (Fut Ind Pl P1) => m_ + "overemos" ; --# notpresent + VP (Fut Ind Pl P2) => m_ + "overis" ; --# notpresent + VP (Fut Ind Pl P3) => m_ + "overn" ; --# 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_ + "oviremos" ; --# notpresent + VP (Fut Subj Pl P2) => m_ + "oviereis" ; --# notpresent + VP (Fut Subj Pl P3) => m_ + "ovieren" ; --# notpresent + VP (Cond Sg P1) => m_ + "overa" ; --# notpresent + VP (Cond Sg P2) => m_ + "overas" ; --# notpresent + VP (Cond Sg P3) => m_ + "overa" ; --# notpresent + VP (Cond Pl P1) => m_ + "overamos" ; --# notpresent + VP (Cond Pl P2) => m_ + "overais" ; --# notpresent + VP (Cond Pl P3) => m_ + "overan" ; --# 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_ + "ordis" ; VP (Pres Subj Pl P3) => m_ + "uerdan" ; - VP (Impf Ind Sg P1) => m_ + "orda" ; - VP (Impf Ind Sg P2) => m_ + "ordas" ; - VP (Impf Ind Sg P3) => m_ + "orda" ; - VP (Impf Ind Pl P1) => m_ + "ordamos" ; - VP (Impf Ind Pl P2) => m_ + "ordais" ; - VP (Impf Ind Pl P3) => m_ + "ordan" ; - 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_ + "ordiramos" ; m_ + "ordisemos"} ; - 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_ + "orders" ; - VP (Fut Ind Sg P3) => m_ + "order" ; - VP (Fut Ind Pl P1) => m_ + "orderemos" ; - VP (Fut Ind Pl P2) => m_ + "orderis" ; - VP (Fut Ind Pl P3) => m_ + "ordern" ; - 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_ + "ordiremos" ; - VP (Fut Subj Pl P2) => m_ + "ordiereis" ; - VP (Fut Subj Pl P3) => m_ + "ordieren" ; - VP (Cond Sg P1) => m_ + "ordera" ; - VP (Cond Sg P2) => m_ + "orderas" ; - VP (Cond Sg P3) => m_ + "ordera" ; - VP (Cond Pl P1) => m_ + "orderamos" ; - VP (Cond Pl P2) => m_ + "orderais" ; - VP (Cond Pl P3) => m_ + "orderan" ; + VP (Impf Ind Sg P1) => m_ + "orda" ; --# notpresent + VP (Impf Ind Sg P2) => m_ + "ordas" ; --# notpresent + VP (Impf Ind Sg P3) => m_ + "orda" ; --# notpresent + VP (Impf Ind Pl P1) => m_ + "ordamos" ; --# notpresent + VP (Impf Ind Pl P2) => m_ + "ordais" ; --# notpresent + VP (Impf Ind Pl P3) => m_ + "ordan" ; --# 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_ + "ordiramos" ; m_ + "ordisemos"} ; --# 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_ + "orders" ; --# notpresent + VP (Fut Ind Sg P3) => m_ + "order" ; --# notpresent + VP (Fut Ind Pl P1) => m_ + "orderemos" ; --# notpresent + VP (Fut Ind Pl P2) => m_ + "orderis" ; --# notpresent + VP (Fut Ind Pl P3) => m_ + "ordern" ; --# 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_ + "ordiremos" ; --# notpresent + VP (Fut Subj Pl P2) => m_ + "ordiereis" ; --# notpresent + VP (Fut Subj Pl P3) => m_ + "ordieren" ; --# notpresent + VP (Cond Sg P1) => m_ + "ordera" ; --# notpresent + VP (Cond Sg P2) => m_ + "orderas" ; --# notpresent + VP (Cond Sg P3) => m_ + "ordera" ; --# notpresent + VP (Cond Pl P1) => m_ + "orderamos" ; --# notpresent + VP (Cond Pl P2) => m_ + "orderais" ; --# notpresent + VP (Cond Pl P3) => m_ + "orderan" ; --# 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_ + "olis" ; VP (Pres Subj Pl P3) => x_ + "huelan" ; - VP (Impf Ind Sg P1) => x_ + "ola" ; - VP (Impf Ind Sg P2) => x_ + "olas" ; - VP (Impf Ind Sg P3) => x_ + "ola" ; - VP (Impf Ind Pl P1) => x_ + "olamos" ; - VP (Impf Ind Pl P2) => x_ + "olais" ; - VP (Impf Ind Pl P3) => x_ + "olan" ; - 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_ + "oliramos" ; x_ + "olisemos"} ; - 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_ + "olers" ; - VP (Fut Ind Sg P3) => x_ + "oler" ; - VP (Fut Ind Pl P1) => x_ + "oleremos" ; - VP (Fut Ind Pl P2) => x_ + "oleris" ; - VP (Fut Ind Pl P3) => x_ + "olern" ; - 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_ + "oliremos" ; - VP (Fut Subj Pl P2) => x_ + "oliereis" ; - VP (Fut Subj Pl P3) => x_ + "olieren" ; - VP (Cond Sg P1) => x_ + "olera" ; - VP (Cond Sg P2) => x_ + "oleras" ; - VP (Cond Sg P3) => x_ + "olera" ; - VP (Cond Pl P1) => x_ + "oleramos" ; - VP (Cond Pl P2) => x_ + "olerais" ; - VP (Cond Pl P3) => x_ + "oleran" ; + VP (Impf Ind Sg P1) => x_ + "ola" ; --# notpresent + VP (Impf Ind Sg P2) => x_ + "olas" ; --# notpresent + VP (Impf Ind Sg P3) => x_ + "ola" ; --# notpresent + VP (Impf Ind Pl P1) => x_ + "olamos" ; --# notpresent + VP (Impf Ind Pl P2) => x_ + "olais" ; --# notpresent + VP (Impf Ind Pl P3) => x_ + "olan" ; --# 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_ + "oliramos" ; x_ + "olisemos"} ; --# 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_ + "olers" ; --# notpresent + VP (Fut Ind Sg P3) => x_ + "oler" ; --# notpresent + VP (Fut Ind Pl P1) => x_ + "oleremos" ; --# notpresent + VP (Fut Ind Pl P2) => x_ + "oleris" ; --# notpresent + VP (Fut Ind Pl P3) => x_ + "olern" ; --# 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_ + "oliremos" ; --# notpresent + VP (Fut Subj Pl P2) => x_ + "oliereis" ; --# notpresent + VP (Fut Subj Pl P3) => x_ + "olieren" ; --# notpresent + VP (Cond Sg P1) => x_ + "olera" ; --# notpresent + VP (Cond Sg P2) => x_ + "oleras" ; --# notpresent + VP (Cond Sg P3) => x_ + "olera" ; --# notpresent + VP (Cond Pl P1) => x_ + "oleramos" ; --# notpresent + VP (Cond Pl P2) => x_ + "olerais" ; --# notpresent + VP (Cond Pl P3) => x_ + "oleran" ; --# 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_ + "uis" ; 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_ + "ars" ; - VP (Fut Ind Sg P3) => pag_ + "ar" ; - VP (Fut Ind Pl P1) => pag_ + "aremos" ; - VP (Fut Ind Pl P2) => pag_ + "aris" ; - VP (Fut Ind Pl P3) => pag_ + "arn" ; - 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_ + "ara" ; - VP (Cond Sg P2) => pag_ + "aras" ; - VP (Cond Sg P3) => pag_ + "ara" ; - VP (Cond Pl P1) => pag_ + "aramos" ; - VP (Cond Pl P2) => pag_ + "arais" ; - VP (Cond Pl P3) => pag_ + "aran" ; + 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_ + "ars" ; --# notpresent + VP (Fut Ind Sg P3) => pag_ + "ar" ; --# notpresent + VP (Fut Ind Pl P1) => pag_ + "aremos" ; --# notpresent + VP (Fut Ind Pl P2) => pag_ + "aris" ; --# notpresent + VP (Fut Ind Pl P3) => pag_ + "arn" ; --# 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_ + "ara" ; --# notpresent + VP (Cond Sg P2) => pag_ + "aras" ; --# notpresent + VP (Cond Sg P3) => pag_ + "ara" ; --# notpresent + VP (Cond Pl P1) => pag_ + "aramos" ; --# notpresent + VP (Cond Pl P2) => pag_ + "arais" ; --# notpresent + VP (Cond Pl P3) => pag_ + "aran" ; --# 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_ + "zcis" ; VP (Pres Subj Pl P3) => pare_ + "zcan" ; - VP (Impf Ind Sg P1) => pare_ + "ca" ; - VP (Impf Ind Sg P2) => pare_ + "cas" ; - VP (Impf Ind Sg P3) => pare_ + "ca" ; - VP (Impf Ind Pl P1) => pare_ + "camos" ; - VP (Impf Ind Pl P2) => pare_ + "cais" ; - VP (Impf Ind Pl P3) => pare_ + "can" ; - 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_ + "ciramos" ; pare_ + "cisemos"} ; - 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_ + "cers" ; - VP (Fut Ind Sg P3) => pare_ + "cer" ; - VP (Fut Ind Pl P1) => pare_ + "ceremos" ; - VP (Fut Ind Pl P2) => pare_ + "ceris" ; - VP (Fut Ind Pl P3) => pare_ + "cern" ; - 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_ + "ciremos" ; - VP (Fut Subj Pl P2) => pare_ + "ciereis" ; - VP (Fut Subj Pl P3) => pare_ + "cieren" ; - VP (Cond Sg P1) => pare_ + "cera" ; - VP (Cond Sg P2) => pare_ + "ceras" ; - VP (Cond Sg P3) => pare_ + "cera" ; - VP (Cond Pl P1) => pare_ + "ceramos" ; - VP (Cond Pl P2) => pare_ + "cerais" ; - VP (Cond Pl P3) => pare_ + "ceran" ; + VP (Impf Ind Sg P1) => pare_ + "ca" ; --# notpresent + VP (Impf Ind Sg P2) => pare_ + "cas" ; --# notpresent + VP (Impf Ind Sg P3) => pare_ + "ca" ; --# notpresent + VP (Impf Ind Pl P1) => pare_ + "camos" ; --# notpresent + VP (Impf Ind Pl P2) => pare_ + "cais" ; --# notpresent + VP (Impf Ind Pl P3) => pare_ + "can" ; --# 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_ + "ciramos" ; pare_ + "cisemos"} ; --# 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_ + "cers" ; --# notpresent + VP (Fut Ind Sg P3) => pare_ + "cer" ; --# notpresent + VP (Fut Ind Pl P1) => pare_ + "ceremos" ; --# notpresent + VP (Fut Ind Pl P2) => pare_ + "ceris" ; --# notpresent + VP (Fut Ind Pl P3) => pare_ + "cern" ; --# 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_ + "ciremos" ; --# notpresent + VP (Fut Subj Pl P2) => pare_ + "ciereis" ; --# notpresent + VP (Fut Subj Pl P3) => pare_ + "cieren" ; --# notpresent + VP (Cond Sg P1) => pare_ + "cera" ; --# notpresent + VP (Cond Sg P2) => pare_ + "ceras" ; --# notpresent + VP (Cond Sg P3) => pare_ + "cera" ; --# notpresent + VP (Cond Pl P1) => pare_ + "ceramos" ; --# notpresent + VP (Cond Pl P2) => pare_ + "cerais" ; --# notpresent + VP (Cond Pl P3) => pare_ + "ceran" ; --# 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_ + "idis" ; VP (Pres Subj Pl P3) => p_ + "idan" ; - VP (Impf Ind Sg P1) => p_ + "eda" ; - VP (Impf Ind Sg P2) => p_ + "edas" ; - VP (Impf Ind Sg P3) => p_ + "eda" ; - VP (Impf Ind Pl P1) => p_ + "edamos" ; - VP (Impf Ind Pl P2) => p_ + "edais" ; - VP (Impf Ind Pl P3) => p_ + "edan" ; - 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_ + "idiramos" ; p_ + "idisemos"} ; - 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_ + "edirs" ; - VP (Fut Ind Sg P3) => p_ + "edir" ; - VP (Fut Ind Pl P1) => p_ + "ediremos" ; - VP (Fut Ind Pl P2) => p_ + "ediris" ; - VP (Fut Ind Pl P3) => p_ + "edirn" ; - 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_ + "idiremos" ; - VP (Fut Subj Pl P2) => p_ + "idiereis" ; - VP (Fut Subj Pl P3) => p_ + "idieren" ; - VP (Cond Sg P1) => p_ + "edira" ; - VP (Cond Sg P2) => p_ + "ediras" ; - VP (Cond Sg P3) => p_ + "edira" ; - VP (Cond Pl P1) => p_ + "ediramos" ; - VP (Cond Pl P2) => p_ + "edirais" ; - VP (Cond Pl P3) => p_ + "ediran" ; + VP (Impf Ind Sg P1) => p_ + "eda" ; --# notpresent + VP (Impf Ind Sg P2) => p_ + "edas" ; --# notpresent + VP (Impf Ind Sg P3) => p_ + "eda" ; --# notpresent + VP (Impf Ind Pl P1) => p_ + "edamos" ; --# notpresent + VP (Impf Ind Pl P2) => p_ + "edais" ; --# notpresent + VP (Impf Ind Pl P3) => p_ + "edan" ; --# 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_ + "idiramos" ; p_ + "idisemos"} ; --# 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_ + "edirs" ; --# notpresent + VP (Fut Ind Sg P3) => p_ + "edir" ; --# notpresent + VP (Fut Ind Pl P1) => p_ + "ediremos" ; --# notpresent + VP (Fut Ind Pl P2) => p_ + "ediris" ; --# notpresent + VP (Fut Ind Pl P3) => p_ + "edirn" ; --# 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_ + "idiremos" ; --# notpresent + VP (Fut Subj Pl P2) => p_ + "idiereis" ; --# notpresent + VP (Fut Subj Pl P3) => p_ + "idieren" ; --# notpresent + VP (Cond Sg P1) => p_ + "edira" ; --# notpresent + VP (Cond Sg P2) => p_ + "ediras" ; --# notpresent + VP (Cond Sg P3) => p_ + "edira" ; --# notpresent + VP (Cond Pl P1) => p_ + "ediramos" ; --# notpresent + VP (Cond Pl P2) => p_ + "edirais" ; --# notpresent + VP (Cond Pl P3) => p_ + "ediran" ; --# 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_ + "ensis" ; 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_ + "ensbamos" ; - 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_ + "ensramos" ; p_ + "enssemos"} ; - 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_ + "ensars" ; - VP (Fut Ind Sg P3) => p_ + "ensar" ; - VP (Fut Ind Pl P1) => p_ + "ensaremos" ; - VP (Fut Ind Pl P2) => p_ + "ensaris" ; - VP (Fut Ind Pl P3) => p_ + "ensarn" ; - 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_ + "ensremos" ; - VP (Fut Subj Pl P2) => p_ + "ensareis" ; - VP (Fut Subj Pl P3) => p_ + "ensaren" ; - VP (Cond Sg P1) => p_ + "ensara" ; - VP (Cond Sg P2) => p_ + "ensaras" ; - VP (Cond Sg P3) => p_ + "ensara" ; - VP (Cond Pl P1) => p_ + "ensaramos" ; - VP (Cond Pl P2) => p_ + "ensarais" ; - VP (Cond Pl P3) => p_ + "ensaran" ; + 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_ + "ensbamos" ; --# 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_ + "ensramos" ; p_ + "enssemos"} ; --# 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_ + "ensars" ; --# notpresent + VP (Fut Ind Sg P3) => p_ + "ensar" ; --# notpresent + VP (Fut Ind Pl P1) => p_ + "ensaremos" ; --# notpresent + VP (Fut Ind Pl P2) => p_ + "ensaris" ; --# notpresent + VP (Fut Ind Pl P3) => p_ + "ensarn" ; --# 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_ + "ensremos" ; --# notpresent + VP (Fut Subj Pl P2) => p_ + "ensareis" ; --# notpresent + VP (Fut Subj Pl P3) => p_ + "ensaren" ; --# notpresent + VP (Cond Sg P1) => p_ + "ensara" ; --# notpresent + VP (Cond Sg P2) => p_ + "ensaras" ; --# notpresent + VP (Cond Sg P3) => p_ + "ensara" ; --# notpresent + VP (Cond Pl P1) => p_ + "ensaramos" ; --# notpresent + VP (Cond Pl P2) => p_ + "ensarais" ; --# notpresent + VP (Cond Pl P3) => p_ + "ensaran" ; --# 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_ + "azcis" ; VP (Pres Subj Pl P3) => pl_ + "azcan" ; - VP (Impf Ind Sg P1) => pl_ + "aca" ; - VP (Impf Ind Sg P2) => pl_ + "acas" ; - VP (Impf Ind Sg P3) => pl_ + "aca" ; - VP (Impf Ind Pl P1) => pl_ + "acamos" ; - VP (Impf Ind Pl P2) => pl_ + "acais" ; - VP (Impf Ind Pl P3) => pl_ + "acan" ; - 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_ + "aciramos" ; pl_ + "acisemos"} ; - 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_ + "acers" ; - VP (Fut Ind Sg P3) => pl_ + "acer" ; - VP (Fut Ind Pl P1) => pl_ + "aceremos" ; - VP (Fut Ind Pl P2) => pl_ + "aceris" ; - VP (Fut Ind Pl P3) => pl_ + "acern" ; - 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_ + "aciremos" ; - VP (Fut Subj Pl P2) => pl_ + "aciereis" ; - VP (Fut Subj Pl P3) => pl_ + "acieren" ; - VP (Cond Sg P1) => pl_ + "acera" ; - VP (Cond Sg P2) => pl_ + "aceras" ; - VP (Cond Sg P3) => pl_ + "acera" ; - VP (Cond Pl P1) => pl_ + "aceramos" ; - VP (Cond Pl P2) => pl_ + "acerais" ; - VP (Cond Pl P3) => pl_ + "aceran" ; + VP (Impf Ind Sg P1) => pl_ + "aca" ; --# notpresent + VP (Impf Ind Sg P2) => pl_ + "acas" ; --# notpresent + VP (Impf Ind Sg P3) => pl_ + "aca" ; --# notpresent + VP (Impf Ind Pl P1) => pl_ + "acamos" ; --# notpresent + VP (Impf Ind Pl P2) => pl_ + "acais" ; --# notpresent + VP (Impf Ind Pl P3) => pl_ + "acan" ; --# 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_ + "aciramos" ; pl_ + "acisemos"} ; --# 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_ + "acers" ; --# notpresent + VP (Fut Ind Sg P3) => pl_ + "acer" ; --# notpresent + VP (Fut Ind Pl P1) => pl_ + "aceremos" ; --# notpresent + VP (Fut Ind Pl P2) => pl_ + "aceris" ; --# notpresent + VP (Fut Ind Pl P3) => pl_ + "acern" ; --# 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_ + "aciremos" ; --# notpresent + VP (Fut Subj Pl P2) => pl_ + "aciereis" ; --# notpresent + VP (Fut Subj Pl P3) => pl_ + "acieren" ; --# notpresent + VP (Cond Sg P1) => pl_ + "acera" ; --# notpresent + VP (Cond Sg P2) => pl_ + "aceras" ; --# notpresent + VP (Cond Sg P3) => pl_ + "acera" ; --# notpresent + VP (Cond Pl P1) => pl_ + "aceramos" ; --# notpresent + VP (Cond Pl P2) => pl_ + "acerais" ; --# notpresent + VP (Cond Pl P3) => pl_ + "aceran" ; --# 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_ + "odis" ; VP (Pres Subj Pl P3) => p_ + "uedan" ; - VP (Impf Ind Sg P1) => p_ + "oda" ; - VP (Impf Ind Sg P2) => p_ + "odas" ; - VP (Impf Ind Sg P3) => p_ + "oda" ; - VP (Impf Ind Pl P1) => p_ + "odamos" ; - VP (Impf Ind Pl P2) => p_ + "odais" ; - VP (Impf Ind Pl P3) => p_ + "odan" ; - 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_ + "udiramos" ; p_ + "udisemos"} ; - 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_ + "odrs" ; - VP (Fut Ind Sg P3) => p_ + "odr" ; - VP (Fut Ind Pl P1) => p_ + "odremos" ; - VP (Fut Ind Pl P2) => p_ + "odris" ; - VP (Fut Ind Pl P3) => p_ + "odrn" ; - 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_ + "udiremos" ; - VP (Fut Subj Pl P2) => p_ + "udiereis" ; - VP (Fut Subj Pl P3) => p_ + "udieren" ; - VP (Cond Sg P1) => p_ + "odra" ; - VP (Cond Sg P2) => p_ + "odras" ; - VP (Cond Sg P3) => p_ + "odra" ; - VP (Cond Pl P1) => p_ + "odramos" ; - VP (Cond Pl P2) => p_ + "odrais" ; - VP (Cond Pl P3) => p_ + "odran" ; + VP (Impf Ind Sg P1) => p_ + "oda" ; --# notpresent + VP (Impf Ind Sg P2) => p_ + "odas" ; --# notpresent + VP (Impf Ind Sg P3) => p_ + "oda" ; --# notpresent + VP (Impf Ind Pl P1) => p_ + "odamos" ; --# notpresent + VP (Impf Ind Pl P2) => p_ + "odais" ; --# notpresent + VP (Impf Ind Pl P3) => p_ + "odan" ; --# 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_ + "udiramos" ; p_ + "udisemos"} ; --# 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_ + "odrs" ; --# notpresent + VP (Fut Ind Sg P3) => p_ + "odr" ; --# notpresent + VP (Fut Ind Pl P1) => p_ + "odremos" ; --# notpresent + VP (Fut Ind Pl P2) => p_ + "odris" ; --# notpresent + VP (Fut Ind Pl P3) => p_ + "odrn" ; --# 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_ + "udiremos" ; --# notpresent + VP (Fut Subj Pl P2) => p_ + "udiereis" ; --# notpresent + VP (Fut Subj Pl P3) => p_ + "udieren" ; --# notpresent + VP (Cond Sg P1) => p_ + "odra" ; --# notpresent + VP (Cond Sg P2) => p_ + "odras" ; --# notpresent + VP (Cond Sg P3) => p_ + "odra" ; --# notpresent + VP (Cond Pl P1) => p_ + "odramos" ; --# notpresent + VP (Cond Pl P2) => p_ + "odrais" ; --# notpresent + VP (Cond Pl P3) => p_ + "odran" ; --# 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_ + "ongis" ; VP (Pres Subj Pl P3) => p_ + "ongan" ; - VP (Impf Ind Sg P1) => p_ + "ona" ; - VP (Impf Ind Sg P2) => p_ + "onas" ; - VP (Impf Ind Sg P3) => p_ + "ona" ; - VP (Impf Ind Pl P1) => p_ + "onamos" ; - VP (Impf Ind Pl P2) => p_ + "onais" ; - VP (Impf Ind Pl P3) => p_ + "onan" ; - 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_ + "usiramos" ; p_ + "usisemos"} ; - 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_ + "ondrs" ; - VP (Fut Ind Sg P3) => p_ + "ondr" ; - VP (Fut Ind Pl P1) => p_ + "ondremos" ; - VP (Fut Ind Pl P2) => p_ + "ondris" ; - VP (Fut Ind Pl P3) => p_ + "ondrn" ; - 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_ + "usiremos" ; - VP (Fut Subj Pl P2) => p_ + "usiereis" ; - VP (Fut Subj Pl P3) => p_ + "usieren" ; - VP (Cond Sg P1) => p_ + "ondra" ; - VP (Cond Sg P2) => p_ + "ondras" ; - VP (Cond Sg P3) => p_ + "ondra" ; - VP (Cond Pl P1) => p_ + "ondramos" ; - VP (Cond Pl P2) => p_ + "ondrais" ; - VP (Cond Pl P3) => p_ + "ondran" ; + VP (Impf Ind Sg P1) => p_ + "ona" ; --# notpresent + VP (Impf Ind Sg P2) => p_ + "onas" ; --# notpresent + VP (Impf Ind Sg P3) => p_ + "ona" ; --# notpresent + VP (Impf Ind Pl P1) => p_ + "onamos" ; --# notpresent + VP (Impf Ind Pl P2) => p_ + "onais" ; --# notpresent + VP (Impf Ind Pl P3) => p_ + "onan" ; --# 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_ + "usiramos" ; p_ + "usisemos"} ; --# 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_ + "ondrs" ; --# notpresent + VP (Fut Ind Sg P3) => p_ + "ondr" ; --# notpresent + VP (Fut Ind Pl P1) => p_ + "ondremos" ; --# notpresent + VP (Fut Ind Pl P2) => p_ + "ondris" ; --# notpresent + VP (Fut Ind Pl P3) => p_ + "ondrn" ; --# 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_ + "usiremos" ; --# notpresent + VP (Fut Subj Pl P2) => p_ + "usiereis" ; --# notpresent + VP (Fut Subj Pl P3) => p_ + "usieren" ; --# notpresent + VP (Cond Sg P1) => p_ + "ondra" ; --# notpresent + VP (Cond Sg P2) => p_ + "ondras" ; --# notpresent + VP (Cond Sg P3) => p_ + "ondra" ; --# notpresent + VP (Cond Pl P1) => p_ + "ondramos" ; --# notpresent + VP (Cond Pl P2) => p_ + "ondrais" ; --# notpresent + VP (Cond Pl P3) => p_ + "ondran" ; --# 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_ + "igis" ; VP (Pres Subj Pl P3) => pred_ + "igan" ; - VP (Impf Ind Sg P1) => pred_ + "eca" ; - VP (Impf Ind Sg P2) => pred_ + "ecas" ; - VP (Impf Ind Sg P3) => pred_ + "eca" ; - VP (Impf Ind Pl P1) => pred_ + "ecamos" ; - VP (Impf Ind Pl P2) => pred_ + "ecais" ; - VP (Impf Ind Pl P3) => pred_ + "ecan" ; - 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_ + "ijramos" ; pred_ + "ijsemos"} ; - 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_ + "ecirs" ; - VP (Fut Ind Sg P3) => pred_ + "ecir" ; - VP (Fut Ind Pl P1) => pred_ + "eciremos" ; - VP (Fut Ind Pl P2) => pred_ + "eciris" ; - VP (Fut Ind Pl P3) => pred_ + "ecirn" ; - 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_ + "ijremos" ; - VP (Fut Subj Pl P2) => pred_ + "ijereis" ; - VP (Fut Subj Pl P3) => pred_ + "ijeren" ; - VP (Cond Sg P1) => pred_ + "ecira" ; - VP (Cond Sg P2) => pred_ + "eciras" ; - VP (Cond Sg P3) => pred_ + "ecira" ; - VP (Cond Pl P1) => pred_ + "eciramos" ; - VP (Cond Pl P2) => pred_ + "ecirais" ; - VP (Cond Pl P3) => pred_ + "eciran" ; + VP (Impf Ind Sg P1) => pred_ + "eca" ; --# notpresent + VP (Impf Ind Sg P2) => pred_ + "ecas" ; --# notpresent + VP (Impf Ind Sg P3) => pred_ + "eca" ; --# notpresent + VP (Impf Ind Pl P1) => pred_ + "ecamos" ; --# notpresent + VP (Impf Ind Pl P2) => pred_ + "ecais" ; --# notpresent + VP (Impf Ind Pl P3) => pred_ + "ecan" ; --# 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_ + "ijramos" ; pred_ + "ijsemos"} ; --# 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_ + "ecirs" ; --# notpresent + VP (Fut Ind Sg P3) => pred_ + "ecir" ; --# notpresent + VP (Fut Ind Pl P1) => pred_ + "eciremos" ; --# notpresent + VP (Fut Ind Pl P2) => pred_ + "eciris" ; --# notpresent + VP (Fut Ind Pl P3) => pred_ + "ecirn" ; --# 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_ + "ijremos" ; --# notpresent + VP (Fut Subj Pl P2) => pred_ + "ijereis" ; --# notpresent + VP (Fut Subj Pl P3) => pred_ + "ijeren" ; --# notpresent + VP (Cond Sg P1) => pred_ + "ecira" ; --# notpresent + VP (Cond Sg P2) => pred_ + "eciras" ; --# notpresent + VP (Cond Sg P3) => pred_ + "ecira" ; --# notpresent + VP (Cond Pl P1) => pred_ + "eciramos" ; --# notpresent + VP (Cond Pl P2) => pred_ + "ecirais" ; --# notpresent + VP (Cond Pl P3) => pred_ + "eciran" ; --# 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_ + "zcis" ; VP (Pres Subj Pl P3) => produ_ + "zcan" ; - VP (Impf Ind Sg P1) => produ_ + "ca" ; - VP (Impf Ind Sg P2) => produ_ + "cas" ; - VP (Impf Ind Sg P3) => produ_ + "ca" ; - VP (Impf Ind Pl P1) => produ_ + "camos" ; - VP (Impf Ind Pl P2) => produ_ + "cais" ; - VP (Impf Ind Pl P3) => produ_ + "can" ; - 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_ + "jramos" ; produ_ + "jsemos"} ; - 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_ + "cirs" ; - VP (Fut Ind Sg P3) => produ_ + "cir" ; - VP (Fut Ind Pl P1) => produ_ + "ciremos" ; - VP (Fut Ind Pl P2) => produ_ + "ciris" ; - VP (Fut Ind Pl P3) => produ_ + "cirn" ; - 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_ + "jremos" ; - VP (Fut Subj Pl P2) => produ_ + "jereis" ; - VP (Fut Subj Pl P3) => produ_ + "jeren" ; - VP (Cond Sg P1) => produ_ + "cira" ; - VP (Cond Sg P2) => produ_ + "ciras" ; - VP (Cond Sg P3) => produ_ + "cira" ; - VP (Cond Pl P1) => produ_ + "ciramos" ; - VP (Cond Pl P2) => produ_ + "cirais" ; - VP (Cond Pl P3) => produ_ + "ciran" ; + VP (Impf Ind Sg P1) => produ_ + "ca" ; --# notpresent + VP (Impf Ind Sg P2) => produ_ + "cas" ; --# notpresent + VP (Impf Ind Sg P3) => produ_ + "ca" ; --# notpresent + VP (Impf Ind Pl P1) => produ_ + "camos" ; --# notpresent + VP (Impf Ind Pl P2) => produ_ + "cais" ; --# notpresent + VP (Impf Ind Pl P3) => produ_ + "can" ; --# 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_ + "jramos" ; produ_ + "jsemos"} ; --# 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_ + "cirs" ; --# notpresent + VP (Fut Ind Sg P3) => produ_ + "cir" ; --# notpresent + VP (Fut Ind Pl P1) => produ_ + "ciremos" ; --# notpresent + VP (Fut Ind Pl P2) => produ_ + "ciris" ; --# notpresent + VP (Fut Ind Pl P3) => produ_ + "cirn" ; --# 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_ + "jremos" ; --# notpresent + VP (Fut Subj Pl P2) => produ_ + "jereis" ; --# notpresent + VP (Fut Subj Pl P3) => produ_ + "jeren" ; --# notpresent + VP (Cond Sg P1) => produ_ + "cira" ; --# notpresent + VP (Cond Sg P2) => produ_ + "ciras" ; --# notpresent + VP (Cond Sg P3) => produ_ + "cira" ; --# notpresent + VP (Cond Pl P1) => produ_ + "ciramos" ; --# notpresent + VP (Cond Pl P2) => produ_ + "cirais" ; --# notpresent + VP (Cond Pl P3) => produ_ + "ciran" ; --# 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_ + "ibis" ; VP (Pres Subj Pl P3) => proh_ + "ban" ; - VP (Impf Ind Sg P1) => proh_ + "iba" ; - VP (Impf Ind Sg P2) => proh_ + "ibas" ; - VP (Impf Ind Sg P3) => proh_ + "iba" ; - VP (Impf Ind Pl P1) => proh_ + "ibamos" ; - VP (Impf Ind Pl P2) => proh_ + "ibais" ; - VP (Impf Ind Pl P3) => proh_ + "iban" ; - 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_ + "ibiramos" ; proh_ + "ibisemos"} ; - 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_ + "ibirs" ; - VP (Fut Ind Sg P3) => proh_ + "ibir" ; - VP (Fut Ind Pl P1) => proh_ + "ibiremos" ; - VP (Fut Ind Pl P2) => proh_ + "ibiris" ; - VP (Fut Ind Pl P3) => proh_ + "ibirn" ; - 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_ + "ibiremos" ; - VP (Fut Subj Pl P2) => proh_ + "ibiereis" ; - VP (Fut Subj Pl P3) => proh_ + "ibieren" ; - VP (Cond Sg P1) => proh_ + "ibira" ; - VP (Cond Sg P2) => proh_ + "ibiras" ; - VP (Cond Sg P3) => proh_ + "ibira" ; - VP (Cond Pl P1) => proh_ + "ibiramos" ; - VP (Cond Pl P2) => proh_ + "ibirais" ; - VP (Cond Pl P3) => proh_ + "ibiran" ; + VP (Impf Ind Sg P1) => proh_ + "iba" ; --# notpresent + VP (Impf Ind Sg P2) => proh_ + "ibas" ; --# notpresent + VP (Impf Ind Sg P3) => proh_ + "iba" ; --# notpresent + VP (Impf Ind Pl P1) => proh_ + "ibamos" ; --# notpresent + VP (Impf Ind Pl P2) => proh_ + "ibais" ; --# notpresent + VP (Impf Ind Pl P3) => proh_ + "iban" ; --# 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_ + "ibiramos" ; proh_ + "ibisemos"} ; --# 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_ + "ibirs" ; --# notpresent + VP (Fut Ind Sg P3) => proh_ + "ibir" ; --# notpresent + VP (Fut Ind Pl P1) => proh_ + "ibiremos" ; --# notpresent + VP (Fut Ind Pl P2) => proh_ + "ibiris" ; --# notpresent + VP (Fut Ind Pl P3) => proh_ + "ibirn" ; --# 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_ + "ibiremos" ; --# notpresent + VP (Fut Subj Pl P2) => proh_ + "ibiereis" ; --# notpresent + VP (Fut Subj Pl P3) => proh_ + "ibieren" ; --# notpresent + VP (Cond Sg P1) => proh_ + "ibira" ; --# notpresent + VP (Cond Sg P2) => proh_ + "ibiras" ; --# notpresent + VP (Cond Sg P3) => proh_ + "ibira" ; --# notpresent + VP (Cond Pl P1) => proh_ + "ibiramos" ; --# notpresent + VP (Cond Pl P2) => proh_ + "ibirais" ; --# notpresent + VP (Cond Pl P3) => proh_ + "ibiran" ; --# 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_ + "eris" ; VP (Pres Subj Pl P3) => qu_ + "ieran" ; - VP (Impf Ind Sg P1) => qu_ + "era" ; - VP (Impf Ind Sg P2) => qu_ + "eras" ; - VP (Impf Ind Sg P3) => qu_ + "era" ; - VP (Impf Ind Pl P1) => qu_ + "eramos" ; - VP (Impf Ind Pl P2) => qu_ + "erais" ; - VP (Impf Ind Pl P3) => qu_ + "eran" ; - 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_ + "isiramos" ; qu_ + "isisemos"} ; - 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_ + "errs" ; - VP (Fut Ind Sg P3) => qu_ + "err" ; - VP (Fut Ind Pl P1) => qu_ + "erremos" ; - VP (Fut Ind Pl P2) => qu_ + "erris" ; - VP (Fut Ind Pl P3) => qu_ + "errn" ; - 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_ + "isiremos" ; - VP (Fut Subj Pl P2) => qu_ + "isiereis" ; - VP (Fut Subj Pl P3) => qu_ + "isieren" ; - VP (Cond Sg P1) => qu_ + "erra" ; - VP (Cond Sg P2) => qu_ + "erras" ; - VP (Cond Sg P3) => qu_ + "erra" ; - VP (Cond Pl P1) => qu_ + "erramos" ; - VP (Cond Pl P2) => qu_ + "errais" ; - VP (Cond Pl P3) => qu_ + "erran" ; + VP (Impf Ind Sg P1) => qu_ + "era" ; --# notpresent + VP (Impf Ind Sg P2) => qu_ + "eras" ; --# notpresent + VP (Impf Ind Sg P3) => qu_ + "era" ; --# notpresent + VP (Impf Ind Pl P1) => qu_ + "eramos" ; --# notpresent + VP (Impf Ind Pl P2) => qu_ + "erais" ; --# notpresent + VP (Impf Ind Pl P3) => qu_ + "eran" ; --# 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_ + "isiramos" ; qu_ + "isisemos"} ; --# 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_ + "errs" ; --# notpresent + VP (Fut Ind Sg P3) => qu_ + "err" ; --# notpresent + VP (Fut Ind Pl P1) => qu_ + "erremos" ; --# notpresent + VP (Fut Ind Pl P2) => qu_ + "erris" ; --# notpresent + VP (Fut Ind Pl P3) => qu_ + "errn" ; --# 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_ + "isiremos" ; --# notpresent + VP (Fut Subj Pl P2) => qu_ + "isiereis" ; --# notpresent + VP (Fut Subj Pl P3) => qu_ + "isieren" ; --# notpresent + VP (Cond Sg P1) => qu_ + "erra" ; --# notpresent + VP (Cond Sg P2) => qu_ + "erras" ; --# notpresent + VP (Cond Sg P3) => qu_ + "erra" ; --# notpresent + VP (Cond Pl P1) => qu_ + "erramos" ; --# notpresent + VP (Cond Pl P2) => qu_ + "errais" ; --# notpresent + VP (Cond Pl P3) => qu_ + "erran" ; --# 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_ + "igis" ; 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_ + "yramos" ; ra_ + "ysemos"} ; - 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_ + "ers" ; - VP (Fut Ind Sg P3) => ra_ + "er" ; - VP (Fut Ind Pl P1) => ra_ + "eremos" ; - VP (Fut Ind Pl P2) => ra_ + "eris" ; - VP (Fut Ind Pl P3) => ra_ + "ern" ; - 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_ + "yremos" ; - VP (Fut Subj Pl P2) => ra_ + "yereis" ; - VP (Fut Subj Pl P3) => ra_ + "yeren" ; - VP (Cond Sg P1) => ra_ + "era" ; - VP (Cond Sg P2) => ra_ + "eras" ; - VP (Cond Sg P3) => ra_ + "era" ; - VP (Cond Pl P1) => ra_ + "eramos" ; - VP (Cond Pl P2) => ra_ + "erais" ; - VP (Cond Pl P3) => ra_ + "eran" ; + 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_ + "yramos" ; ra_ + "ysemos"} ; --# 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_ + "ers" ; --# notpresent + VP (Fut Ind Sg P3) => ra_ + "er" ; --# notpresent + VP (Fut Ind Pl P1) => ra_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => ra_ + "eris" ; --# notpresent + VP (Fut Ind Pl P3) => ra_ + "ern" ; --# 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_ + "yremos" ; --# notpresent + VP (Fut Subj Pl P2) => ra_ + "yereis" ; --# notpresent + VP (Fut Subj Pl P3) => ra_ + "yeren" ; --# notpresent + VP (Cond Sg P1) => ra_ + "era" ; --# notpresent + VP (Cond Sg P2) => ra_ + "eras" ; --# notpresent + VP (Cond Sg P3) => ra_ + "era" ; --# notpresent + VP (Cond Pl P1) => ra_ + "eramos" ; --# notpresent + VP (Cond Pl P2) => ra_ + "erais" ; --# notpresent + VP (Cond Pl P3) => ra_ + "eran" ; --# 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_ + "eguis" ; 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_ + "egbamos" ; - 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_ + "egramos" ; r_ + "egsemos"} ; - 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_ + "egars" ; - VP (Fut Ind Sg P3) => r_ + "egar" ; - VP (Fut Ind Pl P1) => r_ + "egaremos" ; - VP (Fut Ind Pl P2) => r_ + "egaris" ; - VP (Fut Ind Pl P3) => r_ + "egarn" ; - 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_ + "egremos" ; - VP (Fut Subj Pl P2) => r_ + "egareis" ; - VP (Fut Subj Pl P3) => r_ + "egaren" ; - VP (Cond Sg P1) => r_ + "egara" ; - VP (Cond Sg P2) => r_ + "egaras" ; - VP (Cond Sg P3) => r_ + "egara" ; - VP (Cond Pl P1) => r_ + "egaramos" ; - VP (Cond Pl P2) => r_ + "egarais" ; - VP (Cond Pl P3) => r_ + "egaran" ; + 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_ + "egbamos" ; --# 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_ + "egramos" ; r_ + "egsemos"} ; --# 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_ + "egars" ; --# notpresent + VP (Fut Ind Sg P3) => r_ + "egar" ; --# notpresent + VP (Fut Ind Pl P1) => r_ + "egaremos" ; --# notpresent + VP (Fut Ind Pl P2) => r_ + "egaris" ; --# notpresent + VP (Fut Ind Pl P3) => r_ + "egarn" ; --# 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_ + "egremos" ; --# notpresent + VP (Fut Subj Pl P2) => r_ + "egareis" ; --# notpresent + VP (Fut Subj Pl P3) => r_ + "egaren" ; --# notpresent + VP (Cond Sg P1) => r_ + "egara" ; --# notpresent + VP (Cond Sg P2) => r_ + "egaras" ; --# notpresent + VP (Cond Sg P3) => r_ + "egara" ; --# notpresent + VP (Cond Pl P1) => r_ + "egaramos" ; --# notpresent + VP (Cond Pl P2) => r_ + "egarais" ; --# notpresent + VP (Cond Pl P3) => r_ + "egaran" ; --# 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_ + "iamos" ; VP (Pres Subj Pl P2) => r_ + "iis" ; VP (Pres Subj Pl P3) => r_ + "ian" ; - VP (Impf Ind Sg P1) => r_ + "ea" ; - VP (Impf Ind Sg P2) => r_ + "eas" ; - VP (Impf Ind Sg P3) => r_ + "ea" ; - VP (Impf Ind Pl P1) => r_ + "eamos" ; - VP (Impf Ind Pl P2) => r_ + "eais" ; - VP (Impf Ind Pl P3) => r_ + "ean" ; - VP (Impf Subj Sg P1) => variants {r_ + "iera" ; r_ + "iese"} ; - VP (Impf Subj Sg P2) => variants {r_ + "ieras" ; r_ + "ieses"} ; - VP (Impf Subj Sg P3) => variants {r_ + "iera" ; r_ + "iese"} ; - VP (Impf Subj Pl P1) => variants {r_ + "iramos" ; r_ + "isemos"} ; - VP (Impf Subj Pl P2) => variants {r_ + "ierais" ; r_ + "ieseis"} ; - VP (Impf Subj Pl P3) => variants {r_ + "ieran" ; r_ + "iesen"} ; - VP (Pret Sg P1) => r_ + "e" ; - VP (Pret Sg P2) => r_ + "eiste" ; - VP (Pret Sg P3) => r_ + "i" ; - VP (Pret Pl P1) => r_ + "eimos" ; - VP (Pret Pl P2) => r_ + "eisteis" ; - VP (Pret Pl P3) => r_ + "ieron" ; - VP (Fut Ind Sg P1) => r_ + "eir" ; - VP (Fut Ind Sg P2) => r_ + "eirs" ; - VP (Fut Ind Sg P3) => r_ + "eir" ; - VP (Fut Ind Pl P1) => r_ + "eiremos" ; - VP (Fut Ind Pl P2) => r_ + "eiris" ; - VP (Fut Ind Pl P3) => r_ + "eirn" ; - VP (Fut Subj Sg P1) => r_ + "iere" ; - VP (Fut Subj Sg P2) => r_ + "ieres" ; - VP (Fut Subj Sg P3) => r_ + "iere" ; - VP (Fut Subj Pl P1) => r_ + "iremos" ; - VP (Fut Subj Pl P2) => r_ + "iereis" ; - VP (Fut Subj Pl P3) => r_ + "ieren" ; - VP (Cond Sg P1) => r_ + "eira" ; - VP (Cond Sg P2) => r_ + "eiras" ; - VP (Cond Sg P3) => r_ + "eira" ; - VP (Cond Pl P1) => r_ + "eiramos" ; - VP (Cond Pl P2) => r_ + "eirais" ; - VP (Cond Pl P3) => r_ + "eiran" ; + VP (Impf Ind Sg P1) => r_ + "ea" ; --# notpresent + VP (Impf Ind Sg P2) => r_ + "eas" ; --# notpresent + VP (Impf Ind Sg P3) => r_ + "ea" ; --# notpresent + VP (Impf Ind Pl P1) => r_ + "eamos" ; --# notpresent + VP (Impf Ind Pl P2) => r_ + "eais" ; --# notpresent + VP (Impf Ind Pl P3) => r_ + "ean" ; --# notpresent + VP (Impf Subj Sg P1) => variants {r_ + "iera" ; r_ + "iese"} ; --# notpresent + VP (Impf Subj Sg P2) => variants {r_ + "ieras" ; r_ + "ieses"} ; --# notpresent + VP (Impf Subj Sg P3) => variants {r_ + "iera" ; r_ + "iese"} ; --# notpresent + VP (Impf Subj Pl P1) => variants {r_ + "iramos" ; r_ + "isemos"} ; --# notpresent + VP (Impf Subj Pl P2) => variants {r_ + "ierais" ; r_ + "ieseis"} ; --# notpresent + VP (Impf Subj Pl P3) => variants {r_ + "ieran" ; r_ + "iesen"} ; --# notpresent + VP (Pret Sg P1) => r_ + "e" ; --# notpresent + VP (Pret Sg P2) => r_ + "eiste" ; --# notpresent + VP (Pret Sg P3) => r_ + "i" ; --# notpresent + VP (Pret Pl P1) => r_ + "eimos" ; --# notpresent + VP (Pret Pl P2) => r_ + "eisteis" ; --# notpresent + VP (Pret Pl P3) => r_ + "ieron" ; --# notpresent + VP (Fut Ind Sg P1) => r_ + "eir" ; --# notpresent + VP (Fut Ind Sg P2) => r_ + "eirs" ; --# notpresent + VP (Fut Ind Sg P3) => r_ + "eir" ; --# notpresent + VP (Fut Ind Pl P1) => r_ + "eiremos" ; --# notpresent + VP (Fut Ind Pl P2) => r_ + "eiris" ; --# notpresent + VP (Fut Ind Pl P3) => r_ + "eirn" ; --# notpresent + VP (Fut Subj Sg P1) => r_ + "iere" ; --# notpresent + VP (Fut Subj Sg P2) => r_ + "ieres" ; --# notpresent + VP (Fut Subj Sg P3) => r_ + "iere" ; --# notpresent + VP (Fut Subj Pl P1) => r_ + "iremos" ; --# notpresent + VP (Fut Subj Pl P2) => r_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => r_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => r_ + "eira" ; --# notpresent + VP (Cond Sg P2) => r_ + "eiras" ; --# notpresent + VP (Cond Sg P3) => r_ + "eira" ; --# notpresent + VP (Cond Pl P1) => r_ + "eiramos" ; --# notpresent + VP (Cond Pl P2) => r_ + "eirais" ; --# notpresent + VP (Cond Pl P3) => r_ + "eiran" ; --# notpresent VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => r_ + "ie" ; VP (Imp Sg P3) => r_ + "ia" ; @@ -4590,42 +4590,42 @@ oper reunir_69 : Str -> Verbum = \reunir -> VP (Pres Subj Pl P1) => re_ + "unamos" ; VP (Pres Subj Pl P2) => re_ + "unis" ; VP (Pres Subj Pl P3) => re_ + "nan" ; - VP (Impf Ind Sg P1) => re_ + "una" ; - VP (Impf Ind Sg P2) => re_ + "unas" ; - VP (Impf Ind Sg P3) => re_ + "una" ; - VP (Impf Ind Pl P1) => re_ + "unamos" ; - VP (Impf Ind Pl P2) => re_ + "unais" ; - VP (Impf Ind Pl P3) => re_ + "unan" ; - 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_ + "uniramos" ; re_ + "unisemos"} ; - 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_ + "unirs" ; - VP (Fut Ind Sg P3) => re_ + "unir" ; - VP (Fut Ind Pl P1) => re_ + "uniremos" ; - VP (Fut Ind Pl P2) => re_ + "uniris" ; - VP (Fut Ind Pl P3) => re_ + "unirn" ; - 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_ + "uniremos" ; - VP (Fut Subj Pl P2) => re_ + "uniereis" ; - VP (Fut Subj Pl P3) => re_ + "unieren" ; - VP (Cond Sg P1) => re_ + "unira" ; - VP (Cond Sg P2) => re_ + "uniras" ; - VP (Cond Sg P3) => re_ + "unira" ; - VP (Cond Pl P1) => re_ + "uniramos" ; - VP (Cond Pl P2) => re_ + "unirais" ; - VP (Cond Pl P3) => re_ + "uniran" ; + VP (Impf Ind Sg P1) => re_ + "una" ; --# notpresent + VP (Impf Ind Sg P2) => re_ + "unas" ; --# notpresent + VP (Impf Ind Sg P3) => re_ + "una" ; --# notpresent + VP (Impf Ind Pl P1) => re_ + "unamos" ; --# notpresent + VP (Impf Ind Pl P2) => re_ + "unais" ; --# notpresent + VP (Impf Ind Pl P3) => re_ + "unan" ; --# 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_ + "uniramos" ; re_ + "unisemos"} ; --# 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_ + "unirs" ; --# notpresent + VP (Fut Ind Sg P3) => re_ + "unir" ; --# notpresent + VP (Fut Ind Pl P1) => re_ + "uniremos" ; --# notpresent + VP (Fut Ind Pl P2) => re_ + "uniris" ; --# notpresent + VP (Fut Ind Pl P3) => re_ + "unirn" ; --# 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_ + "uniremos" ; --# notpresent + VP (Fut Subj Pl P2) => re_ + "uniereis" ; --# notpresent + VP (Fut Subj Pl P3) => re_ + "unieren" ; --# notpresent + VP (Cond Sg P1) => re_ + "unira" ; --# notpresent + VP (Cond Sg P2) => re_ + "uniras" ; --# notpresent + VP (Cond Sg P3) => re_ + "unira" ; --# notpresent + VP (Cond Pl P1) => re_ + "uniramos" ; --# notpresent + VP (Cond Pl P2) => re_ + "unirais" ; --# notpresent + VP (Cond Pl P3) => re_ + "uniran" ; --# 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_ + "yramos" ; ro_ + "ysemos"} ; - 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_ + "ers" ; - VP (Fut Ind Sg P3) => ro_ + "er" ; - VP (Fut Ind Pl P1) => ro_ + "eremos" ; - VP (Fut Ind Pl P2) => ro_ + "eris" ; - VP (Fut Ind Pl P3) => ro_ + "ern" ; - 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_ + "yremos" ; - VP (Fut Subj Pl P2) => ro_ + "yereis" ; - VP (Fut Subj Pl P3) => ro_ + "yeren" ; - VP (Cond Sg P1) => ro_ + "era" ; - VP (Cond Sg P2) => ro_ + "eras" ; - VP (Cond Sg P3) => ro_ + "era" ; - VP (Cond Pl P1) => ro_ + "eramos" ; - VP (Cond Pl P2) => ro_ + "erais" ; - VP (Cond Pl P3) => ro_ + "eran" ; + 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_ + "yramos" ; ro_ + "ysemos"} ; --# 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_ + "ers" ; --# notpresent + VP (Fut Ind Sg P3) => ro_ + "er" ; --# notpresent + VP (Fut Ind Pl P1) => ro_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => ro_ + "eris" ; --# notpresent + VP (Fut Ind Pl P3) => ro_ + "ern" ; --# 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_ + "yremos" ; --# notpresent + VP (Fut Subj Pl P2) => ro_ + "yereis" ; --# notpresent + VP (Fut Subj Pl P3) => ro_ + "yeren" ; --# notpresent + VP (Cond Sg P1) => ro_ + "era" ; --# notpresent + VP (Cond Sg P2) => ro_ + "eras" ; --# notpresent + VP (Cond Sg P3) => ro_ + "era" ; --# notpresent + VP (Cond Pl P1) => ro_ + "eramos" ; --# notpresent + VP (Cond Pl P2) => ro_ + "erais" ; --# notpresent + VP (Cond Pl P3) => ro_ + "eran" ; --# 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_ + "epis" ; VP (Pres Subj Pl P3) => s_ + "epan" ; - VP (Impf Ind Sg P1) => s_ + "aba" ; - VP (Impf Ind Sg P2) => s_ + "abas" ; - VP (Impf Ind Sg P3) => s_ + "aba" ; - VP (Impf Ind Pl P1) => s_ + "abamos" ; - VP (Impf Ind Pl P2) => s_ + "abais" ; - VP (Impf Ind Pl P3) => s_ + "aban" ; - 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_ + "upiramos" ; s_ + "upisemos"} ; - 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_ + "abrs" ; - VP (Fut Ind Sg P3) => s_ + "abr" ; - VP (Fut Ind Pl P1) => s_ + "abremos" ; - VP (Fut Ind Pl P2) => s_ + "abris" ; - VP (Fut Ind Pl P3) => s_ + "abrn" ; - 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_ + "upiremos" ; - VP (Fut Subj Pl P2) => s_ + "upiereis" ; - VP (Fut Subj Pl P3) => s_ + "upieren" ; - VP (Cond Sg P1) => s_ + "abra" ; - VP (Cond Sg P2) => s_ + "abras" ; - VP (Cond Sg P3) => s_ + "abra" ; - VP (Cond Pl P1) => s_ + "abramos" ; - VP (Cond Pl P2) => s_ + "abrais" ; - VP (Cond Pl P3) => s_ + "abran" ; + VP (Impf Ind Sg P1) => s_ + "aba" ; --# notpresent + VP (Impf Ind Sg P2) => s_ + "abas" ; --# notpresent + VP (Impf Ind Sg P3) => s_ + "aba" ; --# notpresent + VP (Impf Ind Pl P1) => s_ + "abamos" ; --# notpresent + VP (Impf Ind Pl P2) => s_ + "abais" ; --# notpresent + VP (Impf Ind Pl P3) => s_ + "aban" ; --# 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_ + "upiramos" ; s_ + "upisemos"} ; --# 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_ + "abrs" ; --# notpresent + VP (Fut Ind Sg P3) => s_ + "abr" ; --# notpresent + VP (Fut Ind Pl P1) => s_ + "abremos" ; --# notpresent + VP (Fut Ind Pl P2) => s_ + "abris" ; --# notpresent + VP (Fut Ind Pl P3) => s_ + "abrn" ; --# 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_ + "upiremos" ; --# notpresent + VP (Fut Subj Pl P2) => s_ + "upiereis" ; --# notpresent + VP (Fut Subj Pl P3) => s_ + "upieren" ; --# notpresent + VP (Cond Sg P1) => s_ + "abra" ; --# notpresent + VP (Cond Sg P2) => s_ + "abras" ; --# notpresent + VP (Cond Sg P3) => s_ + "abra" ; --# notpresent + VP (Cond Pl P1) => s_ + "abramos" ; --# notpresent + VP (Cond Pl P2) => s_ + "abrais" ; --# notpresent + VP (Cond Pl P3) => s_ + "abran" ; --# 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_ + "quis" ; 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_ + "cbamos" ; - 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_ + "cramos" ; sa_ + "csemos"} ; - 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_ + "cars" ; - VP (Fut Ind Sg P3) => sa_ + "car" ; - VP (Fut Ind Pl P1) => sa_ + "caremos" ; - VP (Fut Ind Pl P2) => sa_ + "caris" ; - VP (Fut Ind Pl P3) => sa_ + "carn" ; - 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_ + "cremos" ; - VP (Fut Subj Pl P2) => sa_ + "careis" ; - VP (Fut Subj Pl P3) => sa_ + "caren" ; - VP (Cond Sg P1) => sa_ + "cara" ; - VP (Cond Sg P2) => sa_ + "caras" ; - VP (Cond Sg P3) => sa_ + "cara" ; - VP (Cond Pl P1) => sa_ + "caramos" ; - VP (Cond Pl P2) => sa_ + "carais" ; - VP (Cond Pl P3) => sa_ + "caran" ; + 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_ + "cbamos" ; --# 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_ + "cramos" ; sa_ + "csemos"} ; --# 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_ + "cars" ; --# notpresent + VP (Fut Ind Sg P3) => sa_ + "car" ; --# notpresent + VP (Fut Ind Pl P1) => sa_ + "caremos" ; --# notpresent + VP (Fut Ind Pl P2) => sa_ + "caris" ; --# notpresent + VP (Fut Ind Pl P3) => sa_ + "carn" ; --# 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_ + "cremos" ; --# notpresent + VP (Fut Subj Pl P2) => sa_ + "careis" ; --# notpresent + VP (Fut Subj Pl P3) => sa_ + "caren" ; --# notpresent + VP (Cond Sg P1) => sa_ + "cara" ; --# notpresent + VP (Cond Sg P2) => sa_ + "caras" ; --# notpresent + VP (Cond Sg P3) => sa_ + "cara" ; --# notpresent + VP (Cond Pl P1) => sa_ + "caramos" ; --# notpresent + VP (Cond Pl P2) => sa_ + "carais" ; --# notpresent + VP (Cond Pl P3) => sa_ + "caran" ; --# 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_ + "gis" ; 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_ + "iramos" ; sal_ + "isemos"} ; - 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_ + "drs" ; - VP (Fut Ind Sg P3) => sal_ + "dr" ; - VP (Fut Ind Pl P1) => sal_ + "dremos" ; - VP (Fut Ind Pl P2) => sal_ + "dris" ; - VP (Fut Ind Pl P3) => sal_ + "drn" ; - 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_ + "iremos" ; - VP (Fut Subj Pl P2) => sal_ + "iereis" ; - VP (Fut Subj Pl P3) => sal_ + "ieren" ; - VP (Cond Sg P1) => sal_ + "dra" ; - VP (Cond Sg P2) => sal_ + "dras" ; - VP (Cond Sg P3) => sal_ + "dra" ; - VP (Cond Pl P1) => sal_ + "dramos" ; - VP (Cond Pl P2) => sal_ + "drais" ; - VP (Cond Pl P3) => sal_ + "dran" ; + 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_ + "iramos" ; sal_ + "isemos"} ; --# 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_ + "drs" ; --# notpresent + VP (Fut Ind Sg P3) => sal_ + "dr" ; --# notpresent + VP (Fut Ind Pl P1) => sal_ + "dremos" ; --# notpresent + VP (Fut Ind Pl P2) => sal_ + "dris" ; --# notpresent + VP (Fut Ind Pl P3) => sal_ + "drn" ; --# 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_ + "iremos" ; --# notpresent + VP (Fut Subj Pl P2) => sal_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => sal_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => sal_ + "dra" ; --# notpresent + VP (Cond Sg P2) => sal_ + "dras" ; --# notpresent + VP (Cond Sg P3) => sal_ + "dra" ; --# notpresent + VP (Cond Pl P1) => sal_ + "dramos" ; --# notpresent + VP (Cond Pl P2) => sal_ + "drais" ; --# notpresent + VP (Cond Pl P3) => sal_ + "dran" ; --# 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_ + "agis" ; VP (Pres Subj Pl P3) => satisf_ + "agan" ; - VP (Impf Ind Sg P1) => satisf_ + "aca" ; - VP (Impf Ind Sg P2) => satisf_ + "acas" ; - VP (Impf Ind Sg P3) => satisf_ + "aca" ; - VP (Impf Ind Pl P1) => satisf_ + "acamos" ; - VP (Impf Ind Pl P2) => satisf_ + "acais" ; - VP (Impf Ind Pl P3) => satisf_ + "acan" ; - 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_ + "iciramos" ; satisf_ + "icisemos"} ; - 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_ + "ars" ; - VP (Fut Ind Sg P3) => satisf_ + "ar" ; - VP (Fut Ind Pl P1) => satisf_ + "aremos" ; - VP (Fut Ind Pl P2) => satisf_ + "aris" ; - VP (Fut Ind Pl P3) => satisf_ + "arn" ; - 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_ + "iciremos" ; - VP (Fut Subj Pl P2) => satisf_ + "iciereis" ; - VP (Fut Subj Pl P3) => satisf_ + "icieren" ; - VP (Cond Sg P1) => satisf_ + "ara" ; - VP (Cond Sg P2) => satisf_ + "aras" ; - VP (Cond Sg P3) => satisf_ + "ara" ; - VP (Cond Pl P1) => satisf_ + "aramos" ; - VP (Cond Pl P2) => satisf_ + "arais" ; - VP (Cond Pl P3) => satisf_ + "aran" ; + VP (Impf Ind Sg P1) => satisf_ + "aca" ; --# notpresent + VP (Impf Ind Sg P2) => satisf_ + "acas" ; --# notpresent + VP (Impf Ind Sg P3) => satisf_ + "aca" ; --# notpresent + VP (Impf Ind Pl P1) => satisf_ + "acamos" ; --# notpresent + VP (Impf Ind Pl P2) => satisf_ + "acais" ; --# notpresent + VP (Impf Ind Pl P3) => satisf_ + "acan" ; --# 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_ + "iciramos" ; satisf_ + "icisemos"} ; --# 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_ + "ars" ; --# notpresent + VP (Fut Ind Sg P3) => satisf_ + "ar" ; --# notpresent + VP (Fut Ind Pl P1) => satisf_ + "aremos" ; --# notpresent + VP (Fut Ind Pl P2) => satisf_ + "aris" ; --# notpresent + VP (Fut Ind Pl P3) => satisf_ + "arn" ; --# 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_ + "iciremos" ; --# notpresent + VP (Fut Subj Pl P2) => satisf_ + "iciereis" ; --# notpresent + VP (Fut Subj Pl P3) => satisf_ + "icieren" ; --# notpresent + VP (Cond Sg P1) => satisf_ + "ara" ; --# notpresent + VP (Cond Sg P2) => satisf_ + "aras" ; --# notpresent + VP (Cond Sg P3) => satisf_ + "ara" ; --# notpresent + VP (Cond Pl P1) => satisf_ + "aramos" ; --# notpresent + VP (Cond Pl P2) => satisf_ + "arais" ; --# notpresent + VP (Cond Pl P3) => satisf_ + "aran" ; --# 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_ + "intis" ; VP (Pres Subj Pl P3) => s_ + "ientan" ; - VP (Impf Ind Sg P1) => s_ + "enta" ; - VP (Impf Ind Sg P2) => s_ + "entas" ; - VP (Impf Ind Sg P3) => s_ + "enta" ; - VP (Impf Ind Pl P1) => s_ + "entamos" ; - VP (Impf Ind Pl P2) => s_ + "entais" ; - VP (Impf Ind Pl P3) => s_ + "entan" ; - 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_ + "intiramos" ; s_ + "intisemos"} ; - 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_ + "entirs" ; - VP (Fut Ind Sg P3) => s_ + "entir" ; - VP (Fut Ind Pl P1) => s_ + "entiremos" ; - VP (Fut Ind Pl P2) => s_ + "entiris" ; - VP (Fut Ind Pl P3) => s_ + "entirn" ; - 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_ + "intiremos" ; - VP (Fut Subj Pl P2) => s_ + "intiereis" ; - VP (Fut Subj Pl P3) => s_ + "intieren" ; - VP (Cond Sg P1) => s_ + "entira" ; - VP (Cond Sg P2) => s_ + "entiras" ; - VP (Cond Sg P3) => s_ + "entira" ; - VP (Cond Pl P1) => s_ + "entiramos" ; - VP (Cond Pl P2) => s_ + "entirais" ; - VP (Cond Pl P3) => s_ + "entiran" ; + VP (Impf Ind Sg P1) => s_ + "enta" ; --# notpresent + VP (Impf Ind Sg P2) => s_ + "entas" ; --# notpresent + VP (Impf Ind Sg P3) => s_ + "enta" ; --# notpresent + VP (Impf Ind Pl P1) => s_ + "entamos" ; --# notpresent + VP (Impf Ind Pl P2) => s_ + "entais" ; --# notpresent + VP (Impf Ind Pl P3) => s_ + "entan" ; --# 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_ + "intiramos" ; s_ + "intisemos"} ; --# 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_ + "entirs" ; --# notpresent + VP (Fut Ind Sg P3) => s_ + "entir" ; --# notpresent + VP (Fut Ind Pl P1) => s_ + "entiremos" ; --# notpresent + VP (Fut Ind Pl P2) => s_ + "entiris" ; --# notpresent + VP (Fut Ind Pl P3) => s_ + "entirn" ; --# 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_ + "intiremos" ; --# notpresent + VP (Fut Subj Pl P2) => s_ + "intiereis" ; --# notpresent + VP (Fut Subj Pl P3) => s_ + "intieren" ; --# notpresent + VP (Cond Sg P1) => s_ + "entira" ; --# notpresent + VP (Cond Sg P2) => s_ + "entiras" ; --# notpresent + VP (Cond Sg P3) => s_ + "entira" ; --# notpresent + VP (Cond Pl P1) => s_ + "entiramos" ; --# notpresent + VP (Cond Pl P2) => s_ + "entirais" ; --# notpresent + VP (Cond Pl P3) => s_ + "entiran" ; --# 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_ + "olis" ; VP (Pres Subj Pl P3) => s_ + "uelan" ; - VP (Impf Ind Sg P1) => s_ + "ola" ; - VP (Impf Ind Sg P2) => s_ + "olas" ; - VP (Impf Ind Sg P3) => s_ + "ola" ; - VP (Impf Ind Pl P1) => s_ + "olamos" ; - VP (Impf Ind Pl P2) => s_ + "olais" ; - VP (Impf Ind Pl P3) => s_ + "olan" ; - 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_ + "oliramos" ; s_ + "olisemos"} ; - 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_ + "ola" ; --# notpresent + VP (Impf Ind Sg P2) => s_ + "olas" ; --# notpresent + VP (Impf Ind Sg P3) => s_ + "ola" ; --# notpresent + VP (Impf Ind Pl P1) => s_ + "olamos" ; --# notpresent + VP (Impf Ind Pl P2) => s_ + "olais" ; --# notpresent + VP (Impf Ind Pl P3) => s_ + "olan" ; --# 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_ + "oliramos" ; s_ + "olisemos"} ; --# 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_ + "ers" ; - VP (Fut Ind Sg P3) => ta_ + "er" ; - VP (Fut Ind Pl P1) => ta_ + "eremos" ; - VP (Fut Ind Pl P2) => ta_ + "eris" ; - VP (Fut Ind Pl P3) => ta_ + "ern" ; - 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_ + "era" ; - VP (Cond Sg P2) => ta_ + "eras" ; - VP (Cond Sg P3) => ta_ + "era" ; - VP (Cond Pl P1) => ta_ + "eramos" ; - VP (Cond Pl P2) => ta_ + "erais" ; - VP (Cond Pl P3) => ta_ + "eran" ; + 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_ + "ers" ; --# notpresent + VP (Fut Ind Sg P3) => ta_ + "er" ; --# notpresent + VP (Fut Ind Pl P1) => ta_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => ta_ + "eris" ; --# notpresent + VP (Fut Ind Pl P3) => ta_ + "ern" ; --# 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_ + "era" ; --# notpresent + VP (Cond Sg P2) => ta_ + "eras" ; --# notpresent + VP (Cond Sg P3) => ta_ + "era" ; --# notpresent + VP (Cond Pl P1) => ta_ + "eramos" ; --# notpresent + VP (Cond Pl P2) => ta_ + "erais" ; --# notpresent + VP (Cond Pl P3) => ta_ + "eran" ; --# 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_ + "yramos" ; tra_ + "ysemos"} ; - 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_ + "ers" ; - VP (Fut Ind Sg P3) => tra_ + "er" ; - VP (Fut Ind Pl P1) => tra_ + "eremos" ; - VP (Fut Ind Pl P2) => tra_ + "eris" ; - VP (Fut Ind Pl P3) => tra_ + "ern" ; - 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_ + "yremos" ; - VP (Fut Subj Pl P2) => tra_ + "yereis" ; - VP (Fut Subj Pl P3) => tra_ + "yeren" ; - VP (Cond Sg P1) => tra_ + "era" ; - VP (Cond Sg P2) => tra_ + "eras" ; - VP (Cond Sg P3) => tra_ + "era" ; - VP (Cond Pl P1) => tra_ + "eramos" ; - VP (Cond Pl P2) => tra_ + "erais" ; - VP (Cond Pl P3) => tra_ + "eran" ; + 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_ + "yramos" ; tra_ + "ysemos"} ; --# 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_ + "ers" ; --# notpresent + VP (Fut Ind Sg P3) => tra_ + "er" ; --# notpresent + VP (Fut Ind Pl P1) => tra_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => tra_ + "eris" ; --# notpresent + VP (Fut Ind Pl P3) => tra_ + "ern" ; --# 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_ + "yremos" ; --# notpresent + VP (Fut Subj Pl P2) => tra_ + "yereis" ; --# notpresent + VP (Fut Subj Pl P3) => tra_ + "yeren" ; --# notpresent + VP (Cond Sg P1) => tra_ + "era" ; --# notpresent + VP (Cond Sg P2) => tra_ + "eras" ; --# notpresent + VP (Cond Sg P3) => tra_ + "era" ; --# notpresent + VP (Cond Pl P1) => tra_ + "eramos" ; --# notpresent + VP (Cond Pl P2) => tra_ + "erais" ; --# notpresent + VP (Cond Pl P3) => tra_ + "eran" ; --# 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_ + "oquis" ; 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_ + "ocbamos" ; - 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_ + "ocramos" ; tr_ + "ocsemos"} ; - 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_ + "ocars" ; - VP (Fut Ind Sg P3) => tr_ + "ocar" ; - VP (Fut Ind Pl P1) => tr_ + "ocaremos" ; - VP (Fut Ind Pl P2) => tr_ + "ocaris" ; - VP (Fut Ind Pl P3) => tr_ + "ocarn" ; - 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_ + "ocremos" ; - VP (Fut Subj Pl P2) => tr_ + "ocareis" ; - VP (Fut Subj Pl P3) => tr_ + "ocaren" ; - VP (Cond Sg P1) => tr_ + "ocara" ; - VP (Cond Sg P2) => tr_ + "ocaras" ; - VP (Cond Sg P3) => tr_ + "ocara" ; - VP (Cond Pl P1) => tr_ + "ocaramos" ; - VP (Cond Pl P2) => tr_ + "ocarais" ; - VP (Cond Pl P3) => tr_ + "ocaran" ; + 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_ + "ocbamos" ; --# 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_ + "ocramos" ; tr_ + "ocsemos"} ; --# 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_ + "ocars" ; --# notpresent + VP (Fut Ind Sg P3) => tr_ + "ocar" ; --# notpresent + VP (Fut Ind Pl P1) => tr_ + "ocaremos" ; --# notpresent + VP (Fut Ind Pl P2) => tr_ + "ocaris" ; --# notpresent + VP (Fut Ind Pl P3) => tr_ + "ocarn" ; --# 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_ + "ocremos" ; --# notpresent + VP (Fut Subj Pl P2) => tr_ + "ocareis" ; --# notpresent + VP (Fut Subj Pl P3) => tr_ + "ocaren" ; --# notpresent + VP (Cond Sg P1) => tr_ + "ocara" ; --# notpresent + VP (Cond Sg P2) => tr_ + "ocaras" ; --# notpresent + VP (Cond Sg P3) => tr_ + "ocara" ; --# notpresent + VP (Cond Pl P1) => tr_ + "ocaramos" ; --# notpresent + VP (Cond Pl P2) => tr_ + "ocarais" ; --# notpresent + VP (Cond Pl P3) => tr_ + "ocaran" ; --# 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_ + "gis" ; 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_ + "iramos" ; val_ + "isemos"} ; - 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_ + "drs" ; - VP (Fut Ind Sg P3) => val_ + "dr" ; - VP (Fut Ind Pl P1) => val_ + "dremos" ; - VP (Fut Ind Pl P2) => val_ + "dris" ; - VP (Fut Ind Pl P3) => val_ + "drn" ; - 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_ + "iremos" ; - VP (Fut Subj Pl P2) => val_ + "iereis" ; - VP (Fut Subj Pl P3) => val_ + "ieren" ; - VP (Cond Sg P1) => val_ + "dra" ; - VP (Cond Sg P2) => val_ + "dras" ; - VP (Cond Sg P3) => val_ + "dra" ; - VP (Cond Pl P1) => val_ + "dramos" ; - VP (Cond Pl P2) => val_ + "drais" ; - VP (Cond Pl P3) => val_ + "dran" ; + 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_ + "iramos" ; val_ + "isemos"} ; --# 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_ + "drs" ; --# notpresent + VP (Fut Ind Sg P3) => val_ + "dr" ; --# notpresent + VP (Fut Ind Pl P1) => val_ + "dremos" ; --# notpresent + VP (Fut Ind Pl P2) => val_ + "dris" ; --# notpresent + VP (Fut Ind Pl P3) => val_ + "drn" ; --# 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_ + "iremos" ; --# notpresent + VP (Fut Subj Pl P2) => val_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => val_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => val_ + "dra" ; --# notpresent + VP (Cond Sg P2) => val_ + "dras" ; --# notpresent + VP (Cond Sg P3) => val_ + "dra" ; --# notpresent + VP (Cond Pl P1) => val_ + "dramos" ; --# notpresent + VP (Cond Pl P2) => val_ + "drais" ; --# notpresent + VP (Cond Pl P3) => val_ + "dran" ; --# 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_ + "engis" ; VP (Pres Subj Pl P3) => v_ + "engan" ; - VP (Impf Ind Sg P1) => v_ + "ena" ; - VP (Impf Ind Sg P2) => v_ + "enas" ; - VP (Impf Ind Sg P3) => v_ + "ena" ; - VP (Impf Ind Pl P1) => v_ + "enamos" ; - VP (Impf Ind Pl P2) => v_ + "enais" ; - VP (Impf Ind Pl P3) => v_ + "enan" ; - 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_ + "iniramos" ; v_ + "inisemos"} ; - 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_ + "endrs" ; - VP (Fut Ind Sg P3) => v_ + "endr" ; - VP (Fut Ind Pl P1) => v_ + "endremos" ; - VP (Fut Ind Pl P2) => v_ + "endris" ; - VP (Fut Ind Pl P3) => v_ + "endrn" ; - 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_ + "iniremos" ; - VP (Fut Subj Pl P2) => v_ + "iniereis" ; - VP (Fut Subj Pl P3) => v_ + "inieren" ; - VP (Cond Sg P1) => v_ + "endra" ; - VP (Cond Sg P2) => v_ + "endras" ; - VP (Cond Sg P3) => v_ + "endra" ; - VP (Cond Pl P1) => v_ + "endramos" ; - VP (Cond Pl P2) => v_ + "endrais" ; - VP (Cond Pl P3) => v_ + "endran" ; + VP (Impf Ind Sg P1) => v_ + "ena" ; --# notpresent + VP (Impf Ind Sg P2) => v_ + "enas" ; --# notpresent + VP (Impf Ind Sg P3) => v_ + "ena" ; --# notpresent + VP (Impf Ind Pl P1) => v_ + "enamos" ; --# notpresent + VP (Impf Ind Pl P2) => v_ + "enais" ; --# notpresent + VP (Impf Ind Pl P3) => v_ + "enan" ; --# 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_ + "iniramos" ; v_ + "inisemos"} ; --# 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_ + "endrs" ; --# notpresent + VP (Fut Ind Sg P3) => v_ + "endr" ; --# notpresent + VP (Fut Ind Pl P1) => v_ + "endremos" ; --# notpresent + VP (Fut Ind Pl P2) => v_ + "endris" ; --# notpresent + VP (Fut Ind Pl P3) => v_ + "endrn" ; --# 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_ + "iniremos" ; --# notpresent + VP (Fut Subj Pl P2) => v_ + "iniereis" ; --# notpresent + VP (Fut Subj Pl P3) => v_ + "inieren" ; --# notpresent + VP (Cond Sg P1) => v_ + "endra" ; --# notpresent + VP (Cond Sg P2) => v_ + "endras" ; --# notpresent + VP (Cond Sg P3) => v_ + "endra" ; --# notpresent + VP (Cond Pl P1) => v_ + "endramos" ; --# notpresent + VP (Cond Pl P2) => v_ + "endrais" ; --# notpresent + VP (Cond Pl P3) => v_ + "endran" ; --# 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_ + "eis" ; VP (Pres Subj Pl P3) => v_ + "ean" ; - VP (Impf Ind Sg P1) => v_ + "ea" ; - VP (Impf Ind Sg P2) => v_ + "eas" ; - VP (Impf Ind Sg P3) => v_ + "ea" ; - VP (Impf Ind Pl P1) => v_ + "eamos" ; - VP (Impf Ind Pl P2) => v_ + "eais" ; - VP (Impf Ind Pl P3) => v_ + "ean" ; - 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_ + "iramos" ; v_ + "isemos"} ; - 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_ + "ers" ; - VP (Fut Ind Sg P3) => v_ + "er" ; - VP (Fut Ind Pl P1) => v_ + "eremos" ; - VP (Fut Ind Pl P2) => v_ + "eris" ; - VP (Fut Ind Pl P3) => v_ + "ern" ; - 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_ + "iremos" ; - VP (Fut Subj Pl P2) => v_ + "iereis" ; - VP (Fut Subj Pl P3) => v_ + "ieren" ; - VP (Cond Sg P1) => v_ + "era" ; - VP (Cond Sg P2) => v_ + "eras" ; - VP (Cond Sg P3) => v_ + "era" ; - VP (Cond Pl P1) => v_ + "eramos" ; - VP (Cond Pl P2) => v_ + "erais" ; - VP (Cond Pl P3) => v_ + "eran" ; + VP (Impf Ind Sg P1) => v_ + "ea" ; --# notpresent + VP (Impf Ind Sg P2) => v_ + "eas" ; --# notpresent + VP (Impf Ind Sg P3) => v_ + "ea" ; --# notpresent + VP (Impf Ind Pl P1) => v_ + "eamos" ; --# notpresent + VP (Impf Ind Pl P2) => v_ + "eais" ; --# notpresent + VP (Impf Ind Pl P3) => v_ + "ean" ; --# 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_ + "iramos" ; v_ + "isemos"} ; --# 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_ + "ers" ; --# notpresent + VP (Fut Ind Sg P3) => v_ + "er" ; --# notpresent + VP (Fut Ind Pl P1) => v_ + "eremos" ; --# notpresent + VP (Fut Ind Pl P2) => v_ + "eris" ; --# notpresent + VP (Fut Ind Pl P3) => v_ + "ern" ; --# 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_ + "iremos" ; --# notpresent + VP (Fut Subj Pl P2) => v_ + "iereis" ; --# notpresent + VP (Fut Subj Pl P3) => v_ + "ieren" ; --# notpresent + VP (Cond Sg P1) => v_ + "era" ; --# notpresent + VP (Cond Sg P2) => v_ + "eras" ; --# notpresent + VP (Cond Sg P3) => v_ + "era" ; --# notpresent + VP (Cond Pl P1) => v_ + "eramos" ; --# notpresent + VP (Cond Pl P2) => v_ + "erais" ; --# notpresent + VP (Cond Pl P3) => v_ + "eran" ; --# 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_ + "olvis" ; VP (Pres Subj Pl P3) => v_ + "uelvan" ; - VP (Impf Ind Sg P1) => v_ + "olva" ; - VP (Impf Ind Sg P2) => v_ + "olvas" ; - VP (Impf Ind Sg P3) => v_ + "olva" ; - VP (Impf Ind Pl P1) => v_ + "olvamos" ; - VP (Impf Ind Pl P2) => v_ + "olvais" ; - VP (Impf Ind Pl P3) => v_ + "olvan" ; - 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_ + "olviramos" ; v_ + "olvisemos"} ; - 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_ + "olvers" ; - VP (Fut Ind Sg P3) => v_ + "olver" ; - VP (Fut Ind Pl P1) => v_ + "olveremos" ; - VP (Fut Ind Pl P2) => v_ + "olveris" ; - VP (Fut Ind Pl P3) => v_ + "olvern" ; - 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_ + "olviremos" ; - VP (Fut Subj Pl P2) => v_ + "olviereis" ; - VP (Fut Subj Pl P3) => v_ + "olvieren" ; - VP (Cond Sg P1) => v_ + "olvera" ; - VP (Cond Sg P2) => v_ + "olveras" ; - VP (Cond Sg P3) => v_ + "olvera" ; - VP (Cond Pl P1) => v_ + "olveramos" ; - VP (Cond Pl P2) => v_ + "olverais" ; - VP (Cond Pl P3) => v_ + "olveran" ; + VP (Impf Ind Sg P1) => v_ + "olva" ; --# notpresent + VP (Impf Ind Sg P2) => v_ + "olvas" ; --# notpresent + VP (Impf Ind Sg P3) => v_ + "olva" ; --# notpresent + VP (Impf Ind Pl P1) => v_ + "olvamos" ; --# notpresent + VP (Impf Ind Pl P2) => v_ + "olvais" ; --# notpresent + VP (Impf Ind Pl P3) => v_ + "olvan" ; --# 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_ + "olviramos" ; v_ + "olvisemos"} ; --# 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_ + "olvers" ; --# notpresent + VP (Fut Ind Sg P3) => v_ + "olver" ; --# notpresent + VP (Fut Ind Pl P1) => v_ + "olveremos" ; --# notpresent + VP (Fut Ind Pl P2) => v_ + "olveris" ; --# notpresent + VP (Fut Ind Pl P3) => v_ + "olvern" ; --# 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_ + "olviremos" ; --# notpresent + VP (Fut Subj Pl P2) => v_ + "olviereis" ; --# notpresent + VP (Fut Subj Pl P3) => v_ + "olvieren" ; --# notpresent + VP (Cond Sg P1) => v_ + "olvera" ; --# notpresent + VP (Cond Sg P2) => v_ + "olveras" ; --# notpresent + VP (Cond Sg P3) => v_ + "olvera" ; --# notpresent + VP (Cond Pl P1) => v_ + "olveramos" ; --# notpresent + VP (Cond Pl P2) => v_ + "olverais" ; --# notpresent + VP (Cond Pl P3) => v_ + "olveran" ; --# 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_ + "zgis" ; VP (Pres Subj Pl P3) => ya_ + "zgan" ; - VP (Impf Ind Sg P1) => ya_ + "ca" ; - VP (Impf Ind Sg P2) => ya_ + "cas" ; - VP (Impf Ind Sg P3) => ya_ + "ca" ; - VP (Impf Ind Pl P1) => ya_ + "camos" ; - VP (Impf Ind Pl P2) => ya_ + "cais" ; - VP (Impf Ind Pl P3) => ya_ + "can" ; - 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_ + "ciramos" ; ya_ + "cisemos"} ; - 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_ + "cers" ; - VP (Fut Ind Sg P3) => ya_ + "cer" ; - VP (Fut Ind Pl P1) => ya_ + "ceremos" ; - VP (Fut Ind Pl P2) => ya_ + "ceris" ; - VP (Fut Ind Pl P3) => ya_ + "cern" ; - 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_ + "ciremos" ; - VP (Fut Subj Pl P2) => ya_ + "ciereis" ; - VP (Fut Subj Pl P3) => ya_ + "cieren" ; - VP (Cond Sg P1) => ya_ + "cera" ; - VP (Cond Sg P2) => ya_ + "ceras" ; - VP (Cond Sg P3) => ya_ + "cera" ; - VP (Cond Pl P1) => ya_ + "ceramos" ; - VP (Cond Pl P2) => ya_ + "cerais" ; - VP (Cond Pl P3) => ya_ + "ceran" ; + VP (Impf Ind Sg P1) => ya_ + "ca" ; --# notpresent + VP (Impf Ind Sg P2) => ya_ + "cas" ; --# notpresent + VP (Impf Ind Sg P3) => ya_ + "ca" ; --# notpresent + VP (Impf Ind Pl P1) => ya_ + "camos" ; --# notpresent + VP (Impf Ind Pl P2) => ya_ + "cais" ; --# notpresent + VP (Impf Ind Pl P3) => ya_ + "can" ; --# 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_ + "ciramos" ; ya_ + "cisemos"} ; --# 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_ + "cers" ; --# notpresent + VP (Fut Ind Sg P3) => ya_ + "cer" ; --# notpresent + VP (Fut Ind Pl P1) => ya_ + "ceremos" ; --# notpresent + VP (Fut Ind Pl P2) => ya_ + "ceris" ; --# notpresent + VP (Fut Ind Pl P3) => ya_ + "cern" ; --# 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_ + "ciremos" ; --# notpresent + VP (Fut Subj Pl P2) => ya_ + "ciereis" ; --# notpresent + VP (Fut Subj Pl P3) => ya_ + "cieren" ; --# notpresent + VP (Cond Sg P1) => ya_ + "cera" ; --# notpresent + VP (Cond Sg P2) => ya_ + "ceras" ; --# notpresent + VP (Cond Sg P3) => ya_ + "cera" ; --# notpresent + VP (Cond Pl P1) => ya_ + "ceramos" ; --# notpresent + VP (Cond Pl P2) => ya_ + "cerais" ; --# notpresent + VP (Cond Pl P3) => ya_ + "ceran" ; --# 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_ + "zis" ; VP (Pres Subj Pl P3) => zur_ + "zan" ; - VP (Impf Ind Sg P1) => zur_ + "ca" ; - VP (Impf Ind Sg P2) => zur_ + "cas" ; - VP (Impf Ind Sg P3) => zur_ + "ca" ; - VP (Impf Ind Pl P1) => zur_ + "camos" ; - VP (Impf Ind Pl P2) => zur_ + "cais" ; - VP (Impf Ind Pl P3) => zur_ + "can" ; - 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_ + "ciramos" ; zur_ + "cisemos"} ; - 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_ + "cirs" ; - VP (Fut Ind Sg P3) => zur_ + "cir" ; - VP (Fut Ind Pl P1) => zur_ + "ciremos" ; - VP (Fut Ind Pl P2) => zur_ + "ciris" ; - VP (Fut Ind Pl P3) => zur_ + "cirn" ; - 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_ + "ciremos" ; - VP (Fut Subj Pl P2) => zur_ + "ciereis" ; - VP (Fut Subj Pl P3) => zur_ + "cieren" ; - VP (Cond Sg P1) => zur_ + "cira" ; - VP (Cond Sg P2) => zur_ + "ciras" ; - VP (Cond Sg P3) => zur_ + "cira" ; - VP (Cond Pl P1) => zur_ + "ciramos" ; - VP (Cond Pl P2) => zur_ + "cirais" ; - VP (Cond Pl P3) => zur_ + "ciran" ; + VP (Impf Ind Sg P1) => zur_ + "ca" ; --# notpresent + VP (Impf Ind Sg P2) => zur_ + "cas" ; --# notpresent + VP (Impf Ind Sg P3) => zur_ + "ca" ; --# notpresent + VP (Impf Ind Pl P1) => zur_ + "camos" ; --# notpresent + VP (Impf Ind Pl P2) => zur_ + "cais" ; --# notpresent + VP (Impf Ind Pl P3) => zur_ + "can" ; --# 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_ + "ciramos" ; zur_ + "cisemos"} ; --# 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_ + "cirs" ; --# notpresent + VP (Fut Ind Sg P3) => zur_ + "cir" ; --# notpresent + VP (Fut Ind Pl P1) => zur_ + "ciremos" ; --# notpresent + VP (Fut Ind Pl P2) => zur_ + "ciris" ; --# notpresent + VP (Fut Ind Pl P3) => zur_ + "cirn" ; --# 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_ + "ciremos" ; --# notpresent + VP (Fut Subj Pl P2) => zur_ + "ciereis" ; --# notpresent + VP (Fut Subj Pl P3) => zur_ + "cieren" ; --# notpresent + VP (Cond Sg P1) => zur_ + "cira" ; --# notpresent + VP (Cond Sg P2) => zur_ + "ciras" ; --# notpresent + VP (Cond Sg P3) => zur_ + "cira" ; --# notpresent + VP (Cond Pl P1) => zur_ + "ciramos" ; --# notpresent + VP (Cond Pl P2) => zur_ + "cirais" ; --# notpresent + VP (Cond Pl P3) => zur_ + "ciran" ; --# 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_ + "ars" ; - VP (Fut Ind Sg P3) => am_ + "ar" ; - VP (Fut Ind Pl P1) => am_ + "aremos" ; - VP (Fut Ind Pl P2) => am_ + "aris" ; - VP (Fut Ind Pl P3) => am_ + "arn" ; - 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_ + "ara" ; - VP (Cond Sg P2) => am_ + "aras" ; - VP (Cond Sg P3) => am_ + "ara" ; - VP (Cond Pl P1) => am_ + "aramos" ; - VP (Cond Pl P2) => am_ + "arais" ; - VP (Cond Pl P3) => am_ + "aran" ; + 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_ + "ars" ; --# notpresent + VP (Fut Ind Sg P3) => am_ + "ar" ; --# notpresent + VP (Fut Ind Pl P1) => am_ + "aremos" ; --# notpresent + VP (Fut Ind Pl P2) => am_ + "aris" ; --# notpresent + VP (Fut Ind Pl P3) => am_ + "arn" ; --# 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_ + "ara" ; --# notpresent + VP (Cond Sg P2) => am_ + "aras" ; --# notpresent + VP (Cond Sg P3) => am_ + "ara" ; --# notpresent + VP (Cond Pl P1) => am_ + "aramos" ; --# notpresent + VP (Cond Pl P2) => am_ + "arais" ; --# notpresent + VP (Cond Pl P3) => am_ + "aran" ; --# 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_ + "ova" ; - 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_ + "overa" ; - 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_ + "ova" ; --# 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_ + "overa" ; --# 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/resource-1.0/swadesh/Swadesh.gf b/resource-1.0/swadesh/Swadesh.gf deleted file mode 100644 index 4057d1ab4..000000000 --- a/resource-1.0/swadesh/Swadesh.gf +++ /dev/null @@ -1,243 +0,0 @@ --- Swadesh 207 -abstract Swadesh = Cat ** { - fun - - -- Pronouns - - i_NP : Pron ; - youSg_NP : Pron ; - he_NP : Pron ; - we_NP : Pron ; - youPl_NP : Pron ; - they_NP : Pron ; - whoPl_IP : IP ; -- only one who in Swadesh 207 - whoSg_IP : IP ; - whatPl_IP : IP ; -- only one what in Swadesh 207 - whatSg_IP : IP ; - - -- Determiners - - that_Det : Det ; - this_Det : Det ; - all_Det : Det ; - many_Det : Det ; - some_Det : Det ; - few_Det : Det ; - other_Det : Det ; - - -- Adverbs - - here_Adv : Adv ; - there_Adv : Adv ; - where_IAdv : IAdv ; - when_IAdv : IAdv ; - how_IAdv : IAdv ; - far_Adv : Adv ; - - -- Conjunctions - - and_Conj : Conj ; - - -- Prepositions - - at_Prep : Prep ; - in_Prep : Prep ; - with_Prep : Prep ; - - -- not -- ? - -- if -- ? - -- because -- ? - - -- Numerals - - one_Det : Det ; - two_Num : Num ; - three_Num : Num ; - four_Num : Num ; - five_Num : Num ; - - -- Adjectives - - bad_A : A ; - big_A : A ; - black_A : A ; - cold_A : A ; - correct_A : A ; - dirty_A : A ; - dry_A : A ; - dull_A : A ; - full_A : A ; - good_A : A ; - green_A : A ; - heavy_A : A ; - long_A : A ; - narrow_A : A ; - near_A : A ; - new_A : A ; - old_A : A ; - red_A : A ; - rotten_A : A ; - round_A : A ; - sharp_A : A ; - short_A : A ; - small_A : A ; - smooth_A : A ; - straight_A : A ; - thick_A : A ; - thin_A : A ; - warm_A : A ; - wet_A : A ; - white_A : A ; - wide_A : A ; - yellow_A : A ; - - left_A : A ; - right_A : A ; - - -- Nouns - - animal_N : N ; - ashes_N : N ; - back_N : N ; - bark_N : N ; - belly_N : N ; - bird_N : N ; - blood_N : N ; - bone_N : N ; - breast_N : N ; - child_N : N ; - cloud_N : N ; - day_N : N ; - dog_N : N ; - dust_N : N ; - ear_N : N ; - earth_N : N ; - egg_N : N ; - eye_N : N ; - fat_N : N ; - father_N : N ; - feather_N : N ; - fingernail_N : N ; - fire_N : N ; - fish_N : N ; - flower_N : N ; - fog_N : N ; - foot_N : N ; - forest_N : N ; - fruit_N : N ; - grass_N : N ; - guts_N : N ; - hair_N : N ; - hand_N : N ; - head_N : N ; - heart_N : N ; - horn_N : N ; - husband_N : N ; - ice_N : N ; - knee_N : N ; - lake_N : N ; - leaf_N : N ; - leg_N : N ; - liver_N : N ; - louse_N : N ; - man_N : N ; - meat_N : N ; - moon_N : N ; - mother_N : N ; - mountain_N : N ; - mouth_N : N ; - name_N : N ; - neck_N : N ; - night_N : N ; - nose_N : N ; - person_N : N ; - rain_N : N ; - river_N : N ; - road_N : N ; - root_N : N ; - rope_N : N ; - salt_N : N ; - sand_N : N ; - sea_N : N ; - seed_N : N ; - skin_N : N ; - sky_N : N ; - smoke_N : N ; - snake_N : N ; - snow_N : N ; - star_N : N ; - stick_N : N ; - stone_N : N ; - sun_N : N ; - tail_N : N ; - tongue_N : N ; - tooth_N : N ; - tree_N : N ; - water_N : N ; - wife_N : N ; - wind_N : N ; - wing_N : N ; - woman_N : N ; - worm_N : N ; - year_N : N ; - - -- Verbs - - bite_V : V2 ; - blow_V : V ; - breathe_V : V ; - burn_V : V ; - come_V : V ; - count_V : V2 ; - cut_V : V2 ; - die_V : V ; - dig_V : V ; - drink_V : V2 ; - eat_V : V2 ; - fall_V : V ; - fear_V : V2 ; - fight_V : V2 ; - float_V : V ; - flow_V : V ; - fly_V : V ; - freeze_V : V ; - give_V : V3 ; - hear_V : V2 ; - hit_V : V2 ; - hold_V : V2 ; - hunt_V : V2 ; - kill_V : V2 ; - know_V : V2 ; - laugh_V : V ; - lie_V : V ; - live_V : V ; - play_V : V ; - pull_V : V2 ; - push_V : V2 ; - rub_V : V2 ; - say_V : V ; - scratch_V : V2 ; - see_V : V2 ; - sew_V : V ; - sing_V : V ; - sit_V : V ; - sleep_V : V ; - smell_V : V2 ; - spit_V : V ; - split_V : V2 ; - squeeze_V : V2 ; - stab_V : V2 ; - stand_V : V ; - suck_V : V2 ; - swell_V : V ; - swim_V : V ; - think_V : V ; - throw_V : V2 ; - tie_V : V2 ; - turn_V : V ; - vomit_V : V ; - walk_V : V ; - wash_V : V2 ; - wipe_V : V2 ; - -} \ No newline at end of file diff --git a/resource-1.0/swadesh/SwadeshEng.gf b/resource-1.0/swadesh/SwadeshEng.gf deleted file mode 100644 index d85de74e2..000000000 --- a/resource-1.0/swadesh/SwadeshEng.gf +++ /dev/null @@ -1,245 +0,0 @@ ---# -path=.:../abstract:../common:../english:../../prelude - -concrete SwadeshEng of Swadesh = CatEng - ** open MorphoEng, LangEng, ParadigmsEng, IrregEng, Prelude in { - - lin - - -- Pronouns - - i_NP = i_Pron ; - youSg_NP = youSg_Pron ; - he_NP = he_Pron ; - we_NP = we_Pron ; - youPl_NP = youPl_Pron ; - they_NP = they_Pron ; - whoPl_IP = whoPl_IP ; - whoSg_IP = whoSg_IP ; - whatPl_IP = whatPl_IP ; - whatSg_IP = whatSg_IP ; - - -- Determiners - - this_Det = DetSg (SgQuant this_Quant) NoOrd ; - that_Det = DetSg (SgQuant that_Quant) NoOrd ; - all_Det = mkDeterminer Pl "all" ; - many_Det = many_Det ; - some_Det = someSg_Det ; - few_Det = mkDeterminer Pl "few" ; - other_Det = mkDeterminer Pl "other" ; - - - -- Adverbs - - here_Adv = here_Adv; - there_Adv = there_Adv; - where_IAdv = where_IAdv; - when_IAdv = when_IAdv; - how_IAdv = how_IAdv; - far_Adv = mkAdv "far" ; - - -- not : Adv ; -- ? - - -- Conjunctions - - and_Conj = and_Conj ; - - -- Prepositions - - at_Prep = ss "at" ; - in_Prep = ss "in" ; - with_Prep = ss "with" ; - - -- Numerals - - one_Det = DetSg one_Quant NoOrd ; - two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ; - three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ; - four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ; - five_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))) ; - - -- Adjectives - - bad_A = bad_A ; - big_A = big_A ; - black_A = black_A ; - cold_A = cold_A ; - correct_A = (regA "correct") ; - dirty_A = dirty_A ; - dry_A = regA "dry" ; - dull_A = regA "dull" ; - full_A = regA "full" ; - good_A = good_A ; - green_A = green_A ; - heavy_A = regA "heavy" ; - long_A = long_A ; - narrow_A = narrow_A ; - near_A = regA "near" ; - new_A = new_A ; - old_A = old_A ; - red_A = red_A ; - rotten_A = (regA "rotten") ; - round_A = regA "round" ; - sharp_A = regA "sharp" ; - short_A = short_A ; - small_A = small_A ; - smooth_A = regA "smooth" ; - straight_A = regA "straight" ; - thick_A = thick_A ; - thin_A = thin_A ; - warm_A = warm_A ; - wet_A = regA "wet" ; ---- - white_A = white_A ; - wide_A = regA "wide" ; - yellow_A = yellow_A ; - - left_A = regA "left" ; - right_A = regA "right" ; - - -- Nouns - - animal_N = regN "animal" ; - ashes_N = regN "ash" ; -- FIXME: plural only? - back_N = regN "back" ; - bark_N = regN "bark" ; - belly_N = regN "belly" ; - bird_N = bird_N; - blood_N = regN "blood" ; - bone_N = regN "bone" ; - breast_N = regN "breast" ; - child_N = child_N ; - cloud_N = regN "cloud" ; - day_N = regN "day" ; - dog_N = dog_N ; - dust_N = regN "dust" ; - ear_N = regN "ear" ; - earth_N = regN "earth" ; - egg_N = regN "egg" ; - eye_N = regN "eye" ; - fat_N = regN "fat" ; - father_N = UseN2 father_N2 ; - feather_N = regN "feather" ; - fingernail_N = regN "fingernail" ; - fire_N = regN "fire" ; - fish_N = fish_N ; - flower_N = regN "flower" ; - fog_N = regN "fog" ; - foot_N = mk2N "foot" "feet" ; - forest_N = regN "forest" ; - fruit_N = fruit_N ; - grass_N = regN "grass" ; - guts_N = regN "gut" ; -- FIXME: no singular - hair_N = regN "hair" ; - hand_N = regN "hand" ; - head_N = regN "head" ; - heart_N = regN "heart" ; - horn_N = regN "horn" ; - husband_N = genderN masculine (regN "husband") ; - ice_N = regN "ice" ; - knee_N = regN "knee" ; - lake_N = lake_N ; - leaf_N = mk2N "leaf" "leaves" ; - leg_N = regN "leg" ; - liver_N = regN "liver" ; - louse_N = mk2N "louse" "lice" ; - man_N = man_N ; - meat_N = meat_N ; - moon_N = moon_N ; - mother_N = UseN2 mother_N2 ; - mountain_N = mountain_N ; - mouth_N = regN "mouth" ; - name_N = regN "name" ; - neck_N = regN "neck" ; - night_N = regN "night" ; - nose_N = regN "nose" ; - person_N = genderN human (regN "person") ; - rain_N = regN "rain" ; - river_N = river_N ; - road_N = regN "road" ; - root_N = regN "root" ; - rope_N = regN "rope" ; - salt_N = regN "salt" ; - sand_N = regN "sand" ; - sea_N = sea_N ; - seed_N = regN "seed" ; - skin_N = regN "skin" ; - sky_N = regN "sky" ; - smoke_N = regN "smoke" ; - snake_N = snake_N ; - snow_N = regN "snow" ; - star_N = star_N ; - stick_N = regN "stick" ; - stone_N = stone_N ; - sun_N = sun_N ; - tail_N = regN "tail" ; - tongue_N = regN "tongue" ; - tooth_N = mk2N "tooth" "teeth" ; - tree_N = tree_N ; - water_N = water_N ; - wife_N = genderN feminine (mk2N "wife" "wives") ; - wind_N = regN "wind" ; - wing_N = regN "wing" ; - woman_N = woman_N ; - worm_N = regN "worm" ; - year_N = regN "year" ; - - -- Verbs - - bite_V = dirV2 bite_V ; - blow_V = blow_V ; - breathe_V = dirV2 (regV "breathe") ; - burn_V = burn_V ; - come_V = come_V ; - count_V = dirV2 (regV "count") ; - cut_V = dirV2 cut_V ; - die_V = die_V ; - dig_V = dig_V ; - drink_V = dirV2 drink_V ; - eat_V = dirV2 eat_V ; - fall_V = fall_V ; - fear_V = dirV2 (regV "fear") ; - fight_V = dirV2 fight_V ; - float_V = regV "float" ; - flow_V = regV "flow" ; - fly_V = fly_V ; - freeze_V = freeze_V ; - give_V = dirdirV3 give_V ; - hear_V = dirV2 hear_V ; - hit_V = dirV2 hit_V ; - hold_V = dirV2 hold_V ; - hunt_V = dirV2 (regV "hunt") ; - kill_V = dirV2 (regV "kill") ; - know_V = dirV2 know_V ; - laugh_V = regV "laugh" ; - lie_V = lie_V ; - live_V = live_V ; - play_V = regV "play" ; - pull_V = dirV2 (regV "pull") ; - push_V = dirV2 (regV "push") ; - rub_V = dirV2 (regDuplV "rub") ; - say_V = say_V ; - scratch_V = dirV2 (regV "scratch") ; - see_V = dirV2 see_V ; - sew_V = sew_V ; - sing_V = sing_V ; - sit_V = sit_V ; - sleep_V = sleep_V ; - smell_V = dirV2 (regV "smell") ; - spit_V = spit_V ; - split_V = dirV2 split_V ; - squeeze_V = dirV2 (regV "squeeze") ; - stab_V = dirV2 (regDuplV "stab") ; - stand_V = stand_V ; - suck_V = dirV2 (regV "suck") ; - swell_V = swell_V ; - swim_V = swim_V ; - think_V = think_V ; - throw_V = dirV2 throw_V ; - tie_V = dirV2 (regV "tie") ; - turn_V = regV "turn" ; - vomit_V = regV "vomit" ; - walk_V = walk_V ; - wash_V = dirV2 (regV "wash") ; - wipe_V = dirV2 (regV "wipe") ; - -} \ No newline at end of file diff --git a/resource-1.0/swadesh/SwadeshFin.gf b/resource-1.0/swadesh/SwadeshFin.gf deleted file mode 100644 index f59462fd6..000000000 --- a/resource-1.0/swadesh/SwadeshFin.gf +++ /dev/null @@ -1,260 +0,0 @@ ---# -path=.:../finnish:../common:../abstract:../../prelude - -concrete SwadeshFin of Swadesh = CatFin - ** open MorphoFin, LangFin, ParadigmsFin, Prelude in { - - flags optimize=values ; - - lin - - -- Pronouns - - i_NP = i_Pron ; - youSg_NP = youSg_Pron ; - he_NP = he_Pron ; - we_NP = we_Pron ; - youPl_NP = youPl_Pron ; - they_NP = they_Pron ; - whoPl_IP = whoPl_IP ; - whoSg_IP = whoSg_IP ; - whatPl_IP = whatPl_IP ; - whatSg_IP = whatSg_IP ; - - -- Determiners - - this_Det = DetSg (SgQuant this_Quant) NoOrd ; - that_Det = DetSg (SgQuant that_Quant) NoOrd ; - all_Det = mkDet Pl {s = \\nf => - let - kaiket = (nhn (sKorpi "kaikki" "kaiken" "kaikkena")).s - in - case nf of { - NCase Pl Nom => "kaikki" ; - _ => kaiket ! nf - } - } ; - many_Det = many_Det ; - some_Det = someSg_Det ; - few_Det = mkDet Sg (regN "harva") ; - other_Det = mkDet Sg (regN "muu") ; - - -- Adverbs - - here_Adv = here_Adv; - there_Adv = there_Adv; - where_IAdv = where_IAdv; - when_IAdv = when_IAdv; - how_IAdv = how_IAdv; - far_Adv = mkAdv "kaukana" ; - - -- not : Adv ; -- ? - - -- Conjunctions - - and_Conj = and_Conj ; - - -- Prepositions - - at_Prep = casePrep adessive ; - in_Prep = casePrep inessive ; - with_Prep = postGenPrep "kanssa" ; - - -- Numerals - - one_Det = DetSg one_Quant NoOrd ; - two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ; - three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ; - four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ; - five_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))) ; - - -- Adjectives - - bad_A = bad_A ; - big_A = big_A ; - black_A = black_A ; - cold_A = cold_A ; - correct_A = regA "oikea" ; - dirty_A = dirty_A ; - dry_A = mkADeg (regN "kuiva") "kuivempi" "kuivin" ; - dull_A = mkADeg (regN "tyls") "tylsempi" "tylsin" ; - full_A = mkADeg (reg3N "tysi" "tyden" "tysi") "tydempi" "tysin" ; - good_A = good_A ; - green_A = green_A ; - heavy_A = regA "raskas" ; - long_A = long_A ; - narrow_A = narrow_A ; - near_A = regA "lheinen" ; - new_A = new_A ; - old_A = old_A ; - red_A = red_A ; - rotten_A = regA "mt" ; - round_A = regA "pyre" ; - sharp_A = regA "terv" ; - short_A = short_A ; - small_A = small_A ; - smooth_A = regA "sile" ; - straight_A = mkADeg (regN "suora") "suorempi" "suorin" ; - thick_A = thick_A ; - thin_A = thin_A ; - warm_A = warm_A ; - wet_A = mkADeg (regN "mrk") "mrempi" "mrin" ; - white_A = white_A ; - wide_A = regA "leve" ; - yellow_A = yellow_A ; - - left_A = mkA (regN "vasen") ; ---- - right_A = mkA (regN "oikea") ; - - -- Nouns - - animal_N = reg3N "elin" "elimen" "elimi" ; - ashes_N = regN "tuhka" ; - back_N = regN "selk" ; - bark_N = regN "kaarna" ; - belly_N = regN "vatsa" ; - bird_N = bird_N; - blood_N = nMeri "veri" ; - bone_N = regN "luu" ; - breast_N = regN "rinta" ; - child_N = child_N ; - cloud_N = reg2N "pilvi" "pilvi" ; - day_N = regN "piv" ; - dog_N = dog_N ; - dust_N = regN "ply" ; - ear_N = regN "korva" ; - earth_N = regN "maa" ; - egg_N = regN "muna" ; - eye_N = regN "silm" ; - fat_N = regN "rasva" ; - father_N = regN "is" ; - feather_N = reg3N "hyhen" "hyhenen" "hyheni" ; - fingernail_N = reg3N "kynsi" "kynnen" "kynsi" ; - fire_N = reg2N "tuli" "tulia" ; - fish_N = fish_N ; - flower_N = regN "kukka" ; - fog_N = regN "sumu" ; - foot_N = regN "jalka" ; - forest_N = regN "mets" ; - fruit_N = fruit_N ; - grass_N = regN "ruoho" ; - guts_N = regN "sislmys" ; --- suoli - hair_N = regN "hius" ; - hand_N = reg3N "ksi" "kden" "ksi" ; - head_N = regN "p" ; - heart_N = reg3N "sydn" "sydmen" "sydmi" ; - horn_N = reg2N "sarvi" "sarvia" ; - husband_N = man_N ; --- aviomies - ice_N = regN "j" ; - knee_N = reg2N "polvi" "polvia" ; - lake_N = lake_N ; - leaf_N = reg2N "lehti" "lehti" ; - leg_N = regN "jalka" ; --- sri - liver_N = regN "maksa" ; - louse_N = regN "lude" ; - man_N = man_N ; - meat_N = meat_N ; - moon_N = moon_N ; - mother_N = regN "iti" ; - mountain_N = mountain_N ; - mouth_N = regN "suu" ; - name_N = reg2N "nimi" "nimi" ; - neck_N = regN "niska" ; - night_N = regN "y" ; - nose_N = regN "nen" ; - person_N = regN "henkil" ; - rain_N = regN "sade" ; - river_N = river_N ; - road_N = regN "tie" ; - root_N = reg2N "juuri" "juuria" ; - rope_N = reg3N "kysi" "kyden" "kysi" ; - salt_N = regN "suola" ; - sand_N = regN "hiekka" ; - sea_N = sea_N ; - seed_N = regN "siemen" ; - skin_N = regN "nahka" ; - sky_N = reg3N "taivas" "taivaan" "taivaita" ; - smoke_N = regN "savu" ; - snake_N = snake_N ; - snow_N = sgpartN (nMeri "lumi") "lunta" ; - star_N = star_N ; - stick_N = regN "keppi" ; - stone_N = stone_N ; - sun_N = sun_N ; - tail_N = regN "hnt" ; - tongue_N = reg2N "kieli" "kieli" ; - tooth_N = regN "hammas" ; - tree_N = tree_N ; - water_N = water_N ; - wife_N = regN "vaimo" ; - wind_N = reg2N "tuuli" "tuulia" ; - wing_N = reg2N "siipi" "siipi" ; - woman_N = woman_N ; - worm_N = regN "mato" ; - year_N = reg3N "vuosi" "vuoden" "vuosia" ; - - -- Verbs - - bite_V = dirV2 (regV "purra") ; - blow_V = regV "puhaltaa" ; - breathe_V = dirV2 (regV "hengitt") ; - burn_V = regV "palaa" ; - come_V = come_V ; - count_V = dirV2 (regV "laskea") ; - cut_V = dirV2 (reg2V "leikata" "leikkasi") ; - die_V = regV "kuolla"; - dig_V = regV "kaivaa" ; - drink_V = dirV2 ( drink_V2) ; - eat_V = dirV2 ( eat_V2) ; - fall_V = reg3V "pudota" "putoan" "putosi" ; - fear_V = dirV2 (reg3V "pelt" "pelkn" "pelksi") ; - fight_V = dirV2 (regV "taistella") ; - float_V = regV "kellua" ; - flow_V = reg3V "virrata" "virtaan" "virtasi" ; - fly_V = regV "lent" ; - freeze_V = regV "jty" ; - give_V = dirdirV3 (regV "antaa") ; - hear_V = dirV2 ( hear_V2) ; - hit_V = dirV2 (regV "lyd") ; - hold_V = dirV2 (regV "pit") ; - hunt_V = dirV2 (regV "metsst") ; - kill_V = dirV2 (regV "tappaa") ; - know_V = dirV2 (reg2V "tuntea" "tunsin") ; - laugh_V = reg3V "nauraa" "nauran" "nauroi" ; - lie_V = reg3V "maata" "makaan" "makasi" ; - live_V = live_V ; - play_V = play_V2 ; - pull_V = dirV2 (regV "vet") ; - push_V = dirV2 (regV "tynt") ; - rub_V = dirV2 (regV "hieroa") ; - say_V = regV "sanoa" ; - scratch_V = dirV2 (regV "raapia") ; - see_V = ( see_V2) ; - sew_V = regV "kylv" ; - sing_V = regV "laulaa" ; - sit_V = regV "istua" ; - sleep_V = sleep_V ; - smell_V = dirV2 (reg2V "haistaa" "haistoi") ; - spit_V = regV "sylke" ; - split_V = dirV2 (reg2V "halkaista" "halkaisi") ; - squeeze_V = dirV2 (regV "puristaa") ; - stab_V = dirV2 (regV "pist") ; - stand_V = mkV "seist" "seisoo" "seison" "seisovat" "seisk" "seistn" - "seisoi" "seisoin" "seisoisi" "seissyt" "seisty" "seistyn" ; --- *seisoivt - suck_V = dirV2 (regV "ime") ; - swell_V = mkV "turvota" "turpoaa" "turpoan" "turpoavat" "turvotkaa" "turvotaan" - "turposi" "turposin" "turpoaisi" "turvonnut" "turvottu" "turvotun" ; - swim_V = reg3V "uida" "uin" "ui" ; - think_V = reg3V "ajatella" "ajattelen" "ajatteli" ; - throw_V = dirV2 (regV "heitt") ; - tie_V = dirV2 (regV "sitoa") ; - turn_V = regV "knty" ; - vomit_V = regV "oksentaa" ; - walk_V = walk_V ; - wash_V = dirV2 (regV "pest") ; - wipe_V = dirV2 (regV "pyyhki") ; - -oper - regA = regADeg ; ---- - - -} diff --git a/resource-1.0/swadesh/SwadeshFre.gf b/resource-1.0/swadesh/SwadeshFre.gf deleted file mode 100644 index 0a4ba93ca..000000000 --- a/resource-1.0/swadesh/SwadeshFre.gf +++ /dev/null @@ -1,250 +0,0 @@ ---# -path=.:../french:../common:../abstract:../../prelude:../romance - -concrete SwadeshFre of Swadesh = CatFre - ** open PhonoFre, MorphoFre, LangFre, ParadigmsFre, IrregFre, Prelude in { - - lin - - -- Pronouns - - i_NP = i_Pron ; - youSg_NP = youSg_Pron ; - he_NP = he_Pron ; - we_NP = we_Pron ; - youPl_NP = youPl_Pron ; - they_NP = they_Pron ; - whoPl_IP = whoPl_IP ; - whoSg_IP = whoSg_IP ; - whatPl_IP = whatPl_IP ; - whatSg_IP = whatSg_IP ; - - -- Determiners - - this_Det = DetSg (SgQuant this_Quant) NoOrd ; - that_Det = DetSg (SgQuant that_Quant) NoOrd ; - all_Det = { - s = \\g,c => prepCase c ++ genForms "tous" "toutes" ! g ++ "les" ; - n = Pl - } ; - many_Det = many_Det ; - some_Det = someSg_Det ; - few_Det = {s = \\g,c => prepCase c ++ "peu" ++ elisDe ; n = Pl} ; - other_Det = { - s = \\g,c => prepCase c ++ "d'autres" ; -- de d'autres - n = Pl - } ; - - -- Adverbs - - here_Adv = here_Adv; - there_Adv = there_Adv; - where_IAdv = where_IAdv; - when_IAdv = when_IAdv; - how_IAdv = how_IAdv; - far_Adv = mkAdv "loin" ; - - -- not : Adv ; -- ? - - -- Conjunctions - - and_Conj = and_Conj ; - - -- Prepositions - - at_Prep = dative ; - in_Prep = in_Prep ; - with_Prep = with_Prep ; - - -- Numerals - - one_Det = DetSg one_Quant NoOrd ; - two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ; - three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ; - four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ; - five_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))) ; - - -- Adjectives - - bad_A = bad_A ; - big_A = big_A ; - black_A = black_A ; - cold_A = cold_A ; - correct_A = regA "correct" ; - dirty_A = dirty_A ; - dry_A = (mkA "sec" "sche" "secs" "sches") ; - dull_A = regA "mouss" ; - full_A = regA "plein" ; - good_A = good_A ; - green_A = green_A ; - heavy_A = regA "lourd" ; - long_A = long_A ; - narrow_A = narrow_A ; - near_A = regA "proche" ; - new_A = new_A ; - old_A = old_A ; - red_A = red_A ; - rotten_A = regA "pourri" ; - round_A = regA "rond" ; - sharp_A = regA "tranchant" ; - short_A = short_A ; - small_A = small_A ; - smooth_A = regA "lisse" ; - straight_A = regA "droite" ; - thick_A = thick_A ; - thin_A = thin_A ; - warm_A = warm_A ; - wet_A = regA "mouill" ; - white_A = white_A ; - wide_A = regA "large" ; - yellow_A = yellow_A ; - - left_A = regA "gauche" ; - right_A = regA "droite" ; - - -- Nouns - - animal_N = regN "animal" masculine ; - ashes_N = regN "cendre" masculine ; - back_N = regN "dos" masculine ; - bark_N = regN "corce" feminine ; - belly_N = regN "ventre" masculine ; - bird_N = bird_N; - blood_N = regN "sang" masculine ; - bone_N = regN "os" masculine ; - breast_N = regN "sein" masculine ; --- poitrine - child_N = child_N ; - cloud_N = regN "nuage" masculine ; - day_N = regN "jour" masculine ; - dog_N = dog_N ; - dust_N = regN "poussire" feminine ; - ear_N = regN "oreille" feminine ; - earth_N = regN "terre" feminine ; - egg_N = regN "oeuf" masculine ; - eye_N = mkN "oeil" "yeux" masculine ; - fat_N = regN "graisse" feminine ; - father_N = UseN2 father_N2 ; - feather_N = regN "plume" feminine ; - fingernail_N = regN "ongle" masculine ; - fire_N = regN "feu" masculine ; - fish_N = fish_N ; - flower_N = regN "fleur" feminine ; - fog_N = regN "brouillard" masculine ; - foot_N = regN "pied" masculine ; - forest_N = regN "fort" feminine ; - fruit_N = fruit_N ; - grass_N = regN "herbe" feminine ; - guts_N = regN "entraille" feminine ; - hair_N = regN "cheveu" masculine ; - hand_N = regN "main" feminine ; - head_N = regN "tte" feminine ; - heart_N = regN "coeur" masculine ; - horn_N = regN "corne" masculine ; - husband_N = regN "mari" masculine ; - ice_N = regN "glace" feminine ; - knee_N = regN "genou" masculine ; - lake_N = lake_N ; - leaf_N = regN "feuille" feminine ; - leg_N = regN "jambe" feminine ; - liver_N = regN "foie" masculine ; - louse_N = regN "pou" masculine ; - man_N = man_N ; - meat_N = meat_N ; - moon_N = moon_N ; - mother_N = UseN2 mother_N2 ; - mountain_N = mountain_N ; - mouth_N = regN "bouche" feminine ; - name_N = regN "nom" masculine ; - neck_N = mkN "cou" "cous" masculine ; - night_N = regN "nuit" feminine ; - nose_N = regN "nez" masculine ; - person_N = regN "personne" feminine ; - rain_N = regN "pluie" feminine ; - river_N = river_N ; - road_N = regN "route" feminine ; - root_N = regN "racine" feminine ; - rope_N = regN "corde" feminine ; - salt_N = regN "sel" masculine ; - sand_N = regN "sable" masculine ; - sea_N = sea_N ; - seed_N = regN "graine" feminine ; - skin_N = regN "peau" masculine ; - sky_N = mkN "ciel" "cieux" masculine ; - smoke_N = regN "fume" feminine ; - snake_N = snake_N ; - snow_N = regN "neige" feminine ; - star_N = star_N ; - stick_N = regN "bton" masculine ; - stone_N = stone_N ; - sun_N = sun_N ; - tail_N = regN "queue" feminine ; - tongue_N = regN "langue" feminine ; - tooth_N = regN "dent" feminine ; - tree_N = tree_N ; - water_N = water_N ; - wife_N = regN "femme" feminine ; - wind_N = regN "vent" masculine ; - wing_N = regN "aile" feminine ; - woman_N = woman_N ; - worm_N = regN "ver" masculine ; - year_N = regN "an" masculine ; --- anne - - -- Verbs - - bite_V = ( mordre_V2) ; - blow_V = regV "souffler" ; - breathe_V = dirV2 (regV "respirer") ; - burn_V = regV "brler" ; - come_V = venir_V ; - count_V = dirV2 (regV "conter") ; - cut_V = dirV2 (regV "tailler") ; - die_V = mourir_V ; - dig_V = regV "creuser" ; - drink_V = ( boire_V2) ; - eat_V = dirV2 (regV "manger") ; - fall_V = regV "tomber" ; - fear_V = ( craindre_V2) ; - fight_V = dirV2 (regV "lutter") ; - float_V = regV "flotter" ; - flow_V = regV "couler" ; - fly_V = regV "voler" ; - freeze_V = reg3V "geler" "gle" "glera" ; - give_V = dirdirV3 (regV "donner") ; - hear_V = ( entendre_V2) ; - hit_V = dirV2 (regV "frapper") ; - hold_V = ( tenir_V2) ; - hunt_V = dirV2 (regV "chasser") ; - kill_V = dirV2 (regV "tuer") ; - know_V = ( connatre_V2) ; - laugh_V = rire_V2 ; - lie_V = reflV tendre_V2 ; - live_V = vivre_V2 ; - play_V = regV "jouer" ; - pull_V = dirV2 (regV "tirer") ; - push_V = dirV2 (regV "pousser") ; - rub_V = dirV2 (regV "frotter") ; - say_V = dire_V2 ; - scratch_V = dirV2 (regV "gratter") ; - see_V = ( voir_V2) ; - sew_V = coudre_V2 ; - sing_V = regV "chanter" ; - sit_V = reflV asseoir_V2 ; - sleep_V = dormir_V2 ; - smell_V = ( sentir_V2) ; - spit_V = regV "cracher" ; - split_V = ( fendre_V2) ; - squeeze_V = dirV2 (regV "serrer") ; - stab_V = dirV2 (regV "poignarder") ; - stand_V = reflV (reg3V "lever" "lve" "lvera") ; - suck_V = dirV2 (regV "sucer") ; - swell_V = regV "gonfler" ; - swim_V = regV "nager" ; - think_V = regV "penser" ; - throw_V = dirV2 (regV "jeter") ; - tie_V = dirV2 (regV "lier") ; - turn_V = regV "tourner" ; - vomit_V = regV "vomir" ; - walk_V = regV "marcher" ; - wash_V = dirV2 (regV "laver") ; - wipe_V = dirV2 (regV "essuyer") ; - -} diff --git a/resource-1.0/swadesh/SwadeshGer.gf b/resource-1.0/swadesh/SwadeshGer.gf deleted file mode 100644 index 242d23cca..000000000 --- a/resource-1.0/swadesh/SwadeshGer.gf +++ /dev/null @@ -1,245 +0,0 @@ ---# -path=.:../abstract:../common:../german:../../prelude - -concrete SwadeshGer of Swadesh = CatGer - ** open MorphoGer, LangGer, ParadigmsGer, Prelude in { - - lin - - -- Pronouns - - i_NP = i_Pron ; - youSg_NP = youSg_Pron ; - he_NP = he_Pron ; - we_NP = we_Pron ; - youPl_NP = youPl_Pron ; - they_NP = they_Pron ; - whoPl_IP = whoPl_IP ; - whoSg_IP = whoSg_IP ; - whatPl_IP = whatPl_IP ; - whatSg_IP = whatSg_IP ; - - -- Determiners - - this_Det = DetSg (SgQuant this_Quant) NoOrd ; - that_Det = DetSg (SgQuant that_Quant) NoOrd ; --- all_Det = mkDeterminer Pl "all" ; - many_Det = many_Det ; - some_Det = someSg_Det ; --- few_Det = mkDeterminer Pl "few" ; --- other_Det = mkDeterminer Pl "other" ; - - - -- Adverbs - - here_Adv = here_Adv; - there_Adv = there_Adv; - where_IAdv = where_IAdv; - when_IAdv = when_IAdv; - how_IAdv = how_IAdv; --- far_Adv = mkAdv "far" ; - - -- not : Adv ; -- ? - - -- Conjunctions - - and_Conj = and_Conj ; - - -- Prepositions - --- at_Prep = ss "at" ; --- in_Prep = ss "in" ; --- with_Prep = ss "with" ; - - -- Numerals - - one_Det = DetSg one_Quant NoOrd ; - two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ; - three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ; - four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ; - five_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))) ; - - -- Adjectives - - bad_A = bad_A ; - big_A = big_A ; - black_A = black_A ; - cold_A = cold_A ; --- correct_A = (regA "correct") ; - dirty_A = dirty_A ; --- dry_A = regA "dry" ; --- dull_A = regA "dull" ; --- full_A = regA "full" ; - good_A = good_A ; - green_A = green_A ; --- heavy_A = regA "heavy" ; - long_A = long_A ; - narrow_A = narrow_A ; --- near_A = regA "near" ; - new_A = new_A ; - old_A = old_A ; - red_A = red_A ; --- rotten_A = (regA "rotten") ; --- round_A = regA "round" ; --- sharp_A = regA "sharp" ; - short_A = short_A ; - small_A = small_A ; --- smooth_A = regA "smooth" ; --- straight_A = regA "straight" ; - thick_A = thick_A ; - thin_A = thin_A ; - warm_A = warm_A ; --- wet_A = regA "wet" ; ---- - white_A = white_A ; --- wide_A = regA "wide" ; - yellow_A = yellow_A ; - --- left_A = regA "left" ; --- right_A = regA "right" ; - - -- Nouns - --- animal_N = regN "animal" ; --- ashes_N = regN "ash" ; -- FIXME: plural only? --- back_N = regN "back" ; --- bark_N = regN "bark" ; --- belly_N = regN "belly" ; - bird_N = bird_N; --- blood_N = regN "blood" ; --- bone_N = regN "bone" ; --- breast_N = regN "breast" ; - child_N = child_N ; --- cloud_N = regN "cloud" ; --- day_N = regN "day" ; - dog_N = dog_N ; --- dust_N = regN "dust" ; --- ear_N = regN "ear" ; --- earth_N = regN "earth" ; --- egg_N = regN "egg" ; --- eye_N = regN "eye" ; --- fat_N = regN "fat" ; ---- father_N = UseN2 father_N2 ; --- feather_N = regN "feather" ; --- fingernail_N = regN "fingernail" ; --- fire_N = regN "fire" ; - fish_N = fish_N ; --- flower_N = regN "flower" ; --- fog_N = regN "fog" ; --- foot_N = mk2N "foot" "feet" ; --- forest_N = regN "forest" ; - fruit_N = fruit_N ; --- grass_N = regN "grass" ; --- guts_N = regN "gut" ; -- FIXME: no singular --- hair_N = regN "hair" ; --- hand_N = regN "hand" ; --- head_N = regN "head" ; --- heart_N = regN "heart" ; --- horn_N = regN "horn" ; --- husband_N = genderN masculine (regN "husband") ; --- ice_N = regN "ice" ; --- knee_N = regN "knee" ; - lake_N = lake_N ; --- leaf_N = mk2N "leaf" "leaves" ; --- leg_N = regN "leg" ; --- liver_N = regN "liver" ; --- louse_N = mk2N "louse" "lice" ; - man_N = man_N ; - meat_N = meat_N ; - moon_N = moon_N ; ---- mother_N = UseN2 mother_N2 ; - mountain_N = mountain_N ; --- mouth_N = regN "mouth" ; --- name_N = regN "name" ; --- neck_N = regN "neck" ; --- night_N = regN "night" ; --- nose_N = regN "nose" ; --- person_N = genderN human (regN "person") ; --- rain_N = regN "rain" ; - river_N = river_N ; --- road_N = regN "road" ; --- root_N = regN "root" ; --- rope_N = regN "rope" ; --- salt_N = regN "salt" ; --- sand_N = regN "sand" ; - sea_N = sea_N ; --- seed_N = regN "seed" ; --- skin_N = regN "skin" ; --- sky_N = regN "sky" ; --- smoke_N = regN "smoke" ; - snake_N = snake_N ; --- snow_N = regN "snow" ; - star_N = star_N ; --- stick_N = regN "stick" ; - stone_N = stone_N ; - sun_N = sun_N ; --- tail_N = regN "tail" ; --- tongue_N = regN "tongue" ; --- tooth_N = mk2N "tooth" "teeth" ; - tree_N = tree_N ; - water_N = water_N ; --- wife_N = genderN feminine (mk2N "wife" "wives") ; --- wind_N = regN "wind" ; --- wing_N = regN "wing" ; - woman_N = woman_N ; --- worm_N = regN "worm" ; --- year_N = regN "year" ; - - -- Verbs - --- bite_V = bite_V ; --- blow_V = blow_V ; --- breathe_V = dirV2 (regV "breathe") ; --- burn_V = burn_V ; - come_V = come_V ; --- count_V = dirV2 (regV "count") ; --- cut_V = dirV2 cut_V ; - die_V = die_V ; --- dig_V = dig_V ; - drink_V = drink_V2 ; - eat_V = eat_V2 ; --- fall_V = fall_V ; --- fear_V = dirV2 (regV "fear") ; --- fight_V = dirV2 fight_V ; --- float_V = regV "float" ; --- flow_V = regV "flow" ; --- fly_V = fly_V ; --- freeze_V = freeze_V ; --- give_V = dirdirV3 give_V ; - hear_V = hear_V2 ; --- hit_V = dirV2 hit_V ; --- hold_V = dirV2 hold_V ; --- hunt_V = dirV2 (regV "hunt") ; --- kill_V = dirV2 (regV "kill") ; --- know_V = dirV2 know_V ; --- laugh_V = regV "laugh" ; --- lie_V = lie_V ; - live_V = live_V ; --- play_V = regV "play" ; --- pull_V = dirV2 (regV "pull") ; --- push_V = dirV2 (regV "push") ; --- rub_V = dirV2 (regDuplV "rub") ; --- say_V = say_V ; --- scratch_V = dirV2 (regV "scratch") ; --- see_V = see_V2 ; --- sew_V = sew_V ; --- sing_V = sing_V ; --- sit_V = sit_V ; - sleep_V = sleep_V ; --- smell_V = dirV2 (regV "smell") ; --- spit_V = spit_V ; --- split_V = dirV2 split_V ; --- squeeze_V = dirV2 (regV "squeeze") ; --- stab_V = dirV2 (regDuplV "stab") ; --- stand_V = stand_V ; --- suck_V = dirV2 (regV "suck") ; --- swell_V = swell_V ; --- swim_V = swim_V ; --- think_V = think_V ; --- throw_V = dirV2 throw_V ; --- tie_V = dirV2 (regV "tie") ; --- turn_V = regV "turn" ; --- vomit_V = regV "vomit" ; - walk_V = walk_V ; --- wash_V = dirV2 (regV "wash") ; --- wipe_V = dirV2 (regV "wipe") ; - -} diff --git a/resource-1.0/swadesh/SwadeshIta.gf b/resource-1.0/swadesh/SwadeshIta.gf deleted file mode 100644 index 618e40589..000000000 --- a/resource-1.0/swadesh/SwadeshIta.gf +++ /dev/null @@ -1,249 +0,0 @@ ---# -path=.:../italian:../common:../abstract:../../prelude:../romance - -concrete SwadeshIta of Swadesh = CatIta - ** open PhonoIta, MorphoIta, LangIta, ParadigmsIta, BeschIta, Prelude in { - - lin - -- Pronouns - - i_NP = i_Pron ; - youSg_NP = youSg_Pron ; - he_NP = he_Pron ; - we_NP = we_Pron ; - youPl_NP = youPl_Pron ; - they_NP = they_Pron ; - whoPl_IP = whoPl_IP ; - whoSg_IP = whoSg_IP ; - whatPl_IP = whatPl_IP ; - whatSg_IP = whatSg_IP ; - - -- Determiners - - this_Det = DetSg (SgQuant this_Quant) NoOrd ; - that_Det = DetSg (SgQuant that_Quant) NoOrd ; - all_Det = { - s = \\g,c => prepCase c ++ genForms ["tutti i"] ["tutte le"] ! g ; - n = Pl - } ; - many_Det = many_Det ; - some_Det = someSg_Det ; - few_Det = {s = \\g,c => prepCase c ++ genForms "pochi" "poche" ! g ; n = Pl} ; - other_Det = { - s = \\g,c => prepCase c ++ genForms "altri" "altre" ! g ; - n = Pl - } ; - - -- Adverbs - - here_Adv = here_Adv; - there_Adv = there_Adv; - where_IAdv = where_IAdv; - when_IAdv = when_IAdv; - how_IAdv = how_IAdv; - far_Adv = mkAdv "lontano" ; - - -- not : Adv ; -- ? - - -- Conjunctions - - and_Conj = and_Conj ; - - -- Prepositions - - at_Prep = dative ; - in_Prep = in_Prep ; - with_Prep = with_Prep ; - - -- Numerals - - one_Det = DetSg one_Quant NoOrd ; - two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ; - three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ; - four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ; - five_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))) ; - - -- Adjectives - - bad_A = bad_A ; - big_A = big_A ; - black_A = black_A ; - cold_A = cold_A ; - correct_A = regA "corretto" ; - dirty_A = dirty_A ; - dry_A = regA "secco" ; - dull_A = regA "noioso" ; - full_A = regA "pieno" ; - good_A = good_A ; - green_A = green_A ; - heavy_A = regA "pesante" ; - long_A = long_A ; - narrow_A = narrow_A ; - near_A = regA "vicino" ; - new_A = new_A ; - old_A = old_A ; - red_A = red_A ; - rotten_A = regA "marcio" ; - round_A = regA "rotondo" ; - sharp_A = regA "aguzzo" ; - short_A = short_A ; - small_A = small_A ; - smooth_A = regA "liscio" ; - straight_A = regA "diretto" ; - thick_A = thick_A ; - thin_A = thin_A ; - warm_A = warm_A ; - wet_A = regA "bagnato" ; - white_A = white_A ; - wide_A = regA "largo" ; - yellow_A = yellow_A ; - - left_A = regA "sinistro" ; - right_A = regA "destro" ; - - -- Nouns - - animal_N = regN "animale" ; - ashes_N = regN "cenere" ; - back_N = regN "schiena" ; - bark_N = regN "corteccia" ; - belly_N = regN "pancia" ; - bird_N = bird_N; - blood_N = regN "sangue" ; - bone_N = regN "osso" ; - breast_N = regN "seno" ; - child_N = child_N ; - cloud_N = regN "nuvola" ; - day_N = regN "giorno" ; - dog_N = dog_N ; - dust_N = regN "polvere" ; - ear_N = regN "orecchio" ; - earth_N = regN "terra" ; - egg_N = mkN "uovo" "uova" masculine ; -- fem in Pl - eye_N = regN "occhio" ; - fat_N = regN "grasso" ; - father_N = UseN2 father_N2 ; - feather_N = regN "piuma" ; - fingernail_N = regN "unghia" ; - fire_N = regN "fuoco" ; - fish_N = fish_N ; - flower_N = regN "fiore" ; - fog_N = regN "nebbia" ; - foot_N = regN "piede" ; - forest_N = regN "bosco" ; - fruit_N = fruit_N ; - grass_N = regN "erba" ; - guts_N = regN "intestino" ; - hair_N = regN "capello" ; - hand_N = femN (regN "mano") ; - head_N = regN "testa" ; - heart_N = regN "cuore" ; - horn_N = regN "corno" ; - husband_N = regN "marito" ; - ice_N = regN "ghiaccio" ; - knee_N = regN "ginocchio" ; - lake_N = lake_N ; - leaf_N = regN "foglia" ; - leg_N = regN "gamba" ; - liver_N = regN "fegato" ; - louse_N = regN "pidocchio" ; - man_N = man_N ; - meat_N = meat_N ; - moon_N = moon_N ; - mother_N = UseN2 mother_N2 ; - mountain_N = mountain_N ; - mouth_N = regN "bocca" ; - name_N = regN "nome" ; - neck_N = regN "collo" ; - night_N = femN (regN "notte") ; - nose_N = regN "naso" ; - person_N = regN "persona" ; - rain_N = regN "pioggia" ; - river_N = river_N ; - road_N = regN "strada" ; - root_N = femN (regN "radice") ; - rope_N = regN "corda" ; - salt_N = regN "sale" ; - sand_N = regN "sabbia" ; - sea_N = sea_N ; - seed_N = regN "seme" ; - skin_N = femN (regN "pelle") ; - sky_N = regN "cielo" ; - smoke_N = regN "fumo" ; - snake_N = snake_N ; - snow_N = femN (regN "neve") ; - star_N = star_N ; - stick_N = regN "bastone" ; - stone_N = stone_N ; - sun_N = sun_N ; - tail_N = regN "coda" ; - tongue_N = regN "lingua" ; - tooth_N = regN "dente" ; - tree_N = tree_N ; - water_N = water_N ; - wife_N = regN "donna" ; - wind_N = regN "vento" ; - wing_N = regN "ala" ; - woman_N = woman_N ; - worm_N = regN "verme" ; - year_N = regN "anno" ; - - -- Verbs - - bite_V = dirV2 (verboV (esplodere_51 "mordere")) ; - blow_V = regV "soffiare" ; - breathe_V = dirV2 (regV "respirare") ; - burn_V = regV "bruciare" ; - come_V = come_V ; - count_V = dirV2 (regV "contare") ; - cut_V = dirV2 (regV "tagliare") ; - die_V = die_V ; - dig_V = regV "scavare" ; - drink_V = dirV2 (drink_V2) ; - eat_V = dirV2 (regV "mangiare") ; - fall_V = essereV (verboV (cadere_28 "cadere")) ; - fear_V = dirV2 (fear_VS) ; - fight_V = dirV2 (regV "lottare") ; - float_V = regV "galleggiare" ; - flow_V = verboV (finire_100 "fluire") ; - fly_V = regV "volare" ; - freeze_V = regV "gelare" ; - give_V = dirdirV3 (verboV (dare_15 "dare")) ; - hear_V = dirV2 (hear_V2) ; - hit_V = dirV2 (regV "colpire") ; - hold_V = dirV2 (verboV (venire_110 "tenire")) ; - hunt_V = dirV2 (regV "cacciare") ; - kill_V = dirV2 (verboV (ridere_74 "uccidere")) ; - know_V = dirV2 (know_V2) ; - laugh_V = verboV (ridere_74 "ridere") ; - lie_V = verboV (piacere_64 "giacere") ; - live_V = live_V ; - play_V = regV "giocare" ; - pull_V = dirV2 (regV "tirare") ; - push_V = dirV2 (verboV (cingere_31 "spingere")) ; - rub_V = dirV2 (regV "strofinare") ; - say_V = say_VS ; - scratch_V = dirV2 (regV "graffiare") ; - see_V = dirV2 (see_V2) ; - sew_V = verboV (cucire_103 "cucire") ; - sing_V = regV "cantare" ; - sit_V = verboV (sedere_84 "sedere") ; --- refl? - sleep_V = sleep_V ; - smell_V = dirV2 (verboV (sentire_99 "sentire")) ; - spit_V = regV "sputare" ; - split_V = dirV2 (verboV (ridere_74 "dividere")) ; - squeeze_V = dirV2 (verboV (temere_20 "spremere")) ; - stab_V = dirV2 (regV "pugnalare") ; - stand_V = verboV (stare_16 "stare") ; ---- in piedi - suck_V = dirV2 (regV "succhiare") ; - swell_V = regV "gonfiare" ; - swim_V = regV "nuotare" ; - think_V = regV "pensare" ; - throw_V = dirV2 (regV "gettare") ; - tie_V = dirV2 (regV "legare") ; - turn_V = regV "tornare" ; - vomit_V = regV "vomitare" ; - walk_V = regV "camminare" ; - wash_V = dirV2 (regV "lavare") ; - wipe_V = dirV2 (regV "asciugare") ; - -} diff --git a/resource-1.0/swadesh/SwadeshNor.gf b/resource-1.0/swadesh/SwadeshNor.gf deleted file mode 100644 index 7ad64f3bc..000000000 --- a/resource-1.0/swadesh/SwadeshNor.gf +++ /dev/null @@ -1,246 +0,0 @@ ---# -path=.:../norwegian:../common:../abstract:../scandinavian:../../prelude - -concrete SwadeshNor of Swadesh = CatNor - ** open MorphoNor, LangNor, ParadigmsNor, IrregNor, Prelude in { - - lin - - -- Pronouns - - i_NP = i_Pron ; - youSg_NP = youSg_Pron ; - he_NP = he_Pron ; - we_NP = we_Pron ; - youPl_NP = youPl_Pron ; - they_NP = they_Pron ; - whoPl_IP = whoPl_IP ; - whoSg_IP = whoSg_IP ; - whatPl_IP = whatPl_IP ; - whatSg_IP = whatSg_IP ; - - -- Determiners - - this_Det = DetSg (SgQuant this_Quant) NoOrd ; - that_Det = DetSg (SgQuant that_Quant) NoOrd ; - all_Det = {s = \\_,_ => "alle" ; n = Pl ; det = DDef Indef} ; - many_Det = many_Det ; - some_Det = someSg_Det ; - few_Det = {s = \\_,_ => "f" ; n = Pl ; det = DDef Indef} ; - other_Det = {s = \\_,_ => "andre" ; n = Pl ; det = DDef Indef} ; - - -- Adverbs - - here_Adv = here_Adv ; - there_Adv = there_Adv ; - where_IAdv = where_IAdv ; - when_IAdv = when_IAdv ; - how_IAdv = how_IAdv ; - - -- not : Adv ; -- ? - - -- Conjunctions - - and_Conj = and_Conj ; - - -- Prepositions - - at_Prep = ss "ved" ; - in_Prep = ss "i" ; - with_Prep = ss "med" ; - - -- Numerals - - one_Det = DetSg one_Quant NoOrd ; - two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ; - three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ; - four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ; - five_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))) ; - - -- Adjectives - - bad_A = bad_A ; - big_A = big_A ; - black_A = black_A ; - cold_A = cold_A ; - correct_A = regA "riktig" ; - dirty_A = dirty_A ; - dry_A = mk2A "trr" "trt" ; - dull_A = regA "slv" ; - full_A = regA "full" ; - good_A = good_A ; - green_A = green_A ; - heavy_A = irregADeg "tung" "tyngre" "tyngst" ; - left_A = mkA "venstre" "venstre" "venstre" ; - long_A = long_A ; - narrow_A = narrow_A ; - near_A = mkADeg "nre" "nre" "nre" "nrmere" "nrmest" ; - new_A = new_A ; - old_A = old_A ; - red_A = red_A ; - right_A = mkA "hyre" "hyre" "hyre" ; - rotten_A = mk3ADeg "rtten" "rttent" "rtne" ; - round_A = regA "rund" ; - sharp_A = mk2A "kvass" "kvast" ; - short_A = short_A ; - small_A = small_A ; - smooth_A = mk2A "slett" "slett" ; - straight_A = regA "rak" ; - thick_A = thick_A ; - thin_A = thin_A ; - warm_A = warm_A ; - wet_A = regA "vt" ; - white_A = white_A ; - wide_A = regA "bred" ; - yellow_A = yellow_A ; - - - -- Nouns - - animal_N = mk2N "dyr" "dyret" ; - ashes_N = mk2N "aske" "aska" ; - back_N = mk2N "rygg" "ryggen" ; - bark_N = mk2N "bark" "barken" ; - belly_N = mk2N "mage" "magen" ; - bird_N = bird_N ; - blood_N = mk2N "blod" "blodet" ; - bone_N = mk2N "bein" "beinet" ; - breast_N = mk2N "bryst" "brystet" ; - child_N = child_N ; - cloud_N = mk2N "sky" "skya" ; - day_N = mk2N "dag" "dagen" ; - dog_N = dog_N ; - dust_N = mk2N "stv" "stvet" ; - ear_N = mk2N "re" "ret" ; - earth_N = mk2N "jord" "jorda" ; - egg_N = mk2N "egg" "egget" ; - eye_N = mkN "ye" "yet" "yne" "ynene" ; - fat_N = mk2N "fett" "fettet" ; - father_N = mkN "far" "faren" "fedre" "fedrene" ; --- father_N = UseN2 father_N2 ; - feather_N = mk2N "fjr" "fjra" ; - fingernail_N = mk2N "negl" "neglen" ; - fire_N = mk2N "ild" "ilden" ; - fish_N = fish_N ; - flower_N = mk2N "blomst" "blomsten" ; - fog_N = mk2N "tke" "tka" ; - foot_N = mk2N "fot" "ftter" ; - forest_N = mk2N "skog" "skogen" ; - fruit_N = fruit_N ; - grass_N = mk2N "gras" "graset" ; - guts_N = mk2N "tarm" "tarmen" ; ---- involler - hair_N = mk2N "hr" "hret" ; - hand_N = mk2N "hnd" "hnden" ; - - head_N = mk2N "hode" "hodet" ; - heart_N = mk2N "hjerte" "hjertet" ; - horn_N = mk2N "horn" "hornet" ; - husband_N = mkN "ektemann" "ektemannen" "ektemenn" "ektemennen" ; - ice_N = mk2N "is" "isen" ; - knee_N = mkN "kne" "kneet" "knr" "knne" ; - lake_N = lake_N ; - leaf_N = mk2N "lv" "lvet" ; - leg_N = mk2N "bein" "beinet" ; - liver_N = mkN "lever" "leveren" "levrer" "levrene" ; - louse_N = mk2N "lus" "lusa" ; - man_N = man_N ; - meat_N = meat_N ; - moon_N = moon_N ; - mother_N = mkN "mor" "moren" "mdre" "mdrene" ; --- mother_N = UseN2 mother_N2 ; - mountain_N = mountain_N ; - mouth_N = mk2N "munn" "munnen" ; - name_N = mk2N "navn" "navnet" ; - neck_N = mk2N "nakke" "nakken" ; - night_N = mkN "natt" "natta" "netter" "nettene" ; - nose_N = mk2N "nese" "nesen" ; - person_N = mk2N "person" "personen" ; - rain_N = mk2N "regn" "regnet" ; - river_N = river_N ; - road_N = mk2N "vei" "veien" ; - root_N = mkN "rot" "rota" "rtter" "rttene" ; - rope_N = mk2N "tau" "tauet" ; - salt_N = mk2N "salt" "saltet" ; - sand_N = mk2N "sand" "sanden" ; - sea_N = sea_N ; - seed_N = mk2N "fr" "fret" ; - skin_N = mk2N "skinn" "skinnet" ; - sky_N = mkN "himmel" "himmelen" "himler" "himlene" ; - smoke_N = mk2N "ryk" "ryken" ; - snake_N = snake_N ; - snow_N = mk2N "sn" "snen" ; - star_N = star_N ; - stick_N = mk2N "pinne" "pinnen" ; - stone_N = stone_N ; - sun_N = sun_N ; - tail_N = mk2N "hale" "halen" ; - tongue_N = mk2N "tunge" "tunga" ; - tooth_N = mkN "tann" "tanna" "tenner" "tennene" ; - tree_N = tree_N ; - water_N = water_N ; - wife_N = mk2N "kone" "kona" ; - wind_N = mk2N "vind" "vinden" ; - wing_N = mk2N "vinge" "vingen" ; - woman_N = woman_N ; - worm_N = mk2N "mark" "marken" ; - year_N = mk2N "r" "ret" ; - - -- Verbs - - bite_V = dirV2 (IrregNor.bite_V) ; - blow_V = mk2V "blse" "blste" ; - breathe_V = dirV2 (regV "puste") ; - burn_V = brenne_V ; - come_V = komme_V ; - count_V = dirV2 (regV "regne") ; - cut_V = dirV2 (skjre_V) ; - die_V = d_V ; - dig_V = mk2V "grave" "gravde" ; - drink_V = dirV2 (drikke_V) ; - eat_V = dirV2 (mk2V "spise" "spiste") ; - fall_V = falle_V ; - fear_V = dirV2 (regV "frykte") ; - fight_V = dirV2 (slss_V) ; - float_V = flyte_V ; - flow_V = renne_V ; - fly_V = fly_V ; - freeze_V = fryse_V ; - give_V = dirdirV3 gi_V ; - hear_V = dirV2 (mk2V "hre" "hrde") ; - hit_V = dirV2 (sl_V) ; - hold_V = dirV2 (holde_V) ; - hunt_V = dirV2 (regV "jakte") ; - kill_V = dirV2 (mk2V "drepe" "drepte") ; - know_V = dirV2 (vite_V) ; - laugh_V = mkV "le" "ler" "les" "lo" "ledd" "le" ; - lie_V = ligge_V ; - live_V = mk2V "leve" "levde" ; - play_V = mk2V "leke" "lekte" ; - pull_V = dirV2 (dra_V) ; - push_V = dirV2 (irregV "skyve" "skjv" "skjvet") ; - rub_V = dirV2 (gni_V) ; - say_V = si_V ; - scratch_V = dirV2 (regV "kl") ; - see_V = dirV2 (se_V) ; - sew_V = mk2V "sy" "sydde" ; - sing_V = synge_V ; - sit_V = sitte_V ; - sleep_V = sove_V ; - smell_V = dirV2 (regV "lukte") ; - spit_V = regV "spytte" ; - split_V = dirV2 (mk2V "klyve" "klyvde") ; - squeeze_V = dirV2 (mk2V "klemme" "klemte") ; - stab_V = dirV2 (stikke_V) ; - stand_V = st_V ; - suck_V = dirV2 (suge_V) ; - swell_V = partV (regV "hovne") "opp" ; - swim_V = regV "simme" ; - think_V = mk2V "tenke" "tenkte" ; - throw_V = dirV2 (regV "kaste") ; - tie_V = dirV2 (regV "knytte") ; - turn_V = mk2V "vende" "vendte" ; - vomit_V = partV (regV "kaste") "opp" ; - walk_V = g_V ; - wash_V = dirV2 (regV "vaske") ; - wipe_V = dirV2 (regV "trke") ; - -} diff --git a/resource-1.0/swadesh/SwadeshRus.gf b/resource-1.0/swadesh/SwadeshRus.gf deleted file mode 100644 index 43be5fbfa..000000000 --- a/resource-1.0/swadesh/SwadeshRus.gf +++ /dev/null @@ -1,247 +0,0 @@ ---# -path=.:../abstract:../../prelude - -concrete SwadeshRus of Swadesh = CatRus - ** open ResourceRus, SyntaxRus, ParadigmsRus, - BasicRus, Prelude in { -flags coding=utf8 ; - lin - - -- Pronouns - - i_NP = i_Pron ; - youSg_NP = youSg_Pron ; - he_NP = he_Pron ; - we_NP = we_Pron ; - youPl_NP = youPl_Pron ; - they_NP = they_Pron ; - whoPl_IP = whoPl_IP ; - whoSg_IP = whoSg_IP ; - whatPl_IP = whatPl_IP ; - whatSg_IP = whatSg_IP ; - - -- Determiners - - this_Det = this_Det ; - that_Det = that_Det ; - all_Det = all_NDet ; - many_Det = many_Det ; - some_Det = someSg_Det ; - few_Det = adjInvar "мало" ** {n = Sg; g = PNoGen; c= Nom} ; - other_Det = drugojDet ** {n = Sg; g = PNoGen; c= Nom} ; - - - -- Adverbs - - here_Adv = here_Adv ; - there_Adv = there_Adv ; - where_IAdv = where_IAdv ; - when_IAdv = when_IAdv ; - how_IAdv = how_IAdv ; - - -- not : Adv ; -- ? - - -- Conjunctions - - and_Conj = and_Conj ; - - -- Prepositions - - at_Prep = { s2 = "у" ; c = genitive} ; - in_Prep = { s2 = "в" ; c = prepositional} ; - with_Prep = { s2 = "с" ; c = instructive} ; - - -- Numerals - - one_Det = DetSg one_Quant NoOrd ; - two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ; - three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ; - four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ; - five_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))) ; - - -- Adjectives - - bad_A = bad_A ; - big_A = big_A ; - black_A = black_A ; - cold_A = cold_A ; - correct_A = mkA (AStaruyj "правильн") "правильнее"; - dirty_A = dirty_A ; - dry_A = mkA (AMolodoj "сух") "суше"; - dull_A = mkA (AStaruyj "скучн") "скучнее"; - far_A = mkA (AKhoroshij "далекий") "дальше"; - full_A = mkA (AStaruyj "полн") "полнее"; - good_A = good_A ; - green_A = green_A ; - heavy_A = mkA (AStaruyj "тяжел") "тяжелее"; - left_A = AStaruyj "лев"; - long_A = long_A ; - narrow_A = narrow_A ; - near_A = mkA (AMalenkij "близк") "ближе"; - new_A = new_A ; - old_A = old_A ; - red_A = red_A ; - right_A = AStaruyj "прав"; - rotten_A = mkA (AMolodoj "гнил") "гнилее"; - round_A = mkA (AStaruyj "кругл") "круглее"; - sharp_A = mkA (AStaruyj "остр") "острее"; - short_A = short_A ; - small_A = small_A ; - smooth_A = mkA (AMalenkij "гладк") "глаже"; - straight_A = mkA (AMolodoj "прям") "прямее"; - thick_A = thick_A ; - thin_A = thin_A ; - warm_A = warm_A ; - wet_A = mkA (AStaruyj "мокр") "мокрее"; - white_A = white_A ; - wide_A = mkA (AMalenkij "широк") "шире"; - yellow_A = yellow_A ; - - - -- Nouns - - animal_N = nZhivotnoe "животн" ; - ashes_N = nPepel "пеп" ; - back_N = nMashina "спин" ; - bark_N = mkN "лай" "лая" "лаю" "лай" "лаем" "лае" "лаи" "лаев" "лаям" "лаи" "лаями" "лаях" masculine inanimate; - belly_N = nTelefon "живот" ; - bird_N = bird_N ; - blood_N = nBol "кров" ; - bone_N = nBol "кост" ; - breast_N = nBol "грудь" ; - child_N = child_N ; - cloud_N = nChislo "облак" ; - day_N = mkN "день" "дня" "дню" "день" "днём" "дне" "дни" "дней" "дням" "дни" "днями" "днях" masculine inanimate ; - dog_N = dog_N ; - dust_N = nBol "пыл" ; - ear_N = nChislo "ухо" ; - earth_N = nTetya "земл" ; - egg_N = nChislo "яйц" ; - eye_N = nAdres "глаз" ; - fat_N = nBank "жир" ; - father_N = mkN "отец" "отца" "отцу" "отца" "отцом" "отце" "отцы" "отцов" "отцам" "отцов" "отцами" "отцах" masculine animate ; --- father_N = UseN2 father_N2 ; - feather_N = mkN "перо" "пера" "перу" "пера" "пером" "пере" "перья" "перьев" "перьям" "перьев" "перьями" "перьях" neuter inanimate ; - fingernail_N = mkN "ноготь" "ногтя" "ногтю" "ногтя" "ногтем" "ногте" "ногти" "ногтей" "ногтям" "ногтей" "ногтями" "ногтях" masculine inanimate ; - fire_N = mkN "огонь" "огня" "огню" "огня" "огнём" "огне" "огни" "огней" "огням" "огней" "огнями" "огнях" masculine inanimate ; - fish_N = fish_N ; - flower_N = mkN "отец" "отца" "отцу" "отца" "отцом" "отце" "отцы" "отцов" "отцам" "отцов" "отцами" "отцах" masculine animate ; - fog_N = nTelefon "туман" ; - foot_N = nTetya "ступн" ; - forest_N = nAdres "лес" ; - fruit_N = fruit_N ; - grass_N = nMashina "трав" ; - guts_N = nBol "внутренност" ; - hair_N = nTelefon "волос" ; - hand_N = nNoga "рук" ; - head_N = nMashina "голов" ; - heart_N = mkN "сердце" "сердца" "сердцу" "сердца" "сердцем" "сердце" "сердца" "сердец" "сердцам" "сердец" "сердцами" "сердцах" neuter inanimate; - horn_N = nAdres "рог" ; - husband_N = mkN "муж" "мужа" "мужу" "мужа" "мужем" "муже" "мужья" "мужей" "мужьям" "мужей" "мужьями" "мужьях" masculine animate ; - ice_N = mkN "лёд" "льда" "льду" "льда" "льдом" "льде" "льды" "льдов" "льдам" "льдов" "льдами" "льдах" masculine inanimate ; - knee_N = mkN "колено" "колена" "колену" "колена" "коленом" "колене" "колени" "колен" "коленам" "колен" "коленями" "коленях" neuter inanimate ; - lake_N = lake_N ; - leaf_N = nStul "лист" ; - leg_N = nNoga "ног" ; - liver_N = nBol "печен" ; - louse_N = mkN "вошь" "вши" "вши" "вошь" "вошью" "вше" "вши" "вшей" "вшам" "вшей" "вшами" "вшах" feminine animate ; - man_N = man_N ; - meat_N = meat_N ; - moon_N = moon_N ; - mother_N = mkN "мать" "матери" "матери" "мать" "матерью" "матери" "матери" "матерей" "матерям" "матерей" "матерями" "матерях" feminine animate ; ---- mother_N = UseN2 mother_N2 ; - mountain_N = mountain_N ; - mouth_N = mkN "рот" "рта" "рту" "рот" "ртом" "рте" "рты" "ртов" "ртам" "рты" "ртами" "ртах" masculine inanimate; - name_N = mkN "имя" "имени" "имени" "имя" "именем" "имени" "имена" "имён" "именам" "имена" "именами" "именах" neuter inanimate; - neck_N = nTetya "ше" ; - night_N = nBol "ноч" ; - nose_N = nTelefon "нос" ; - person_N = nBol "личность" ; - rain_N = nNol "дожд" ; - river_N = river_N ; - road_N = nNoga "дорог" ; - root_N = nUroven "кор" ; - rope_N = nNoga "веревк" ; - salt_N = nBol "сол" ; - sand_N = mkN "песок" "песка" "песку" "песок" "песком" "песке" "пески" "песков" "пескам" "песков" "песками" "песках" masculine inanimate ; - sea_N = sea_N ; - seed_N = mkN "семя" "семени" "семении" "семя" "семенем" "семени" "семена" "семян" "семенам" "семена" "семенами" "семенах" neuter inanimate ; - skin_N = nEdinica "кож" ; - sky_N = mkN "небо" "неба" "небу" "небо" "небом" "небе" "небеса" "небес" "небесам" "небес" "небесами" "небесах" neuter inanimate ; - smoke_N = nTelefon "дым" ; - snake_N = snake_N ; - snow_N = nAdres "снег" ; - star_N = star_N ; - stick_N = nNoga "палк" ; - stone_N = stone_N ; - sun_N = sun_N ; - tail_N = nTelefon "хвост" ; - tongue_N = nBank "язык" ; - tooth_N = nTelefon "зуб" ; - tree_N = tree_N ; - water_N = water_N ; - wife_N = nMashina "жен" ; - wind_N = mkN "ветер" "ветра" "ветру" "ветер" "ветром" "ветра" "ветров" "ветра" "ветрам" "ветров" "ветрами" "ветрах" masculine inanimate ; - wing_N = mkN "крыло" "крыла" "крылу" "крыло" "крылом" "крыле" "крылья" "крыльев" "крыльям" "крылья" "крыльями" "крыльях" neuter inanimate ; - woman_N = woman_N ; - worm_N = nNol "черв" ; - year_N = nAdres "год" ; - - -- Verbs - - bite_V = mkRegVerb imperfective first "куса" "ю" "кусал" "кусай" "кусать"; - blow_V = mkRegVerb imperfective first "ду" "ю" "дул" "дуй" "дуть" ; - breathe_V = mkRegVerb imperfective second "дыш" "у" "дышал" "дыши" "дышать" ; - burn_V = mkRegVerb imperfective second "гор" "ю" "горел" "гори" "гореть" ; - come_V = come_V ; - count_V = mkRegVerb imperfective first "счита" "ю" "считал" "считай" "считать" ; - cut_V = mkRegVerb imperfective first "реж" "у" "резал" "режь" "резать" ; - die_V = die_V ; - dig_V = mkRegVerb imperfective first "копа" "ю" "копал" "копай" "копать" ; - drink_V = mkRegVerb imperfective firstE "пь" "ю" "пил" "пей" "пить" ; - eat_V = mkVerbum imperfective "ем" "ешь" "ест" "едим" "едите" "едят" "ел" "ешь" "есть" ; - fall_V = mkRegVerb imperfective first "пада" "ю" "падал" "падай" "падать" ; - fear_V = mkRegVerb imperfective second "бо" "ю" "боял" "бой" "боять" ; - fight_V = mkRegVerb imperfective firstE "дер" "у" "драл" "дери" "драть" ; - float_V = mkRegVerb imperfective firstE "плыв" "у" "плыл" "плыви" "плыть" ; - flow_V = mkRegVerb imperfective firstE "тек" "у" "тёк" "теки" "течь" ; - fly_V = mkRegVerb imperfective second "лета" "ю" "летал" "летай" "летать" ; - freeze_V = mkRegVerb imperfective first "замерза" "ю" "замерзал" "замерзай" "замерзать" ; - give_V = mkRegVerb imperfective firstE "да" "ю" "давал" "давай" "давать" ; - hear_V = mkRegVerb imperfective first "слыш" "у" "слышал" "слышь" "слышать" ; - hit_V = mkRegVerb imperfective first "ударя" "ю" "ударял" "ударяй" "ударять" ; - hold_V = mkRegVerb imperfective second "держ" "у" "держал" "держи" "держать" ; - hunt_V = mkRegVerb imperfective second "охоч" "у" "охотил" "охоть" "охотить" ; - kill_V = mkRegVerb imperfective first "убива" "ю" "убивал" "убивай" "убивать" ; - know_V = mkRegVerb imperfective first "зна" "ю" "знал" "знай" "знать" ; - laugh_V = mkRegVerb imperfective firstE "сме" "ю" "смеял" "смей" "смеять" ; - lie_V = mkRegVerb imperfective firstE "лг" "у" "лгал" "лги" "лгать" ; - live_V = live_V ; - play_V = mkRegVerb imperfective first "игра" "ю" "играл" "играй" "играть" ; - pull_V = mkRegVerb imperfective first "тян" "у" "тянул" "тяни" "тянуть" ; - push_V = mkRegVerb imperfective first "толка" "ю" "толкал" "толкай" "толкать" ; - rub_V = mkRegVerb imperfective firstE "тр" "у" "тёр" "три" "тереть" ; - say_V = mkRegVerb imperfective second "говор" "ю" "говорил" "говори" "говорить"; - scratch_V = mkRegVerb imperfective first "чеш" "у" "чесал" "чеши" "чесать" ; see_V = mkRegVerb imperfective second "смотр" "ю" "смотрел" "смотри" "смотреть" ; - sew_V = mkRegVerb imperfective firstE "шь" "ю" "шил" "шей" "шить" ; - sing_V = mkRegVerb imperfective firstE "по" "ю" "пел" "пой" "петь" ; - sit_V = mkVerbum imperfective "сижу" "сидишь" "сидит" "сидим" "сидите" "сидят" "сидел" "сиди" "сидеть" ; - sleep_V = sleep_V ; - smell_V = mkRegVerb imperfective first "пахн" "у" "пахнул" "пахни" "пахнуть" ; - spit_V = mkRegVerb imperfective firstE "плю" "ю" "плевал" "плюй" "плевать" ; - split_V = mkRegVerb imperfective first "разбива" "ю" "разбивал" "разбей" "разбивать" ; - squeeze_V = mkRegVerb imperfective first "сжима" "ю" "сжимал" "сжимай" "сжимать" ; - stab_V = mkRegVerb imperfective first "кол" "ю" "колол" "коли" "колоть" ; - stand_V = mkRegVerb imperfective second "сто" "ю" "стоял" "стой" "стоять" ; - suck_V = mkRegVerb imperfective firstE "сос" "у" "сосал" "соси" "сосать" ; - swell_V = mkRegVerb imperfective first "опуха" "ю" "опухал" "опухай" "опухать" ; - swim_V = mkRegVerb imperfective first "плава" "ю" "плавал" "плавай" "плавать" ; - think_V = mkRegVerb imperfective first "дума" "ю" "думал" "думай" "думать" ; - throw_V = mkRegVerb imperfective first "броса" "ю" "бросал" "бросай" "бросать" ; - tie_V = mkRegVerb imperfective first "вяж" "у" "вязал" "вяжи" "вязать" ; - turn_V = mkRegVerb imperfective first "поворачива" "ю" "поворачивал" "поворачивай" "поворачивать" ; - vomit_V = mkRegVerb imperfective firstE "рв" "у" "рвал" "рви" "рвать" ; - walk_V = walk_V ; - wash_V = mkRegVerb imperfective first "мо" "ю" "мыл" "мой" "мыть" ; - wipe_V = mkRegVerb imperfective first "вытира" "ю" "вытирал" "вытирай" "вытирать" ; - -}; diff --git a/resource-1.0/swadesh/SwadeshSpa.gf b/resource-1.0/swadesh/SwadeshSpa.gf deleted file mode 100644 index c7a940835..000000000 --- a/resource-1.0/swadesh/SwadeshSpa.gf +++ /dev/null @@ -1,253 +0,0 @@ ---# -path=.:../spanish:../common:../abstract:../../prelude:../romance - -concrete SwadeshSpa of Swadesh = CatSpa - ** open PhonoSpa, MorphoSpa, LangSpa, ParadigmsSpa, BeschSpa, Prelude in { - --- words contributed by Ana Bove, May 2005 - - lin - - -- Pronouns - - i_NP = i_Pron ; - youSg_NP = youSg_Pron ; - he_NP = he_Pron ; - we_NP = we_Pron ; - youPl_NP = youPl_Pron ; - they_NP = they_Pron ; - whoPl_IP = whoPl_IP ; - whoSg_IP = whoSg_IP ; - whatPl_IP = whatPl_IP ; - whatSg_IP = whatSg_IP ; - - -- Determiners - - this_Det = DetSg (SgQuant this_Quant) NoOrd ; - that_Det = DetSg (SgQuant that_Quant) NoOrd ; - all_Det = { - s = \\g,c => prepCase c ++ genForms ["todos los"] ["todas las"] ! g ; - n = Pl - } ; - many_Det = many_Det ; - some_Det = someSg_Det ; - few_Det = {s = \\g,c => prepCase c ++ genForms "pocos" "pocas" ! g ; n = Pl} ; - other_Det = { - s = \\g,c => prepCase c ++ genForms "otros" "otras" ! g ; - n = Pl - } ; - - -- Adverbs - - here_Adv = here_Adv; - there_Adv = there_Adv; - where_IAdv = where_IAdv; - when_IAdv = when_IAdv; - how_IAdv = how_IAdv; - far_Adv = mkAdv "lejos" ; ----? - - -- not : Adv ; -- ? - - -- Conjunctions - - and_Conj = and_Conj ; - - -- Prepositions - - at_Prep = dative ; - in_Prep = in_Prep ; - with_Prep = with_Prep ; - - -- Numerals - - one_Det = DetSg one_Quant NoOrd ; - two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ; - three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ; - four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ; - five_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))) ; - - - -- Adjectives - - bad_A = bad_A ; - big_A = big_A ; - black_A = black_A ; - cold_A = cold_A ; - correct_A = regA "correcto" ; - dirty_A = dirty_A ; - dry_A = regA "seco" ; - dull_A = regA "desafilado" ; - full_A = regA "lleno" ; - good_A = good_A ; - green_A = green_A ; - heavy_A = regA "pesado" ; - long_A = long_A ; - narrow_A = narrow_A ; - near_A = regA "cerca" ; - new_A = new_A ; - old_A = old_A ; - red_A = red_A ; - rotten_A = regA "podrido" ; - round_A = regA "redondo" ; - sharp_A = regA "filoso" ; -- afilado, puntiagudo - short_A = short_A ; - small_A = small_A ; - smooth_A = regA "liso" ; -- suave - straight_A = regA "directo" ; - thick_A = thick_A ; - thin_A = thin_A ; - warm_A = warm_A ; - wet_A = regA "mojado" ; - white_A = white_A ; - wide_A = regA "ancho" ; -- extenso - yellow_A = yellow_A ; - - left_A = regA "izquierda" ; - right_A = regA "derecha" ; - - -- Nouns - - animal_N = regN "animal" ; -- masc (sometimes fem when adj) - ashes_N = regN "ceniza" ; - back_N = regN "espalda" ; - bark_N = regN "corteza" ; - belly_N = regN "panza" ; -- barriga - bird_N = bird_N; - blood_N = femN (regN "sangre") ; - bone_N = regN "hueso" ; - breast_N = regN "seno" ; -- pecho - child_N = child_N ; - cloud_N = femN (regN "nube") ; - day_N = mascN (regN "da") ; - dog_N = dog_N ; - dust_N = regN "polvo" ; - ear_N = regN "oreja" ; - earth_N = regN "tierra" ; - egg_N = regN "huevo" ; - eye_N = regN "ojo" ; - fat_N = regN "grasa" ; - father_N = UseN2 father_N2 ; - feather_N = regN "pluma" ; - fingernail_N = regN "ua" ; - fire_N = regN "fuego" ; - fish_N = fish_N ; - flower_N = femN (regN "flor") ; - fog_N = regN "niebla" ; - foot_N = regN "pie" ; - forest_N = regN "bosque" ; - fruit_N = fruit_N ; - grass_N = regN "pasto" ; -- hierba, csped (masc) - guts_N = regN "tripa" ; -- gut=intestino ---- pl.t. tripas - hair_N = regN "cabello" ; -- pelo - hand_N = femN (regN "mano") ; - head_N = regN "cabeza" ; - heart_N = mkN "corazn" "corazones" masculine ; - horn_N = regN "cuerno" ; - husband_N = regN "marido" ; -- esposo - ice_N = regN "hielo" ; - knee_N = regN "rodilla" ; - lake_N = lake_N ; - leaf_N = regN "hoja" ; - leg_N = regN "pierna" ; - liver_N = regN "hgado" ; - louse_N = regN "piojo" ; - man_N = man_N ; - meat_N = meat_N ; - moon_N = moon_N ; - mother_N = UseN2 mother_N2 ; - mountain_N = mountain_N ; - mouth_N = regN "boca" ; - name_N = regN "nombre" ; - neck_N = regN "cuello" ; - night_N = femN (regN "noche") ; - nose_N = femN (regN "nariz") ; - person_N = regN "persona" ; - rain_N = regN "lluvia" ; - river_N = river_N ; - road_N = femN (regN "calle") ; -- camino - root_N = femN (regN "raz") ; - rope_N = regN "cuerda" ; - salt_N = femN (regN "sal") ; - sand_N = regN "arena" ; - sea_N = sea_N ; - seed_N = regN "semilla" ; - skin_N = femN (regN "piel") ; -- fem - sky_N = regN "cielo" ; - smoke_N = regN "humo" ; - snake_N = snake_N ; - snow_N = femN (regN "nieve") ; -- fem - star_N = star_N ; - stick_N = mkN "bastn" "bastones" masculine ; -- palo - stone_N = stone_N ; - sun_N = sun_N ; - tail_N = regN "cola" ; - tongue_N = regN "lengua" ; - tooth_N = regN "diente" ; - tree_N = tree_N ; - water_N = water_N ; - wife_N = regN "esposa" ; - wind_N = regN "viento" ; - wing_N = regN "ala" ; - woman_N = woman_N ; - worm_N = regN "gusano" ; -- lombriz (fem) - year_N = regN "ao" ; - - -- Verbs - - bite_V = dirV2 (verboV (morder_50b "morder")) ; - blow_V = regV "soplar" ; - breathe_V = dirV2 (regV "respirar") ; - burn_V = regV "quemar" ; - come_V = come_V ; - count_V = dirV2 (verboV (contar_38b "contar")) ; - cut_V = dirV2 (regV "cortar") ; - die_V = die_V ; - dig_V = regV "escarbar" ; - drink_V = dirV2 (regV "tomar") ; - eat_V = dirV2 (regV "comer") ; - fall_V = verboV (caer_20 "caer") ; - fear_V = dirV2 (fear_VS) ; - fight_V = dirV2 (regV "pelear") ; - float_V = regV "flotar" ; - flow_V = verboV (influir_45 "fluir") ; -- circular - fly_V = regV "volar" ; - freeze_V = regV "congelar" ; - give_V = dirdirV3 (verboV (dar_27 "dar")) ; - hear_V = dirV2 (hear_V2) ; - hit_V = dirV2 (regV "golpear") ; - hold_V = dirV2 (verboV (tener_4 "tener")) ; - hunt_V = dirV2 (regV "cazar") ; - kill_V = dirV2 (regV "matar") ; - know_V = dirV2 (know_V2) ; - laugh_V = regV "reir" ; ----V rer_67 - lie_V = reflV (regV "acostar") ; -- "acostarse" - live_V = live_V ; - play_V = regV "jugar" ; - pull_V = dirV2 (regV "tirar") ; - push_V = dirV2 (regV "empujar") ; - rub_V = dirV2 (regV "resfregar") ; - say_V = say_VS ; - scratch_V = dirV2 (regV "rascar") ; - see_V = dirV2 (see_V2) ; - sew_V = regV "coser" ; - sing_V = regV "cantar" ; - sit_V = reflV (regV "sentar") ; - sleep_V = sleep_V ; - smell_V = dirV2 (verboV (oler_52 "oler")) ; - spit_V = regV "escupir" ; - split_V = dirV2 (regV "separar") ; -- dividir,) ; - squeeze_V = dirV2 (regV "exprimir") ; - stab_V = dirV2 (regV "apualar") ; - stand_V = verboV (estar_2 "estar") ; ---- "estar de pie" ; - suck_V = dirV2 (regV "chupar") ; - swell_V = regV "tragar" ; - swim_V = regV "nadar" ; - think_V = regV "pensar" ; - throw_V = dirV2 (regV "tirar") ; - tie_V = dirV2 (regV "atar") ; - turn_V = regV "doblar" ; - vomit_V = regV "vomitar" ; - walk_V = regV "caminar" ; - wash_V = dirV2 (regV "lavar") ; - wipe_V = dirV2 (regV "secar") ; - -} diff --git a/resource-1.0/swadesh/SwadeshSwe.gf b/resource-1.0/swadesh/SwadeshSwe.gf deleted file mode 100644 index d9a6e9523..000000000 --- a/resource-1.0/swadesh/SwadeshSwe.gf +++ /dev/null @@ -1,249 +0,0 @@ ---# -path=.:../swedish:../common:../abstract:../scandinavian:../../prelude - -concrete SwadeshSwe of Swadesh = CatSwe - ** open MorphoSwe, LangSwe, ParadigmsSwe, IrregSwe, Prelude in { - - lin - - -- Pronouns - - i_NP = i_Pron ; - youSg_NP = youSg_Pron ; - he_NP = he_Pron ; - we_NP = we_Pron ; - youPl_NP = youPl_Pron ; - they_NP = they_Pron ; - whoPl_IP = whoPl_IP ; - whoSg_IP = whoSg_IP ; - whatPl_IP = whatPl_IP ; - whatSg_IP = whatSg_IP ; - - -- Determiners - - this_Det = DetSg (SgQuant this_Quant) NoOrd ; - that_Det = DetSg (SgQuant that_Quant) NoOrd ; - all_Det = {s = \\_,_ => "alla" ; n = Pl ; det = DDef Indef} ; - many_Det = many_Det ; - some_Det = someSg_Det ; - few_Det = {s = \\_,_ => "f" ; n = Pl ; det = DDef Indef} ; - other_Det = {s = \\_,_ => "andra" ; n = Pl ; det = DDef Indef} ; - - - -- Adverbs - - here_Adv = here_Adv ; - there_Adv = there_Adv ; - where_IAdv = where_IAdv ; - when_IAdv = when_IAdv ; - how_IAdv = how_IAdv ; - far_Adv = mkAdv ["lngt borta"] ; - - -- not : Adv ; -- ? - - -- Conjunctions - - and_Conj = and_Conj ; - - -- Prepositions - - at_Prep = ss "vid" ; - in_Prep = ss "i" ; - with_Prep = ss "med" ; - - -- Numerals - - one_Det = DetSg one_Quant NoOrd ; - two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ; - three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ; - four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ; - five_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))) ; - - -- Adjectives - - bad_A = bad_A ; - big_A = big_A ; - black_A = black_A ; - cold_A = cold_A ; - correct_A = regA "riktig" ; - dirty_A = dirty_A ; - dry_A = regA "torr" ; - dull_A = mk2A "sl" "sltt"; - full_A = regA "full" ; - good_A = good_A ; - green_A = green_A ; - heavy_A = irregA "tung" "tyngre" "tyngst" ; - left_A = regA "vnster" ; ---- - long_A = long_A ; - narrow_A = narrow_A ; - near_A = mkA "nra" "nra" "nra" "nra" - "nrmare" "nrmast" "nrmaste" ; - new_A = new_A ; - old_A = old_A ; - red_A = red_A ; - right_A = regA "hger" ; ---- - rotten_A = mk3A "rutten" "ruttet" "ruttna" ; - round_A = regA "rund" ; - sharp_A = regA "vass" ; - short_A = short_A ; - small_A = small_A ; - smooth_A = regA "slt" ; - straight_A = regA "rak" ; - thick_A = thick_A ; - thin_A = thin_A ; - warm_A = warm_A ; - wet_A = regA "vt" ; - white_A = white_A ; - wide_A = mk2A "bred" "brett" ; - yellow_A = yellow_A ; - - - -- Nouns - - animal_N = mk2N "djur" "djur" ; - ashes_N = mk2N "aska" "askor" ; - back_N = mk2N "rygg" "ryggar" ; - bark_N = mk2N "bark" "barkar" ; - belly_N = mk2N "mage" "magar" ; - bird_N = bird_N ; - blood_N = mk2N "blod" "blod" ; - bone_N = mk2N "ben" "ben" ; - breast_N = mk2N "brst" "brst" ; - child_N = child_N ; - cloud_N = mk2N "moln" "moln" ; - day_N = mk2N "dag" "dagar" ; - dog_N = dog_N ; - dust_N = mk2N "damm" "damm" ; - ear_N = mkN "ra" "rat" "ron" "ronen" ; - earth_N = mk2N "jord" "jordar" ; - egg_N = mk2N "gg" "gg" ; - eye_N = mkN "ga" "gat" "gon" "gonen" ; - fat_N = mk2N "fett" "fett" ; - father_N = (mkN "far" "fadern" "fder" "fderna") ; --- father_N = UseN2 father_N2 ; - feather_N = mk2N "fjder" "fjdrar" ; - fingernail_N = mkN "nagel" "nageln" "naglar" "naglarna"; - fire_N = mk2N "eld" "eldar" ; - fish_N = fish_N ; - flower_N = mk2N "blomma" "blommor" ; - fog_N = mk2N "dimma" "dimmor" ; - foot_N = mk2N "fot" "ftter" ; - forest_N = mk2N "skog" "skogar" ; - fruit_N = fruit_N ; - grass_N = mk2N "grs" "grs" ; - guts_N = mk2N "inlva" "inlvor" ; - hair_N = mk2N "hr" "hr" ; - hand_N = mk2N "hand" "hnder" ; - head_N = mkN "huvud" "huvudet" "huvuden" "huvudena" ; - heart_N = mkN "hjrta" "hjrtat" "hjrtan" "hjrtana" ; - horn_N = mk2N "horn" "horn" ; - husband_N = (mk2N "make" "makar") ; - ice_N = mk2N "is" "isar" ; - knee_N = mkN "kn" "knet" "knn" "knna" ; - lake_N = lake_N ; - leaf_N = mk2N "lv" "lv" ; - leg_N = mk2N "ben" "ben" ; - liver_N = mkN "lever" "levern" "levrar" "levrarna"; - louse_N = mkN "lus" "lusen" "lss" "lssen" ; - man_N = man_N ; - meat_N = meat_N ; - moon_N = moon_N ; - mother_N = mkN "mor" "modern" "mdrar" "mdrarna" ; --- mother_N = UseN2 mother_N2 ; - mountain_N = mountain_N ; - mouth_N = mk2N "mun" "munnar" ; - name_N = mk2N "namn" "namn" ; - neck_N = mk2N "nacke" "nackar" ; - night_N = mk2N "natt" "ntter" ; - nose_N = mk2N "nsa" "nsor" ; - person_N = mk2N "person" "personer" ; - rain_N = mk2N "regn" "regn" ; - river_N = river_N ; - road_N = mk2N "vg" "vgar" ; - root_N = mk2N "rot" "rtter" ; - rope_N = mk2N "rep" "rep" ; - salt_N = mk2N "salt" "salter" ; - sand_N = mk2N "sand" "sander" ; - sea_N = sea_N ; - seed_N = mkN "fr" "fret" "frn" "frna" ; - skin_N = mk2N "skinn" "skinn" ; - sky_N = mk2N "himmel" "himlar" ; - smoke_N = mk2N "rk" "rkar" ; - snake_N = snake_N ; - snow_N = mkN "sn" "snn" "sner" "snerna" ; - star_N = star_N ; - stick_N = mk2N "pinne" "pinnar" ; - stone_N = stone_N ; - sun_N = sun_N ; - tail_N = mk2N "svans" "svansar" ; - tongue_N = mk2N "tunga" "tungor" ; - tooth_N = mk2N "tand" "tnder" ; - tree_N = tree_N ; - water_N = water_N ; - wife_N = mk2N "fru" "fruar" ; - wind_N = mk2N "vind" "vindar" ; - wing_N = mk2N "vinge" "vingar" ; - woman_N = woman_N ; - worm_N = mk2N "mask" "maskar" ; - year_N = mk2N "r" "r" ; - - -- Verbs - - bite_V = dirV2 (bita_V) ; - blow_V = mk2V "blsa" "blste" ; - breathe_V = dirV2 (depV (regV "anda")) ; - burn_V = brinna_V ; -- FIXME: brnna? - come_V = komma_V ; - count_V = dirV2 (regV "rkna") ; - cut_V = dirV2 (skra_V) ; - die_V = d_V ; - dig_V = mk2V "grva" "grvde" ; - drink_V = dirV2 (dricka_V) ; - eat_V = dirV2 (ta_V) ; - fall_V = falla_V ; - fear_V = dirV2 (regV "frukta") ; - -- FIXME: passive forms are very strange - fight_V = dirV2 (mkV "slss" "slss" "slss" "slogs" "slagits" "slagen") ; - float_V = flyta_V ; - flow_V = rinna_V ; - fly_V = flyga_V ; - freeze_V = frysa_V ; - give_V = dirdirV3 giva_V ; ---- - hear_V = dirV2 (mk2V "hra" "hrde") ; - hit_V = dirV2 (sl_V) ; - hold_V = dirV2 (hlla_V) ; - hunt_V = dirV2 (regV "jaga") ; - kill_V = dirV2 (regV "dda") ; - know_V = dirV2 (veta_V) ; - laugh_V = regV "skratta" ; - lie_V = ligga_V ; - live_V = leva_V ; - play_V = mk2V "leka" "lekte" ; - pull_V = dirV2 (draga_V) ; - push_V = dirV2 (mk2V "trycka" "tryckte") ; - rub_V = dirV2 (gnida_V) ; - say_V = sga_V ; - scratch_V = dirV2 (regV "klia") ; - see_V = dirV2 (se_V) ; - sew_V = sy_V ; - sing_V = sjunga_V ; - sit_V = sitta_V ; - sleep_V = sova_V ; - smell_V = dirV2 (regV "lukta") ; - spit_V = regV "spotta" ; - split_V = dirV2 (klyva_V) ; - squeeze_V = dirV2 (klmma_V) ; - stab_V = dirV2 (sticka_V) ; - stand_V = st_V ; - suck_V = dirV2 (suga_V) ; - swell_V = svlla_V ; - swim_V = regV "simma" ; - think_V = mk2V "tnka" "tnkte" ; - throw_V = dirV2 (regV "kasta") ; - tie_V = dirV2 (knyta_V) ; - turn_V = vnda_V ; - vomit_V = mk2V "spy" "spydde" ; - walk_V = g_V ; - wash_V = dirV2 (regV "tvtta") ; - wipe_V = dirV2 (regV "torka") ; - -}