mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
Convert many RGL modules from Latin-1 to UTF-8 to speed up compilation
Also add flags coding=utf8 to silence warnings.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
--# -path=.:../romance:../abstract:../common:prelude
|
||||
--# -coding=latin1
|
||||
instance DiffCat of DiffRomance = open CommonRomance, PhonoCat, BeschCat, Prelude in {
|
||||
|
||||
flags optimize=noexpand ;
|
||||
coding=utf8 ;
|
||||
|
||||
param
|
||||
Prepos = P_de | P_a ;
|
||||
@@ -162,8 +162,8 @@ oper
|
||||
} ;
|
||||
in
|
||||
\g,n,p -> case <g,n,p> of {
|
||||
<_,Sg,P1> => cases "em" "mí" ;
|
||||
<_,Sg,P2> => cases "et" "tú" ;
|
||||
<_,Sg,P1> => cases "em" "mí" ;
|
||||
<_,Sg,P2> => cases "et" "tú" ;
|
||||
<_,Pl,P1> => cases "ens" "nosaltres" ; --- nosotros
|
||||
<_,Pl,P2> => cases "us" "vosaltres" ; --- vosotros
|
||||
<Fem,Sg,P3> => cases3 "la" "li" "ella" ;
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
--# -path=.:../romance:../abstract:../common:prelude
|
||||
--# -coding=latin1
|
||||
-- machine-generated GF file from Andersson & Söderberg's MSc work
|
||||
-- machine-generated GF file from Andersson & Söderberg's MSc work
|
||||
concrete IrregCat of IrregCatAbs = CatCat **
|
||||
open CommonRomance, ParadigmsCat, BeschCat in {
|
||||
flags optimize=values ;
|
||||
coding=utf8 ;
|
||||
|
||||
lin haver_V = verbV
|
||||
{s = table (BeschCat.VFB) [
|
||||
@@ -19,38 +19,38 @@ lin haver_V = verbV
|
||||
{-VP (Pres Subj Sg P1) =>-} "hagi" ;
|
||||
{-VP (Pres Subj Sg P2) =>-} "hagis" ;
|
||||
{-VP (Pres Subj Sg P3) =>-} "hagi" ;
|
||||
{-VP (Pres Subj Pl P1) =>-} "hàgim" ;
|
||||
{-VP (Pres Subj Pl P2) =>-} "hàgiu" ;
|
||||
{-VP (Pres Subj Pl P1) =>-} "hàgim" ;
|
||||
{-VP (Pres Subj Pl P2) =>-} "hàgiu" ;
|
||||
{-VP (Pres Subj Pl P3) =>-} "hagin" ;
|
||||
{-VP (Impf Ind Sg P1) =>-} "havia" ; --# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "havies" ; --# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "havia" ; --# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "havíem" ; --# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "havíeu" ; --# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "havíem" ; --# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "havíeu" ; --# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "havien" ; --# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "hagués" ; --# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "hagués" ; --# notpresent
|
||||
{-VP (Impf Subj Sg P2) =>-} "haguessis" ; --# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "hagués" ; --# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "haguéssim" ; --# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "haguéssiu" ; --# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "hagués" ; --# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "haguéssim" ; --# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "haguéssiu" ; --# notpresent
|
||||
{-VP (Impf Subj Pl P3) =>-} "haguessin" ; --# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "haguí" ; --# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "haguí" ; --# notpresent
|
||||
{-VP (Pret Sg P2) =>-} "hagueres" ; --# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "hagué" ; --# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "haguérem" ; --# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "haguéreu" ; --# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "hagué" ; --# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "haguérem" ; --# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "haguéreu" ; --# notpresent
|
||||
{-VP (Pret Pl P3) =>-} "hagueren" ; --# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "hauré" ; --# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "hauràs" ; --# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "haurà" ; --# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "hauré" ; --# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "hauràs" ; --# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "haurà" ; --# notpresent
|
||||
{-VP (Fut Pl P1) =>-} "haurem" ; --# notpresent
|
||||
{-VP (Fut Pl P2) =>-} "haureu" ; --# notpresent
|
||||
{-VP (Fut Pl P3) =>-} "hauran" ; --# notpresent
|
||||
{-VP (Cond Sg P1) =>-} "hauria" ; --# notpresent
|
||||
{-VP (Cond Sg P2) =>-} "hauries" ; --# notpresent
|
||||
{-VP (Cond Sg P3) =>-} "hauria" ; --# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "hauríem" ; --# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "hauríeu" ; --# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "hauríem" ; --# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "hauríeu" ; --# notpresent
|
||||
{-VP (Cond Pl P3) =>-} "haurien" ; --# notpresent
|
||||
{-VP (Imp Sg P1) =>-} variants {} ;
|
||||
{-VP (Imp Sg P2) =>-} variants {} ;
|
||||
@@ -73,42 +73,42 @@ lin estar_V = verbV
|
||||
{-VP (Pres Ind Pl P1) =>-} "estem" ;
|
||||
{-VP (Pres Ind Sg P1) =>-} "estic" ;
|
||||
{-VP (Pres Ind Pl P2) =>-} "esteu" ;
|
||||
{-VP (Pres Ind Sg P2) =>-} "estàs" ;
|
||||
{-VP (Pres Ind Sg P2) =>-} "estàs" ;
|
||||
{-VP (Pres Ind Pl P3) =>-} "estan" ;
|
||||
{-VP (Pres Ind Sg P3) =>-} "està" ;
|
||||
{-VP (Pres Ind Sg P3) =>-} "està" ;
|
||||
{-VP (Pres Subj Pl P1) =>-} "estiguem" ;
|
||||
{-VP (Pres Subj Sg P1) =>-} "estigui" ;
|
||||
{-VP (Pres Subj Pl P2) =>-} "estigueu" ;
|
||||
{-VP (Pres Subj Sg P2) =>-} "estiguis" ;
|
||||
{-VP (Pres Subj Pl P3) =>-} "estiguin" ;
|
||||
{-VP (Pres Subj Sg P3) =>-} "estigui" ;
|
||||
{-VP (Impf Ind Pl P1) =>-} "estàvem" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "estàvem" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P1) =>-} "estava" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "estàveu" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "estàveu" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "estaves" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "estaven" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "estava" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "estiguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "estigués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "estiguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "estiguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "estigués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "estiguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P2) =>-} "estiguessis" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P3) =>-} "estiguessin" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "estigués" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "estigués" ;--# notpresent
|
||||
{-VP (Fut Pl P1) =>-} "estarem" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "estaré" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "estaré" ;--# notpresent
|
||||
{-VP (Fut Pl P2) =>-} "estareu" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "estaràs" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "estaràs" ;--# notpresent
|
||||
{-VP (Fut Pl P3) =>-} "estaran" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "estarà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "estiguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "estigués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "estiguéssiu" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "estarà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "estiguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "estigués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "estiguéssiu" ;--# notpresent
|
||||
{-VP (Pret Sg P2) =>-} "estiguessis" ;--# notpresent
|
||||
{-VP (Pret Pl P3) =>-} "estiguessin" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "estigués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "estaríem" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "estigués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "estaríem" ;--# notpresent
|
||||
{-VP (Cond Sg P1) =>-} "estaria" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "estaríeu" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "estaríeu" ;--# notpresent
|
||||
{-VP (Cond Sg P2) =>-} "estaries" ;--# notpresent
|
||||
{-VP (Cond Pl P3) =>-} "estarien" ;--# notpresent
|
||||
{-VP (Cond Sg P3) =>-} "estaria" ;--# notpresent
|
||||
@@ -127,15 +127,15 @@ lin estar_V = verbV
|
||||
|
||||
lin ser_V = verbV
|
||||
{s = table (BeschCat.VFB) [
|
||||
{-VI Infn=>-} variants {"ésser" ; "ser" } ;
|
||||
{-VI Ger =>-} "éssent" ;
|
||||
{-VI Infn=>-} variants {"ésser" ; "ser" } ;
|
||||
{-VI Ger =>-} "éssent" ;
|
||||
{-VI Part =>-} "estat" ;
|
||||
{-VP (Pres Ind Sg P1) =>-} "sóc" ;
|
||||
{-VP (Pres Ind Sg P1) =>-} "sóc" ;
|
||||
{-VP (Pres Ind Sg P2) =>-} "ets" ;
|
||||
{-VP (Pres Ind Sg P3) =>-} "és" ;
|
||||
{-VP (Pres Ind Sg P3) =>-} "és" ;
|
||||
{-VP (Pres Ind Pl P1) =>-} "som" ;
|
||||
{-VP (Pres Ind Pl P2) =>-} "sou" ;
|
||||
{-VP (Pres Ind Pl P3) =>-} "són" ;
|
||||
{-VP (Pres Ind Pl P3) =>-} "són" ;
|
||||
{-VP (Pres Subj Sg P1) =>-} "sigui" ;
|
||||
{-VP (Pres Subj Sg P2) =>-} "sigui" ;
|
||||
{-VP (Pres Subj Sg P3) =>-} "sigui" ;
|
||||
@@ -145,32 +145,32 @@ lin ser_V = verbV
|
||||
{-VP (Impf Ind Sg P1) =>-} "era" ; --# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "eres" ; --# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "era" ; --# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "érem" ; --# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "éreu" ; --# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "érem" ; --# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "éreu" ; --# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "eren" ; --# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "fos" ; --# notpresent
|
||||
{-VP (Impf Subj Sg P2) =>-} "fossis" ; --# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "fos" ; --# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "fóssim" ; --# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "fóssiu" ; --# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "fóssim" ; --# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "fóssiu" ; --# notpresent
|
||||
{-VP (Impf Subj Pl P3) =>-} "fossin" ; --# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "fui" ; --# notpresent
|
||||
{-VP (Pret Sg P2) =>-} "fores" ; --# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "fou" ; --# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "fórem" ; --# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "fóreu" ; --# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "fórem" ; --# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "fóreu" ; --# notpresent
|
||||
{-VP (Pret Pl P3) =>-} "foren" ; --# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "seré" ; --# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "seràs" ; --# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "serà" ; --# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "seré" ; --# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "seràs" ; --# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "serà" ; --# notpresent
|
||||
{-VP (Fut Pl P1) =>-} "serem" ; --# notpresent
|
||||
{-VP (Fut Pl P2) =>-} "sereu" ; --# notpresent
|
||||
{-VP (Fut Pl P3) =>-} "seran" ; --# notpresent
|
||||
{-VP (Cond Sg P1) =>-} variants {"sería" ; "fóra"} ; --# notpresent
|
||||
{-VP (Cond Sg P1) =>-} variants {"sería" ; "fóra"} ; --# notpresent
|
||||
{-VP (Cond Sg P2) =>-} variants {"series" ; "fores"} ; --# notpresent
|
||||
{-VP (Cond Sg P3) =>-} variants {"seria" ; "fóra"} ; --# notpresent
|
||||
{-VP (Cond Pl P1) =>-} variants {"seríem" ; "fórem"} ; --# notpresent
|
||||
{-VP (Cond Pl P2) =>-} variants {"seríeu" ; "fóreu"} ; --# notpresent
|
||||
{-VP (Cond Sg P3) =>-} variants {"seria" ; "fóra"} ; --# notpresent
|
||||
{-VP (Cond Pl P1) =>-} variants {"seríem" ; "fórem"} ; --# notpresent
|
||||
{-VP (Cond Pl P2) =>-} variants {"seríeu" ; "fóreu"} ; --# notpresent
|
||||
{-VP (Cond Pl P3) =>-} variants {"serien" ; "foren"} ; --# notpresent
|
||||
{-VP (Imp Sg P1) =>-} variants {} ;
|
||||
{-VP (Imp Sg P2) =>-} "sigues" ;
|
||||
@@ -203,33 +203,33 @@ lin callar_V = verbV
|
||||
{-VP (Pres Subj Sg P2) =>-} "callis" ;
|
||||
{-VP (Pres Subj Pl P3) =>-} "callin" ;
|
||||
{-VP (Pres Subj Sg P3) =>-} "calli" ;
|
||||
{-VP (Impf Ind Pl P1) =>-} "callàvem" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "callàvem" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P1) =>-} "callava" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "callàveu" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "callàveu" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "callaves" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "callaven" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "callava" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "calléssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "callés" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "calléssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "calléssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "callés" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "calléssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P2) =>-} "callessis" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P3) =>-} "callessin" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "callés" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "callés" ;--# notpresent
|
||||
{-VP (Fut Pl P1) =>-} "callarem" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "callaré" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "callaré" ;--# notpresent
|
||||
{-VP (Fut Pl P2) =>-} "callareu" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "callaràs" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "callaràs" ;--# notpresent
|
||||
{-VP (Fut Pl P3) =>-} "callaran" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "callarà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "calléssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "callés" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "calléssiu" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "callarà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "calléssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "callés" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "calléssiu" ;--# notpresent
|
||||
{-VP (Pret Sg P2) =>-} "callessis" ;--# notpresent
|
||||
{-VP (Pret Pl P3) =>-} "callessin" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "callés" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "callaríem" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "callés" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "callaríem" ;--# notpresent
|
||||
{-VP (Cond Sg P1) =>-} "callaria" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "callaríeu" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "callaríeu" ;--# notpresent
|
||||
{-VP (Cond Sg P2) =>-} "callaries" ;--# notpresent
|
||||
{-VP (Cond Pl P3) =>-} "callarien" ;--# notpresent
|
||||
{-VP (Cond Sg P3) =>-} "callaria" ;--# notpresent
|
||||
@@ -263,33 +263,33 @@ lin caure_V = verbV
|
||||
{-VP (Pres Subj Sg P2) =>-} "caiguis" ;
|
||||
{-VP (Pres Subj Pl P3) =>-} "caiguin" ;
|
||||
{-VP (Pres Subj Sg P3) =>-} "caigui" ;
|
||||
{-VP (Impf Ind Pl P1) =>-} "quèiem" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "quèiem" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P1) =>-} "queia" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "quèieu" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "quèieu" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "queies" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "queien" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "queia" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "caiguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "caigués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "caiguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "caiguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "caigués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "caiguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P2) =>-} "caiguessis" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P3) =>-} "caiguessin" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "caigués" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "caigués" ;--# notpresent
|
||||
{-VP (Fut Pl P1) =>-} "caurem" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "cauré" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "cauré" ;--# notpresent
|
||||
{-VP (Fut Pl P2) =>-} "caureu" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "cauràs" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "cauràs" ;--# notpresent
|
||||
{-VP (Fut Pl P3) =>-} "cauran" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "caurà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "caiguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "caigués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "caiguéssiu" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "caurà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "caiguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "caigués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "caiguéssiu" ;--# notpresent
|
||||
{-VP (Pret Sg P2) =>-} "caiguessis" ;--# notpresent
|
||||
{-VP (Pret Pl P3) =>-} "caiguessin" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "caigués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "cauríem" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "caigués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "cauríem" ;--# notpresent
|
||||
{-VP (Cond Sg P1) =>-} "cauria" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "cauríeu" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "cauríeu" ;--# notpresent
|
||||
{-VP (Cond Sg P2) =>-} "cauries" ;--# notpresent
|
||||
{-VP (Cond Pl P3) =>-} "caurien" ;--# notpresent
|
||||
{-VP (Cond Sg P3) =>-} "cauria" ;--# notpresent
|
||||
@@ -323,33 +323,33 @@ lin cloure_V = verbV
|
||||
{-VP (Pres Subj Sg P2) =>-} "cloguis" ;
|
||||
{-VP (Pres Subj Pl P3) =>-} "cloguin" ;
|
||||
{-VP (Pres Subj Sg P3) =>-} "clogui" ;
|
||||
{-VP (Impf Ind Pl P1) =>-} "cloíem" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P1) =>-} "cloïa" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "cloíeu" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "cloïes" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "cloïen" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "cloïa" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "cloguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "clogués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "cloguéssiu" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "cloíem" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P1) =>-} "cloïa" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "cloíeu" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "cloïes" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "cloïen" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "cloïa" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "cloguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "clogués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "cloguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P2) =>-} "cloguessis" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P3) =>-} "cloguessin" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "clogués" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "clogués" ;--# notpresent
|
||||
{-VP (Fut Pl P1) =>-} "clourem" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "clouré" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "clouré" ;--# notpresent
|
||||
{-VP (Fut Pl P2) =>-} "cloureu" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "clouràs" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "clouràs" ;--# notpresent
|
||||
{-VP (Fut Pl P3) =>-} "clouran" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "clourà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "cloguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "clogués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "cloguéssiu" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "clourà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "cloguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "clogués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "cloguéssiu" ;--# notpresent
|
||||
{-VP (Pret Sg P2) =>-} "cloguessis" ;--# notpresent
|
||||
{-VP (Pret Pl P3) =>-} "cloguessin" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "clogués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "clouríem" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "clogués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "clouríem" ;--# notpresent
|
||||
{-VP (Cond Sg P1) =>-} "clouria" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "clouríeu" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "clouríeu" ;--# notpresent
|
||||
{-VP (Cond Sg P2) =>-} "clouries" ;--# notpresent
|
||||
{-VP (Cond Pl P3) =>-} "clourien" ;--# notpresent
|
||||
{-VP (Cond Sg P3) =>-} "clouria" ;--# notpresent
|
||||
@@ -383,33 +383,33 @@ lin complaure_V = verbV
|
||||
{-VP (Pres Subj Sg P2) =>-} "complaguis" ;
|
||||
{-VP (Pres Subj Pl P3) =>-} "complaguin" ;
|
||||
{-VP (Pres Subj Sg P3) =>-} "complagui" ;
|
||||
{-VP (Impf Ind Pl P1) =>-} "complaíem" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P1) =>-} "complaïa" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "complaíeu" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "complaïes" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "complaïen" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "complaïa" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "complaguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "complagués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "complaguéssiu" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "complaíem" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P1) =>-} "complaïa" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "complaíeu" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "complaïes" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "complaïen" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "complaïa" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "complaguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "complagués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "complaguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P2) =>-} "complaguessis" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P3) =>-} "complaguessin" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "complagués" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "complagués" ;--# notpresent
|
||||
{-VP (Fut Pl P1) =>-} "complaurem" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "complauré" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "complauré" ;--# notpresent
|
||||
{-VP (Fut Pl P2) =>-} "complaureu" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "complauràs" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "complauràs" ;--# notpresent
|
||||
{-VP (Fut Pl P3) =>-} "complauran" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "complaurà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "complaguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "complagués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "complaguéssiu" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "complaurà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "complaguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "complagués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "complaguéssiu" ;--# notpresent
|
||||
{-VP (Pret Sg P2) =>-} "complaguessis" ;--# notpresent
|
||||
{-VP (Pret Pl P3) =>-} "complaguessin" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "complagués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "complauríem" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "complagués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "complauríem" ;--# notpresent
|
||||
{-VP (Cond Sg P1) =>-} "complauria" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "complauríeu" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "complauríeu" ;--# notpresent
|
||||
{-VP (Cond Sg P2) =>-} "complauries" ;--# notpresent
|
||||
{-VP (Cond Pl P3) =>-} "complaurien" ;--# notpresent
|
||||
{-VP (Cond Sg P3) =>-} "complauria" ;--# notpresent
|
||||
@@ -443,33 +443,33 @@ lin contradir_V = verbV
|
||||
{-VP (Pres Subj Sg P2) =>-} "contradiguis" ;
|
||||
{-VP (Pres Subj Pl P3) =>-} "contradiguin" ;
|
||||
{-VP (Pres Subj Sg P3) =>-} "contradigui" ;
|
||||
{-VP (Impf Ind Pl P1) =>-} "contradèiem" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "contradèiem" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P1) =>-} "contradeia" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "contradèieu" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "contradèieu" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "contradeies" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "contradeien" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "contradeia" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "contradiguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "contradigués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "contradiguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "contradiguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "contradigués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "contradiguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P2) =>-} "contradiguessis" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P3) =>-} "contradiguessin" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "contradigués" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "contradigués" ;--# notpresent
|
||||
{-VP (Fut Pl P1) =>-} "contradirem" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "contradiré" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "contradiré" ;--# notpresent
|
||||
{-VP (Fut Pl P2) =>-} "contradireu" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "contradiràs" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "contradiràs" ;--# notpresent
|
||||
{-VP (Fut Pl P3) =>-} "contradiran" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "contradirà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "contradiguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "contradigués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "contradiguéssiu" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "contradirà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "contradiguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "contradigués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "contradiguéssiu" ;--# notpresent
|
||||
{-VP (Pret Sg P2) =>-} "contradiguessis" ;--# notpresent
|
||||
{-VP (Pret Pl P3) =>-} "contradiguessin" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "contradigués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "contradiríem" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "contradigués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "contradiríem" ;--# notpresent
|
||||
{-VP (Cond Sg P1) =>-} "contradiria" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "contradiríeu" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "contradiríeu" ;--# notpresent
|
||||
{-VP (Cond Sg P2) =>-} "contradiries" ;--# notpresent
|
||||
{-VP (Cond Pl P3) =>-} "contradirien" ;--# notpresent
|
||||
{-VP (Cond Sg P3) =>-} "contradiria" ;--# notpresent
|
||||
@@ -503,33 +503,33 @@ lin cosir_V = verbV
|
||||
{-VP (Pres Subj Sg P2) =>-} "cusis" ;
|
||||
{-VP (Pres Subj Pl P3) =>-} "cusin" ;
|
||||
{-VP (Pres Subj Sg P3) =>-} "cusi" ;
|
||||
{-VP (Impf Ind Pl P1) =>-} "cosíem" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "cosíem" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P1) =>-} "cosia" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "cosíeu" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "cosíeu" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "cosies" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "cosien" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "cosia" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "cosíssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "cosís" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "cosíssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "cosíssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "cosís" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "cosíssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P2) =>-} "cosissis" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P3) =>-} "cosissin" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "cosís" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "cosís" ;--# notpresent
|
||||
{-VP (Fut Pl P1) =>-} "cosirem" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "cosiré" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "cosiré" ;--# notpresent
|
||||
{-VP (Fut Pl P2) =>-} "cosireu" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "cosiràs" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "cosiràs" ;--# notpresent
|
||||
{-VP (Fut Pl P3) =>-} "cosiran" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "cosirà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "cosíssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "cosís" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "cosíssiu" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "cosirà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "cosíssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "cosís" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "cosíssiu" ;--# notpresent
|
||||
{-VP (Pret Sg P2) =>-} "cosissis" ;--# notpresent
|
||||
{-VP (Pret Pl P3) =>-} "cosissin" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "cosís" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "cosiríem" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "cosís" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "cosiríem" ;--# notpresent
|
||||
{-VP (Cond Sg P1) =>-} "cosiria" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "cosiríeu" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "cosiríeu" ;--# notpresent
|
||||
{-VP (Cond Sg P2) =>-} "cosiries" ;--# notpresent
|
||||
{-VP (Cond Pl P3) =>-} "cosirien" ;--# notpresent
|
||||
{-VP (Cond Sg P3) =>-} "cosiria" ;--# notpresent
|
||||
@@ -563,33 +563,33 @@ lin dir_V = verbV
|
||||
{-VP (Pres Subj Sg P2) =>-} "diguis" ;
|
||||
{-VP (Pres Subj Pl P3) =>-} "diguin" ;
|
||||
{-VP (Pres Subj Sg P3) =>-} "digui" ;
|
||||
{-VP (Impf Ind Pl P1) =>-} "dèiem" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "dèiem" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P1) =>-} "deia" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "dèieu" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "dèieu" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "deies" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "deien" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "deia" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "diguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "digués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "diguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "diguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "digués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "diguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P2) =>-} "diguessis" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P3) =>-} "diguessin" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "digués" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "digués" ;--# notpresent
|
||||
{-VP (Fut Pl P1) =>-} "direm" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "diré" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "diré" ;--# notpresent
|
||||
{-VP (Fut Pl P2) =>-} "direu" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "diràs" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "diràs" ;--# notpresent
|
||||
{-VP (Fut Pl P3) =>-} "diran" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "dirà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "diguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "digués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "diguéssiu" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "dirà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "diguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "digués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "diguéssiu" ;--# notpresent
|
||||
{-VP (Pret Sg P2) =>-} "diguessis" ;--# notpresent
|
||||
{-VP (Pret Pl P3) =>-} "diguessin" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "digués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "diríem" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "digués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "diríem" ;--# notpresent
|
||||
{-VP (Cond Sg P1) =>-} "diria" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "diríeu" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "diríeu" ;--# notpresent
|
||||
{-VP (Cond Sg P2) =>-} "diries" ;--# notpresent
|
||||
{-VP (Cond Pl P3) =>-} "dirien" ;--# notpresent
|
||||
{-VP (Cond Sg P3) =>-} "diria" ;--# notpresent
|
||||
@@ -623,33 +623,33 @@ lin doldre_V = verbV
|
||||
{-VP (Pres Subj Sg P2) =>-} "dolguis" ;
|
||||
{-VP (Pres Subj Pl P3) =>-} "dolguin" ;
|
||||
{-VP (Pres Subj Sg P3) =>-} "dolgui" ;
|
||||
{-VP (Impf Ind Pl P1) =>-} "dolíem" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "dolíem" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P1) =>-} "dolia" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "dolíeu" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "dolíeu" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "dolies" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "dolien" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "dolia" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "dolguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "dolgués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "dolguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "dolguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "dolgués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "dolguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P2) =>-} "dolguessis" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P3) =>-} "dolguessin" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "dolgués" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "dolgués" ;--# notpresent
|
||||
{-VP (Fut Pl P1) =>-} "doldrem" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "doldré" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "doldré" ;--# notpresent
|
||||
{-VP (Fut Pl P2) =>-} "doldreu" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "doldràs" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "doldràs" ;--# notpresent
|
||||
{-VP (Fut Pl P3) =>-} "doldran" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "doldrà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "dolguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "dolgués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "dolguéssiu" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "doldrà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "dolguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "dolgués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "dolguéssiu" ;--# notpresent
|
||||
{-VP (Pret Sg P2) =>-} "dolguessis" ;--# notpresent
|
||||
{-VP (Pret Pl P3) =>-} "dolguessin" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "dolgués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "doldríem" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "dolgués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "doldríem" ;--# notpresent
|
||||
{-VP (Cond Sg P1) =>-} "doldria" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "doldríeu" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "doldríeu" ;--# notpresent
|
||||
{-VP (Cond Sg P2) =>-} "doldries" ;--# notpresent
|
||||
{-VP (Cond Pl P3) =>-} "doldrien" ;--# notpresent
|
||||
{-VP (Cond Sg P3) =>-} "doldria" ;--# notpresent
|
||||
@@ -682,33 +682,33 @@ lin doldre_V = verbV
|
||||
--{-VP (Pres Subj Sg P2) =>-} "donis" ;
|
||||
--{-VP (Pres Subj Pl P3) =>-} "donin" ;
|
||||
--{-VP (Pres Subj Sg P3) =>-} "doni" ;
|
||||
--{-VP (Impf Ind Pl P1) =>-} "donàvem" ;--# notpresent
|
||||
--{-VP (Impf Ind Pl P1) =>-} "donàvem" ;--# notpresent
|
||||
--{-VP (Impf Ind Sg P1) =>-} "donava" ;--# notpresent
|
||||
--{-VP (Impf Ind Pl P2) =>-} "donàveu" ;--# notpresent
|
||||
--{-VP (Impf Ind Pl P2) =>-} "donàveu" ;--# notpresent
|
||||
--{-VP (Impf Ind Sg P2) =>-} "donaves" ;--# notpresent
|
||||
--{-VP (Impf Ind Pl P3) =>-} "donaven" ;--# notpresent
|
||||
--{-VP (Impf Ind Sg P3) =>-} "donava" ;--# notpresent
|
||||
--{-VP (Impf Subj Pl P1) =>-} "donéssim" ;--# notpresent
|
||||
--{-VP (Impf Subj Sg P1) =>-} "donés" ;--# notpresent
|
||||
--{-VP (Impf Subj Pl P2) =>-} "donéssiu" ;--# notpresent
|
||||
--{-VP (Impf Subj Pl P1) =>-} "donéssim" ;--# notpresent
|
||||
--{-VP (Impf Subj Sg P1) =>-} "donés" ;--# notpresent
|
||||
--{-VP (Impf Subj Pl P2) =>-} "donéssiu" ;--# notpresent
|
||||
--{-VP (Impf Subj Sg P2) =>-} "donessis" ;--# notpresent
|
||||
--{-VP (Impf Subj Pl P3) =>-} "donessin" ;--# notpresent
|
||||
--{-VP (Impf Subj Sg P3) =>-} "donés" ;--# notpresent
|
||||
--{-VP (Impf Subj Sg P3) =>-} "donés" ;--# notpresent
|
||||
--{-VP (Fut Pl P1) =>-} "donarem" ;--# notpresent
|
||||
--{-VP (Fut Sg P1) =>-} "donaré" ;--# notpresent
|
||||
--{-VP (Fut Sg P1) =>-} "donaré" ;--# notpresent
|
||||
--{-VP (Fut Pl P2) =>-} "donareu" ;--# notpresent
|
||||
--{-VP (Fut Sg P2) =>-} "donaràs" ;--# notpresent
|
||||
--{-VP (Fut Sg P2) =>-} "donaràs" ;--# notpresent
|
||||
--{-VP (Fut Pl P3) =>-} "donaran" ;--# notpresent
|
||||
--{-VP (Fut Sg P3) =>-} "donarà" ;--# notpresent
|
||||
--{-VP (Pret Pl P1) =>-} "donéssim" ;--# notpresent
|
||||
--{-VP (Pret Sg P1) =>-} "donés" ;--# notpresent
|
||||
--{-VP (Pret Pl P2) =>-} "donéssiu" ;--# notpresent
|
||||
--{-VP (Fut Sg P3) =>-} "donarà" ;--# notpresent
|
||||
--{-VP (Pret Pl P1) =>-} "donéssim" ;--# notpresent
|
||||
--{-VP (Pret Sg P1) =>-} "donés" ;--# notpresent
|
||||
--{-VP (Pret Pl P2) =>-} "donéssiu" ;--# notpresent
|
||||
--{-VP (Pret Sg P2) =>-} "donessis" ;--# notpresent
|
||||
--{-VP (Pret Pl P3) =>-} "donessin" ;--# notpresent
|
||||
--{-VP (Pret Sg P3) =>-} "donés" ;--# notpresent
|
||||
--{-VP (Cond Pl P1) =>-} "donaríem" ;--# notpresent
|
||||
--{-VP (Pret Sg P3) =>-} "donés" ;--# notpresent
|
||||
--{-VP (Cond Pl P1) =>-} "donaríem" ;--# notpresent
|
||||
--{-VP (Cond Sg P1) =>-} "donaria" ;--# notpresent
|
||||
--{-VP (Cond Pl P2) =>-} "donaríeu" ;--# notpresent
|
||||
--{-VP (Cond Pl P2) =>-} "donaríeu" ;--# notpresent
|
||||
--{-VP (Cond Sg P2) =>-} "donaries" ;--# notpresent
|
||||
--{-VP (Cond Pl P3) =>-} "donarien" ;--# notpresent
|
||||
--{-VP (Cond Sg P3) =>-} "donaria" ;--# notpresent
|
||||
@@ -756,35 +756,35 @@ lin doldre_V = verbV
|
||||
--{-VP (Impf Ind Sg P2) =>-} "enduies" ;--# notpresent
|
||||
--{-VP (Impf Ind Pl P3) =>-} "enduien" ;--# notpresent
|
||||
--{-VP (Impf Ind Sg P3) =>-} "enduia" ;--# notpresent
|
||||
--{-VP (Impf Ind Pl P1) =>-} "endúiem" ;--# notpresent
|
||||
--{-VP (Impf Ind Pl P2) =>-} "endúieu" ;--# notpresent
|
||||
--{-VP (Impf Subj Pl P1) =>-} "enduguérem" ;--# notpresent
|
||||
--{-VP (Impf Subj Pl P1) =>-} "enduguéssim" ;--# notpresent
|
||||
--{-VP (Impf Ind Pl P1) =>-} "endúiem" ;--# notpresent
|
||||
--{-VP (Impf Ind Pl P2) =>-} "endúieu" ;--# notpresent
|
||||
--{-VP (Impf Subj Pl P1) =>-} "enduguérem" ;--# notpresent
|
||||
--{-VP (Impf Subj Pl P1) =>-} "enduguéssim" ;--# notpresent
|
||||
--{-VP (Impf Subj Sg P1) =>-} "enduguera" ;--# notpresent
|
||||
--{-VP (Impf Subj Sg P1) =>-} "endugués" ;--# notpresent
|
||||
--{-VP (Impf Subj Pl P2) =>-} "enduguéreu" ;--# notpresent
|
||||
--{-VP (Impf Subj Pl P2) =>-} "enduguéssiu" ;--# notpresent
|
||||
--{-VP (Impf Subj Sg P1) =>-} "endugués" ;--# notpresent
|
||||
--{-VP (Impf Subj Pl P2) =>-} "enduguéreu" ;--# notpresent
|
||||
--{-VP (Impf Subj Pl P2) =>-} "enduguéssiu" ;--# notpresent
|
||||
--{-VP (Impf Subj Sg P2) =>-} "endugueres" ;--# notpresent
|
||||
--{-VP (Impf Subj Sg P2) =>-} "enduguessis" ;--# notpresent
|
||||
--{-VP (Impf Subj Pl P3) =>-} "endugueren" ;--# notpresent
|
||||
--{-VP (Impf Subj Pl P3) =>-} "enduguessin" ;--# notpresent
|
||||
--{-VP (Impf Subj Sg P3) =>-} "enduguera" ;--# notpresent
|
||||
--{-VP (Impf Subj Sg P3) =>-} "endugués" ;--# notpresent
|
||||
--{-VP (Pret Pl P1) =>-} "enduguérem" ;--# notpresent
|
||||
--{-VP (Pret Sg P1) =>-} "enduguí" ;--# notpresent
|
||||
--{-VP (Pret Pl P2) =>-} "enduguéreu" ;--# notpresent
|
||||
--{-VP (Impf Subj Sg P3) =>-} "endugués" ;--# notpresent
|
||||
--{-VP (Pret Pl P1) =>-} "enduguérem" ;--# notpresent
|
||||
--{-VP (Pret Sg P1) =>-} "enduguí" ;--# notpresent
|
||||
--{-VP (Pret Pl P2) =>-} "enduguéreu" ;--# notpresent
|
||||
--{-VP (Pret Sg P2) =>-} "endugueres" ;--# notpresent
|
||||
--{-VP (Pret Pl P3) =>-} "endugueren" ;--# notpresent
|
||||
--{-VP (Pret Sg P3) =>-} "endugué" ;--# notpresent
|
||||
--{-VP (Pret Sg P3) =>-} "endugué" ;--# notpresent
|
||||
--{-VP (Fut Pl P1) =>-} "endurem" ;--# notpresent
|
||||
--{-VP (Fut Sg P1) =>-} "enduré" ;--# notpresent
|
||||
--{-VP (Fut Sg P1) =>-} "enduré" ;--# notpresent
|
||||
--{-VP (Fut Pl P2) =>-} "endureu" ;--# notpresent
|
||||
--{-VP (Fut Sg P2) =>-} "enduràs" ;--# notpresent
|
||||
--{-VP (Fut Sg P2) =>-} "enduràs" ;--# notpresent
|
||||
--{-VP (Fut Pl P3) =>-} "enduran" ;--# notpresent
|
||||
--{-VP (Fut Sg P3) =>-} "endurà" ;--# notpresent
|
||||
--{-VP (Cond Pl P1) =>-} "enduríem" ;--# notpresent
|
||||
--{-VP (Fut Sg P3) =>-} "endurà" ;--# notpresent
|
||||
--{-VP (Cond Pl P1) =>-} "enduríem" ;--# notpresent
|
||||
--{-VP (Cond Sg P1) =>-} "enduria" ;--# notpresent
|
||||
--{-VP (Cond Pl P2) =>-} "enduríeu" ;--# notpresent
|
||||
--{-VP (Cond Pl P2) =>-} "enduríeu" ;--# notpresent
|
||||
--{-VP (Cond Sg P2) =>-} "enduries" ;--# notpresent
|
||||
--{-VP (Cond Pl P3) =>-} "endurien" ;--# notpresent
|
||||
--{-VP (Cond Sg P3) =>-} "enduria" ;--# notpresent
|
||||
@@ -823,33 +823,33 @@ lin escopir_V = verbV
|
||||
{-VP (Pres Subj Sg P2) =>-} "escupis" ;
|
||||
{-VP (Pres Subj Pl P3) =>-} "escupin" ;
|
||||
{-VP (Pres Subj Sg P3) =>-} "escupi" ;
|
||||
{-VP (Impf Ind Pl P1) =>-} "escopíem" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "escopíem" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P1) =>-} "escopia" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "escopíeu" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "escopíeu" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "escopies" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "escopien" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "escopia" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "escopíssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "escopís" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "escopíssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "escopíssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "escopís" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "escopíssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P2) =>-} "escopissis" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P3) =>-} "escopissin" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "escopís" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "escopís" ;--# notpresent
|
||||
{-VP (Fut Pl P1) =>-} "escopirem" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "escopiré" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "escopiré" ;--# notpresent
|
||||
{-VP (Fut Pl P2) =>-} "escopireu" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "escopiràs" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "escopiràs" ;--# notpresent
|
||||
{-VP (Fut Pl P3) =>-} "escopiran" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "escopirà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "escopíssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "escopís" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "escopíssiu" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "escopirà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "escopíssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "escopís" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "escopíssiu" ;--# notpresent
|
||||
{-VP (Pret Sg P2) =>-} "escopissis" ;--# notpresent
|
||||
{-VP (Pret Pl P3) =>-} "escopissin" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "escopís" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "escopiríem" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "escopís" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "escopiríem" ;--# notpresent
|
||||
{-VP (Cond Sg P1) =>-} "escopiria" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "escopiríeu" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "escopiríeu" ;--# notpresent
|
||||
{-VP (Cond Sg P2) =>-} "escopiries" ;--# notpresent
|
||||
{-VP (Cond Pl P3) =>-} "escopirien" ;--# notpresent
|
||||
{-VP (Cond Sg P3) =>-} "escopiria" ;--# notpresent
|
||||
@@ -883,33 +883,33 @@ lin fondre_V = verbV
|
||||
{-VP (Pres Subj Sg P2) =>-} "fonguis" ;
|
||||
{-VP (Pres Subj Pl P3) =>-} "fonguin" ;
|
||||
{-VP (Pres Subj Sg P3) =>-} "fongui" ;
|
||||
{-VP (Impf Ind Pl P1) =>-} "foníem" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "foníem" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P1) =>-} "fonia" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "foníeu" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "foníeu" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "fonies" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "fonien" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "fonia" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "fonguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "fongués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "fonguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "fonguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "fongués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "fonguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P2) =>-} "fonguessis" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P3) =>-} "fonguessin" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "fongués" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "fongués" ;--# notpresent
|
||||
{-VP (Fut Pl P1) =>-} "fondrem" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "fondré" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "fondré" ;--# notpresent
|
||||
{-VP (Fut Pl P2) =>-} "fondreu" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "fondràs" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "fondràs" ;--# notpresent
|
||||
{-VP (Fut Pl P3) =>-} "fondran" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "fondrà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "fonguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "fongués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "fonguéssiu" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "fondrà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "fonguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "fongués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "fonguéssiu" ;--# notpresent
|
||||
{-VP (Pret Sg P2) =>-} "fonguessis" ;--# notpresent
|
||||
{-VP (Pret Pl P3) =>-} "fonguessin" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "fongués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "fondríem" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "fongués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "fondríem" ;--# notpresent
|
||||
{-VP (Cond Sg P1) =>-} "fondria" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "fondríeu" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "fondríeu" ;--# notpresent
|
||||
{-VP (Cond Sg P2) =>-} "fondries" ;--# notpresent
|
||||
{-VP (Cond Pl P3) =>-} "fondrien" ;--# notpresent
|
||||
{-VP (Cond Sg P3) =>-} "fondria" ;--# notpresent
|
||||
@@ -946,33 +946,33 @@ lin jeure_V = verbV
|
||||
{-VP (Pres Subj Sg P2) =>-} "jeguis" ;
|
||||
{-VP (Pres Subj Pl P3) =>-} "jeguin" ;
|
||||
{-VP (Pres Subj Sg P3) =>-} "jegui" ;
|
||||
{-VP (Impf Ind Pl P1) =>-} "jèiem" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "jèiem" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P1) =>-} "jeia" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "jèieu" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "jèieu" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "jeies" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "jeien" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "jeia" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "jaguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "jagués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "jaguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "jaguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "jagués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "jaguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P2) =>-} "jaguessis" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P3) =>-} "jaguessin" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "jagués" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "jagués" ;--# notpresent
|
||||
{-VP (Fut Pl P1) =>-} "jaurem" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "jauré" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "jauré" ;--# notpresent
|
||||
{-VP (Fut Pl P2) =>-} "jaureu" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "jauràs" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "jauràs" ;--# notpresent
|
||||
{-VP (Fut Pl P3) =>-} "jauran" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "jaurà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "jaguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "jagués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "jaguéssiu" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "jaurà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "jaguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "jagués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "jaguéssiu" ;--# notpresent
|
||||
{-VP (Pret Sg P2) =>-} "jaguessis" ;--# notpresent
|
||||
{-VP (Pret Pl P3) =>-} "jaguessin" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "jagués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "jauríem" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "jagués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "jauríem" ;--# notpresent
|
||||
{-VP (Cond Sg P1) =>-} "jauria" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "jauríeu" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "jauríeu" ;--# notpresent
|
||||
{-VP (Cond Sg P2) =>-} "jauries" ;--# notpresent
|
||||
{-VP (Cond Pl P3) =>-} "jaurien" ;--# notpresent
|
||||
{-VP (Cond Sg P3) =>-} "jauria" ;--# notpresent
|
||||
@@ -1011,33 +1011,33 @@ lin omplir_V = verbV
|
||||
{-VP (Pres Subj Sg P2) =>-} "omplis" ;
|
||||
{-VP (Pres Subj Pl P3) =>-} "omplin" ;
|
||||
{-VP (Pres Subj Sg P3) =>-} "ompli" ;
|
||||
{-VP (Impf Ind Pl P1) =>-} "omplíem" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "omplíem" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P1) =>-} "omplia" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "omplíeu" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "omplíeu" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "omplies" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "omplien" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "omplia" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "omplíssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "omplís" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "omplíssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "omplíssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "omplís" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "omplíssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P2) =>-} "omplissis" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P3) =>-} "omplissin" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "omplís" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "omplís" ;--# notpresent
|
||||
{-VP (Fut Pl P1) =>-} "omplirem" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "ompliré" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "ompliré" ;--# notpresent
|
||||
{-VP (Fut Pl P2) =>-} "omplireu" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "ompliràs" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "ompliràs" ;--# notpresent
|
||||
{-VP (Fut Pl P3) =>-} "ompliran" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "omplirà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "omplíssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "omplís" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "omplíssiu" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "omplirà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "omplíssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "omplís" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "omplíssiu" ;--# notpresent
|
||||
{-VP (Pret Sg P2) =>-} "omplissis" ;--# notpresent
|
||||
{-VP (Pret Pl P3) =>-} "omplissin" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "omplís" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "ompliríem" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "omplís" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "ompliríem" ;--# notpresent
|
||||
{-VP (Cond Sg P1) =>-} "ompliria" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "ompliríeu" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "ompliríeu" ;--# notpresent
|
||||
{-VP (Cond Sg P2) =>-} "ompliries" ;--# notpresent
|
||||
{-VP (Cond Pl P3) =>-} "omplirien" ;--# notpresent
|
||||
{-VP (Cond Sg P3) =>-} "ompliria" ;--# notpresent
|
||||
@@ -1068,8 +1068,8 @@ lin venir_V = verbV
|
||||
{-VP (Pres Ind Pl P1) =>-} "venim" ;
|
||||
{-VP (Pres Ind Sg P1) =>-} "vinc" ;
|
||||
{-VP (Pres Ind Pl P2) =>-} "veniu" ;
|
||||
{-VP (Pres Ind Sg P2) =>-} "véns" ;
|
||||
{-VP (Pres Ind Pl P3) =>-} "vénen" ;
|
||||
{-VP (Pres Ind Sg P2) =>-} "véns" ;
|
||||
{-VP (Pres Ind Pl P3) =>-} "vénen" ;
|
||||
{-VP (Pres Ind Sg P3) =>-} "ve" ;
|
||||
{-VP (Pres Subj Pl P1) =>-} "vinguem" ;
|
||||
{-VP (Pres Subj Sg P1) =>-} "vingui" ;
|
||||
@@ -1077,33 +1077,33 @@ lin venir_V = verbV
|
||||
{-VP (Pres Subj Sg P2) =>-} "vinguis" ;
|
||||
{-VP (Pres Subj Pl P3) =>-} "vinguin" ;
|
||||
{-VP (Pres Subj Sg P3) =>-} "vingui" ;
|
||||
{-VP (Impf Ind Pl P1) =>-} "veníem" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P1) =>-} "veníem" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P1) =>-} "venia" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "veníeu" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P2) =>-} "veníeu" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P2) =>-} "venies" ;--# notpresent
|
||||
{-VP (Impf Ind Pl P3) =>-} "venien" ;--# notpresent
|
||||
{-VP (Impf Ind Sg P3) =>-} "venia" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "vinguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "vingués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "vinguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P1) =>-} "vinguéssim" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P1) =>-} "vingués" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P2) =>-} "vinguéssiu" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P2) =>-} "vinguessis" ;--# notpresent
|
||||
{-VP (Impf Subj Pl P3) =>-} "vinguessin" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "vingués" ;--# notpresent
|
||||
{-VP (Impf Subj Sg P3) =>-} "vingués" ;--# notpresent
|
||||
{-VP (Fut Pl P1) =>-} "vindrem" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "vindré" ;--# notpresent
|
||||
{-VP (Fut Sg P1) =>-} "vindré" ;--# notpresent
|
||||
{-VP (Fut Pl P2) =>-} "vindreu" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "vindràs" ;--# notpresent
|
||||
{-VP (Fut Sg P2) =>-} "vindràs" ;--# notpresent
|
||||
{-VP (Fut Pl P3) =>-} "vindran" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "vindrà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "vinguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "vingués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "vinguéssiu" ;--# notpresent
|
||||
{-VP (Fut Sg P3) =>-} "vindrà" ;--# notpresent
|
||||
{-VP (Pret Pl P1) =>-} "vinguéssim" ;--# notpresent
|
||||
{-VP (Pret Sg P1) =>-} "vingués" ;--# notpresent
|
||||
{-VP (Pret Pl P2) =>-} "vinguéssiu" ;--# notpresent
|
||||
{-VP (Pret Sg P2) =>-} "vinguessis" ;--# notpresent
|
||||
{-VP (Pret Pl P3) =>-} "vinguessin" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "vingués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "vindríem" ;--# notpresent
|
||||
{-VP (Pret Sg P3) =>-} "vingués" ;--# notpresent
|
||||
{-VP (Cond Pl P1) =>-} "vindríem" ;--# notpresent
|
||||
{-VP (Cond Sg P1) =>-} "vindria" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "vindríeu" ;--# notpresent
|
||||
{-VP (Cond Pl P2) =>-} "vindríeu" ;--# notpresent
|
||||
{-VP (Cond Sg P2) =>-} "vindries" ;--# notpresent
|
||||
{-VP (Cond Pl P3) =>-} "vindrien" ;--# notpresent
|
||||
{-VP (Cond Sg P3) =>-} "vindria" ;--# notpresent
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--# -coding=latin1
|
||||
abstract IrregCatAbs = Cat ** {
|
||||
|
||||
flags coding=utf8 ;
|
||||
-- fun abarse_V : V ;
|
||||
-- fun abastecer_V : V ;
|
||||
-- fun abeldar_V : V ;
|
||||
@@ -16,7 +16,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun absterger_V : V ;
|
||||
-- fun absterger2_V : V ;
|
||||
-- fun abstraer_V : V ;
|
||||
-- fun abuńolar_V : V ;
|
||||
-- fun abuñolar_V : V ;
|
||||
-- fun acaecer2_V : V ;
|
||||
-- fun acaecer_V : V ;
|
||||
-- fun acertar_V : V ;
|
||||
@@ -95,7 +95,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun arbolecer_V : V ;
|
||||
-- fun arborecer_V : V ;
|
||||
-- fun arcaizar_V : V ;
|
||||
-- fun argüir_V : V ;
|
||||
-- fun argüir_V : V ;
|
||||
-- fun aridecer_V : V ;
|
||||
-- fun arrecir_V : V ;
|
||||
-- fun arrendar_V : V ;
|
||||
@@ -113,8 +113,8 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun aspaventar_V : V ;
|
||||
-- fun asperger_V : V ;
|
||||
-- fun asperger2_V : V ;
|
||||
-- fun astreńir_V : V ;
|
||||
-- fun astrińir_V : V ;
|
||||
-- fun astreñir_V : V ;
|
||||
-- fun astriñir_V : V ;
|
||||
-- fun astringir_V : V ;
|
||||
-- fun atardecer_V : V ;
|
||||
-- fun atender_V : V ;
|
||||
@@ -136,7 +136,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun bienquerer_V : V ;
|
||||
-- fun blandir_V : V ;
|
||||
-- fun blanquecer_V : V ;
|
||||
-- fun bruńir_V : V ;
|
||||
-- fun bruñir_V : V ;
|
||||
-- fun bullir_V : V ;
|
||||
-- fun caber_V : V ;
|
||||
-- fun caer_V : V ;
|
||||
@@ -145,7 +145,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun canecerse_V : V ;
|
||||
-- fun carecer_V : V ;
|
||||
-- fun cegar_V : V ;
|
||||
-- fun ceńir_V : V ;
|
||||
-- fun ceñir_V : V ;
|
||||
-- fun cerner_V : V ;
|
||||
-- fun cernir_V : V ;
|
||||
-- fun cerrar_V : V ;
|
||||
@@ -199,7 +199,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun consolar_V : V ;
|
||||
-- fun consonar_V : V ;
|
||||
-- fun constituir_V : V ;
|
||||
-- fun constreńir_V : V ;
|
||||
-- fun constreñir_V : V ;
|
||||
-- fun construir_V : V ;
|
||||
-- fun contar_V : V ;
|
||||
-- fun contender_V : V ;
|
||||
@@ -275,7 +275,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun descabullirse_V : V ;
|
||||
-- fun descaecer_V : V ;
|
||||
-- fun descaer_V : V ;
|
||||
-- fun desceńir_V : V ;
|
||||
-- fun desceñir_V : V ;
|
||||
-- fun descender_V : V ;
|
||||
-- fun descerrar_V : V ;
|
||||
-- fun descimentar_V : V ;
|
||||
@@ -335,7 +335,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun desimponer_V : V ;
|
||||
-- fun desinvernar_V : V ;
|
||||
-- fun deslendrar_V : V ;
|
||||
-- fun desleír_V : V ;
|
||||
-- fun desleír_V : V ;
|
||||
-- fun deslucir_V : V ;
|
||||
-- fun desmajolar_V : V ;
|
||||
-- fun desmedirse_V : V ;
|
||||
@@ -349,7 +349,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun desolar_V : V ;
|
||||
-- fun desoldar_V : V ;
|
||||
-- fun desollar_V : V ;
|
||||
-- fun desoír_V : V ;
|
||||
-- fun desoír_V : V ;
|
||||
-- fun desosar_V : V ;
|
||||
-- fun desosegar_V : V ;
|
||||
-- fun desparecer_V : V ;
|
||||
@@ -366,7 +366,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun desproveer_V : V ;
|
||||
-- fun desquerer_V : V ;
|
||||
-- fun desraizar_V : V ;
|
||||
-- fun desteńir_V : V ;
|
||||
-- fun desteñir_V : V ;
|
||||
-- fun destentar_V : V ;
|
||||
-- fun desterrar_V : V ;
|
||||
-- fun destituir_V : V ;
|
||||
@@ -485,7 +485,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun engorar_V : V ;
|
||||
-- fun engrandecer_V : V ;
|
||||
-- fun engravecer_V : V ;
|
||||
-- fun engreír_V : V ;
|
||||
-- fun engreír_V : V ;
|
||||
-- fun engrosar_V : V ;
|
||||
-- fun engrumecerse_V : V ;
|
||||
-- fun engullir_V : V ;
|
||||
@@ -524,7 +524,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun ensarmentar_V : V ;
|
||||
-- fun ensarnecer_V : V ;
|
||||
-- fun ensilvecerse_V : V ;
|
||||
-- fun ensońar_V : V ;
|
||||
-- fun ensoñar_V : V ;
|
||||
-- fun ensoberbecer_V : V ;
|
||||
-- fun ensolver_V : V ;
|
||||
-- fun ensombrecer_V : V ;
|
||||
@@ -546,7 +546,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun entrecoger2_V : V ;
|
||||
-- fun entredecir_V : V ;
|
||||
-- fun entrelucir_V : V ;
|
||||
-- fun entreoír_V : V ;
|
||||
-- fun entreoír_V : V ;
|
||||
-- fun entreparecerse_V : V ;
|
||||
-- fun entrepernar_V : V ;
|
||||
-- fun entretener_V : V ;
|
||||
@@ -584,7 +584,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
fun estar_V : V ;
|
||||
-- fun estatuir_V : V ;
|
||||
-- fun estregar_V : V ;
|
||||
-- fun estreńir_V : V ;
|
||||
-- fun estreñir_V : V ;
|
||||
-- fun estremecer_V : V ;
|
||||
-- fun europeizar_V : V ;
|
||||
-- fun evanecer_V : V ;
|
||||
@@ -613,21 +613,21 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun fotocomponer_V : V ;
|
||||
-- fun frangir_V : V ;
|
||||
-- fun fregar_V : V ;
|
||||
-- fun freír_V : V ;
|
||||
-- fun freír_V : V ;
|
||||
-- fun fruir_V : V ;
|
||||
-- fun fruncir_V : V ;
|
||||
-- fun frutecer_V : V ;
|
||||
-- fun fulgir_V : V ;
|
||||
-- fun fungir_V : V ;
|
||||
-- fun gańir_V : V ;
|
||||
-- fun gañir_V : V ;
|
||||
-- fun garantir_V : V ;
|
||||
-- fun gemir_V : V ;
|
||||
-- fun gernir_V : V ;
|
||||
-- fun gobernar_V : V ;
|
||||
-- fun grandisonar_V : V ;
|
||||
-- fun gruńir_V : V ;
|
||||
-- fun gruñir_V : V ;
|
||||
-- fun gruir_V : V ;
|
||||
-- fun guańir_V : V ;
|
||||
-- fun guañir_V : V ;
|
||||
-- fun guarecer_V : V ;
|
||||
-- fun guarnecer_V : V ;
|
||||
fun haver_V : V ;
|
||||
@@ -635,7 +635,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun hacer_V : V ;
|
||||
-- fun hebraizar_V : V ;
|
||||
-- fun heder_V : V ;
|
||||
-- fun heńir_V : V ;
|
||||
-- fun heñir_V : V ;
|
||||
-- fun helar_V : V ;
|
||||
-- fun henchir_V : V ;
|
||||
-- fun hender_V : V ;
|
||||
@@ -688,7 +688,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun jimenzar_V : V ;
|
||||
-- fun judaizar_V : V ;
|
||||
-- fun jugar_V : V ;
|
||||
-- fun juńir_V : V ;
|
||||
-- fun juñir_V : V ;
|
||||
-- fun languidecer_V : V ;
|
||||
-- fun leer_V : V ;
|
||||
-- fun licuefacer_V : V ;
|
||||
@@ -722,7 +722,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun mostrar_V : V ;
|
||||
-- fun mover_V : V ;
|
||||
-- fun mugir_V : V ;
|
||||
-- fun muńir_V : V ;
|
||||
-- fun muñir_V : V ;
|
||||
-- fun mullir_V : V ;
|
||||
-- fun nacer_V : V ;
|
||||
-- fun negar_V : V ;
|
||||
@@ -736,7 +736,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun ofrecer_V : V ;
|
||||
-- fun oler_V : V ;
|
||||
-- fun oponer_V : V ;
|
||||
-- fun oír_V : V ;
|
||||
-- fun oír_V : V ;
|
||||
-- fun oscurecer_V : V ;
|
||||
-- fun pacer_V : V ;
|
||||
-- fun padecer_V : V ;
|
||||
@@ -756,7 +756,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun pervertir_V : V ;
|
||||
-- fun pimpollecer_V : V ;
|
||||
-- fun placer_V : V ;
|
||||
-- fun plańir_V : V ;
|
||||
-- fun plañir_V : V ;
|
||||
-- fun plastecer_V : V ;
|
||||
-- fun plegar_V : V ;
|
||||
-- fun poblar_V : V ;
|
||||
@@ -807,13 +807,13 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun reabrir_V : V ;
|
||||
-- fun reaparecer_V : V ;
|
||||
-- fun reapretar_V : V ;
|
||||
-- fun reargüir_V : V ;
|
||||
-- fun reargüir_V : V ;
|
||||
-- fun reaventar_V : V ;
|
||||
-- fun reblandecer_V : V ;
|
||||
-- fun rebullir_V : V ;
|
||||
-- fun recaer_V : V ;
|
||||
-- fun recalentar_V : V ;
|
||||
-- fun receńir_V : V ;
|
||||
-- fun receñir_V : V ;
|
||||
-- fun recentar_V : V ;
|
||||
-- fun recluir_V : V ;
|
||||
-- fun recocer_V : V ;
|
||||
@@ -836,7 +836,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun recostar_V : V ;
|
||||
-- fun recrecer_V : V ;
|
||||
-- fun recrudecer_V : V ;
|
||||
-- fun redargüir_V : V ;
|
||||
-- fun redargüir_V : V ;
|
||||
-- fun redecir_V : V ;
|
||||
-- fun redescontar_V : V ;
|
||||
-- fun redistribuir_V : V ;
|
||||
@@ -849,15 +849,15 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun refluir_V : V ;
|
||||
-- fun reforzar_V : V ;
|
||||
-- fun refregar_V : V ;
|
||||
-- fun refreír_V : V ;
|
||||
-- fun refreír_V : V ;
|
||||
-- fun refringir_V : V ;
|
||||
-- fun refulgir_V : V ;
|
||||
-- fun regańir_V : V ;
|
||||
-- fun regañir_V : V ;
|
||||
-- fun regar_V : V ;
|
||||
-- fun regimentar_V : V ;
|
||||
-- fun regir_V : V ;
|
||||
-- fun regoldar_V : V ;
|
||||
-- fun regruńir_V : V ;
|
||||
-- fun regruñir_V : V ;
|
||||
-- fun reguarnecer_V : V ;
|
||||
-- fun rehacer_V : V ;
|
||||
-- fun rehenchir_V : V ;
|
||||
@@ -868,7 +868,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun rehuir_V : V ;
|
||||
-- fun rehumedecer_V : V ;
|
||||
-- fun reinscribir_V : V ;
|
||||
-- fun reńir_V : V ;
|
||||
-- fun reñir_V : V ;
|
||||
-- fun rejuvenecer_V : V ;
|
||||
-- fun releer_V : V ;
|
||||
-- fun relentecer_V : V ;
|
||||
@@ -899,7 +899,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun requebrar_V : V ;
|
||||
-- fun requerir_V : V ;
|
||||
-- fun rernorder_V : V ;
|
||||
-- fun reír_V : V ;
|
||||
-- fun reír_V : V ;
|
||||
-- fun resaber_V : V ;
|
||||
-- fun resalir_V : V ;
|
||||
-- fun resarcir_V : V ;
|
||||
@@ -916,16 +916,16 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun restablecer_V : V ;
|
||||
-- fun restituir_V : V ;
|
||||
-- fun restregar_V : V ;
|
||||
-- fun restrińir_V : V ;
|
||||
-- fun restriñir_V : V ;
|
||||
-- fun restringir_V : V ;
|
||||
-- fun resurgir_V : V ;
|
||||
-- fun retallecer_V : V ;
|
||||
-- fun reteńir_V : V ;
|
||||
-- fun reteñir_V : V ;
|
||||
-- fun retemblar_V : V ;
|
||||
-- fun retener_V : V ;
|
||||
-- fun retentar_V : V ;
|
||||
-- fun retińir_V : V ;
|
||||
-- fun retońecer_V : V ;
|
||||
-- fun retiñir_V : V ;
|
||||
-- fun retoñecer_V : V ;
|
||||
-- fun retorcer_V : V ;
|
||||
-- fun retostar_V : V ;
|
||||
-- fun retraducir_V : V ;
|
||||
@@ -970,7 +970,7 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun serrar_V : V ;
|
||||
-- fun servir_V : V ;
|
||||
fun ser_V : V ;
|
||||
-- fun sońar_V : V ;
|
||||
-- fun soñar_V : V ;
|
||||
-- fun sobrecalentar_V : V ;
|
||||
-- fun sobrecoger_V : V ;
|
||||
-- fun sobrecoger2_V : V ;
|
||||
@@ -989,13 +989,13 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun sobrevestir_V : V ;
|
||||
-- fun sobrevolar_V : V ;
|
||||
-- fun socolar_V : V ;
|
||||
-- fun sofreír_V : V ;
|
||||
-- fun sofreír_V : V ;
|
||||
-- fun solar_V : V ;
|
||||
-- fun soldar_V : V ;
|
||||
-- fun soler_V : V ;
|
||||
-- fun soltar_V : V ;
|
||||
-- fun sonar_V : V ;
|
||||
-- fun sonreír_V : V ;
|
||||
-- fun sonreír_V : V ;
|
||||
-- fun sorregar_V : V ;
|
||||
-- fun sosegar_V : V ;
|
||||
-- fun sostener_V : V ;
|
||||
@@ -1023,10 +1023,10 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun suscribir_V : V ;
|
||||
-- fun sustituir_V : V ;
|
||||
-- fun sustraer_V : V ;
|
||||
-- fun tańer_V : V ;
|
||||
-- fun tañer_V : V ;
|
||||
-- fun tallecer_V : V ;
|
||||
-- fun tardecer_V : V ;
|
||||
-- fun teńir_V : V ;
|
||||
-- fun teñir_V : V ;
|
||||
-- fun telecomponer_V : V ;
|
||||
-- fun teledirigir_V : V ;
|
||||
-- fun temblar_V : V ;
|
||||
@@ -1053,8 +1053,8 @@ abstract IrregCatAbs = Cat ** {
|
||||
-- fun trasfregar_V : V ;
|
||||
-- fun trasgredir_V : V ;
|
||||
-- fun traslucir_V : V ;
|
||||
-- fun trasońar_V : V ;
|
||||
-- fun trasoír_V : V ;
|
||||
-- fun trasoñar_V : V ;
|
||||
-- fun trasoír_V : V ;
|
||||
-- fun trasparecer_V : V ;
|
||||
-- fun trasponer_V : V ;
|
||||
-- fun trastrocar_V : V ;
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
--# -path=.:../romance:../common:../abstract:../../prelude
|
||||
--# -coding=latin1
|
||||
|
||||
concrete LexiconCat of Lexicon = CatCat ** open
|
||||
(M=MorphoCat), ParadigmsCat, BeschCat in {
|
||||
|
||||
flags
|
||||
coding=utf8 ;
|
||||
optimize=values ;
|
||||
|
||||
oper
|
||||
@@ -14,14 +14,14 @@ oper
|
||||
saberV : V = verbV (saber_99 "saber") ;
|
||||
|
||||
lin
|
||||
airplane_N = regMN "avió" ;
|
||||
airplane_N = regMN "avió" ;
|
||||
|
||||
answer_V2S = mkV2S (verbV (compondre_26 "respondre")) dative ;
|
||||
apartment_N = regMN "pis" ;
|
||||
apple_N = regFN "poma" ;
|
||||
art_N = regMN "art" ;
|
||||
ask_V2Q = mkV2Q (mkV "preguntar") dative ;
|
||||
baby_N = regMN "nadó" ;
|
||||
baby_N = regMN "nadó" ;
|
||||
bad_A = mkADeg (regA "dolent") (regA "pitjor") ;
|
||||
bank_N = regMN "banc" ;
|
||||
beautiful_A = prefA (regADeg "bell") ;
|
||||
@@ -41,11 +41,11 @@ lin
|
||||
bread_N = irregMN "pa" "pans" ;
|
||||
break_V2 = dirV2 (verbV (trencar_112 "trencar")) ;
|
||||
broad_A = regADeg "ample" ; -- put it in MorphoCat?: like black_A
|
||||
brother_N2 = deN2 (regMN "germà") ;
|
||||
brown_A = compADeg (mkA "marró" "marrona" "marrons" "marrones" "marronament") ;
|
||||
brother_N2 = deN2 (regMN "germà") ;
|
||||
brown_A = compADeg (mkA "marró" "marrona" "marrons" "marrones" "marronament") ;
|
||||
butter_N = regFN "mantega" ;
|
||||
buy_V2 = dirV2 (mkV "comprar") ;
|
||||
camera_N = regFN "càmara" ;
|
||||
camera_N = regFN "càmara" ;
|
||||
cap_N = regFN "gorra" ;
|
||||
car_N = regMN "cotxe" ;
|
||||
carpet_N = regFN "catifa" ;
|
||||
@@ -54,7 +54,7 @@ lin
|
||||
chair_N = regFN "cadira" ;
|
||||
cheese_N = regMN "formatge" ;
|
||||
child_N = regMN "nen" ; -- nena
|
||||
church_N = regFN "església" ;
|
||||
church_N = regFN "església" ;
|
||||
city_N = regFN "ciutat" ;
|
||||
clean_A = regADeg "net" ;
|
||||
clever_A = regADeg "inteligent" ;
|
||||
@@ -63,32 +63,32 @@ lin
|
||||
cold_A = regADeg "fred" ;
|
||||
come_V = verbV (venir_117 "venir") ;
|
||||
computer_N = regMN "ordinador" ;
|
||||
country_N = regMN "país" ; -- masc
|
||||
cousin_N = regMN "cosí" ;
|
||||
country_N = regMN "país" ; -- masc
|
||||
cousin_N = regMN "cosí" ;
|
||||
cow_N = mkN "vaca" ;
|
||||
die_V = verbV (morir_71 "morir") ;
|
||||
dirty_A = regADeg "brut" ;
|
||||
distance_N3 = mkN3 (regFN "distància") genitive dative ;
|
||||
distance_N3 = mkN3 (regFN "distància") genitive dative ;
|
||||
doctor_N = regMN "metge" ; -- metgessa
|
||||
dog_N = regMN "gos" ; -- gossa
|
||||
door_N = regFN "porta" ;
|
||||
drink_V2 = dirV2 (verbV (beure_11 "beure")) ;
|
||||
easy_A2V = mkA2V (regA "fácil") dative genitive ;
|
||||
easy_A2V = mkA2V (regA "fácil") dative genitive ;
|
||||
eat_V2 = dirV2 (verbV (envejar_48 "menjar")) ;
|
||||
empty_A = compADeg (mkA "buit" "buida" "buits" "buides" "buidament") ;
|
||||
enemy_N = regMN "enemic" ; -- enemiga
|
||||
factory_N = regFN "fàbrica" ;
|
||||
factory_N = regFN "fàbrica" ;
|
||||
father_N2 = deN2 (regMN "pare") ;
|
||||
fear_VS = mkVS (verbV (témer_107 "témer")) ;
|
||||
fear_VS = mkVS (verbV (témer_107 "témer")) ;
|
||||
find_V2 = dirV2 (mkV "trobar") ;
|
||||
fish_N = regMN "peix" ;
|
||||
floor_N = regMN "terra" ; -- sòl
|
||||
floor_N = regMN "terra" ; -- sòl
|
||||
forget_V2 = dirV2 (mkV "oblidar") ;
|
||||
fridge_N = regFN "nevera" ;
|
||||
friend_N = regMN "amic" ; -- amiga
|
||||
fruit_N = regFN "fruita" ;
|
||||
fun_AV = mkAV (regA "divertit") genitive ;
|
||||
garden_N = regMN "jardí" ;
|
||||
garden_N = regMN "jardí" ;
|
||||
girl_N = regFN "noia" ;
|
||||
glove_N = regMN "guant" ;
|
||||
gold_N = regMN "or" ;
|
||||
@@ -99,20 +99,20 @@ lin
|
||||
hate_V2 = dirV2 (verbV (canviar_16 "odiar")) ;
|
||||
hat_N = regMN "barret" ;
|
||||
hear_V2 = mkV2 (mkV "escoltar") dative ; -- Must be "oir". Add it to Besch
|
||||
hill_N = regMN "turó" ;
|
||||
hill_N = regMN "turó" ;
|
||||
hope_VS = mkVS (mkV "esperar") ;
|
||||
horse_N = regMN "cavall" ;
|
||||
hot_A = regADeg "calent" ;
|
||||
house_N = regFN "casa" ;
|
||||
important_A = regADeg "important" ;
|
||||
industry_N = regFN "indústria" ;
|
||||
industry_N = regFN "indústria" ;
|
||||
iron_N = regMN "ferro" ;
|
||||
king_N = regMN "rei" ;
|
||||
know_V2 = dirV2 saberV ;
|
||||
know_VQ = mkVQ saberV;
|
||||
know_VS = mkVS saberV;
|
||||
lake_N = regMN "llac" ;
|
||||
lamp_N = regFN "làmpada" ;
|
||||
lamp_N = regFN "làmpada" ;
|
||||
learn_V2 = dirV2 (verbV (aprendre_6 "aprendre")) ;
|
||||
leather_N = regMN "cuiro" ;
|
||||
leave_V2 = dirV2 (mkV "partir") ;
|
||||
@@ -130,10 +130,10 @@ lin
|
||||
moon_N = regFN "lluna" ;
|
||||
mother_N2 = deN2 (regFN "mare") ; -- fem
|
||||
mountain_N = regFN "muntanya" ;
|
||||
music_N = regFN "música" ;
|
||||
music_N = regFN "música" ;
|
||||
narrow_A = regADeg "estret" ;
|
||||
new_A = prefixA (compADeg (mkA "nou" "nova" "nous" "noves" "novament")) ;
|
||||
newspaper_N = regMN "diari" ; -- periòdic
|
||||
newspaper_N = regMN "diari" ; -- periòdic
|
||||
oil_N = regMN "oli" ;
|
||||
old_A = regADeg "vell" ;
|
||||
open_V2 = dirV2 (verbV (obrir_77 "obrir")) ;
|
||||
@@ -143,26 +143,26 @@ lin
|
||||
peace_N = regFN "pau" ;
|
||||
pen_N = regMN "llapis" ;
|
||||
planet_N = regMN "planeta" ;
|
||||
plastic_N = regMN "plàstic" ;
|
||||
plastic_N = regMN "plàstic" ;
|
||||
play_V2 = dirV2 (verbV (pregar_86 "jugar")) ;
|
||||
policeman_N = regMN "policia" ; -- fem refers to the institution
|
||||
priest_N = regMN "capellà" ; -- masc
|
||||
priest_N = regMN "capellà" ; -- masc
|
||||
probable_AS = mkAS (regA "probable") ;
|
||||
queen_N = regN "reina" ;
|
||||
radio_N = regFN "ràdio" ;
|
||||
radio_N = regFN "ràdio" ;
|
||||
rain_V0 = mkV0 (verbV (moure_72 "ploure")) ;
|
||||
read_V2 = dirV2 (verbV (servir_101 "llegir")) ;
|
||||
red_A = regADeg "vermell" ;
|
||||
religion_N = mkN "religió" "religions" feminine ;
|
||||
religion_N = mkN "religió" "religions" feminine ;
|
||||
restaurant_N = regMN "restaurant" ;
|
||||
river_N = regMN "riu" ;
|
||||
rock_N = regFN "roca" ;
|
||||
roof_N = regFN "teulada" ;
|
||||
rubber_N = regFN "goma" ;
|
||||
run_V = verbV (córrer_30 "córrer") ;
|
||||
run_V = verbV (córrer_30 "córrer") ;
|
||||
say_VS = mkVS (verbV (dir_41 "dir")) ;
|
||||
school_N = regFN "escola" ;
|
||||
science_N = regFN "ciència" ;
|
||||
science_N = regFN "ciència" ;
|
||||
sea_N = regMN "mar" ; -- masc & fem
|
||||
seek_V2 = dirV2 (verbV (trencar_112 "buscar")) ;
|
||||
see_V2 = dirV2 (verbV (veure_118 "veure")) ;
|
||||
@@ -179,14 +179,14 @@ lin
|
||||
sleep_V = verbV (dormir_44 "dormir") ;
|
||||
small_A = prefA (mkA "petit" "petita" "petits" "petites" "petitament") ;
|
||||
snake_N = regFN "serp" ; -- fem
|
||||
sock_N = regMN "mitjó" ;
|
||||
sock_N = regMN "mitjó" ;
|
||||
speak_V2 = dirV2 (mkV "parlar") ;
|
||||
star_N = regFN "estrella" ;
|
||||
steel_N = regMN "acer" ;
|
||||
stone_N = regFN "pedra" ;
|
||||
stove_N = regMN "forn" ;
|
||||
student_N = regN "estudiant" ; -- used both for fem & masc
|
||||
stupid_A = regADeg "estúpid" ;
|
||||
stupid_A = regADeg "estúpid" ;
|
||||
sun_N = regMN "sol" ;
|
||||
switch8off_V2 = dirV2 (verbV (pregar_86 "apagar")) ;
|
||||
switch8on_V2 = dirV2 (verbV (atendre_8 "encendre")) ;
|
||||
@@ -194,20 +194,20 @@ lin
|
||||
talk_V3 = mkV3 (mkV "parlar") dative genitive ;
|
||||
teacher_N = regMN "mestre" ; -- mestra
|
||||
teach_V2 = dirV2 (mkV "ensenyar") ;
|
||||
television_N = mkN "televisió" "televisions" feminine ; -- televisor masc
|
||||
television_N = mkN "televisió" "televisions" feminine ; -- televisor masc
|
||||
thick_A = compADeg (mkA "gruixut" "gruixuda" "gruixuts" "gruixudes" "gruixudament") ;
|
||||
thin_A = compADeg (mkA "fi" "fina" "fins" "fines" "finament") ;
|
||||
train_N = regMN "tren" ;
|
||||
travel_V = verbV (envejar_48 "viatjar") ;
|
||||
tree_N = regMN "arbre" ;
|
||||
--- trousers_N = regN "pantalón" ; -- masc
|
||||
--- trousers_N = regN "pantalón" ; -- masc
|
||||
ugly_A = compADeg (mkA "lleig" "lletja" "lletjos" "lletges" "lletjament") ;
|
||||
understand_V2 = dirV2 (verbV (atendre_8 "entendre")) ;
|
||||
university_N = regFN "universitat" ;
|
||||
village_N = regMN "poble" ;
|
||||
wait_V2 = mkV2 (mkV "esperar") dative ;
|
||||
walk_V = mkV "caminar" ;
|
||||
warm_A = compADeg (mkA "tebi" "tèbia" "tebis" "tèbies" "tèbiament") ;
|
||||
warm_A = compADeg (mkA "tebi" "tèbia" "tebis" "tèbies" "tèbiament") ;
|
||||
war_N = regFN "guerra" ;
|
||||
watch_V2 = dirV2 (mkV "mirar") ;
|
||||
water_N = regFN "aigua" ;
|
||||
@@ -224,9 +224,9 @@ lin
|
||||
do_V2 = dirV2 (verbV (fer_56 "fer")) ;
|
||||
now_Adv = mkAdv "ara" ;
|
||||
already_Adv = mkAdv "ja" ;
|
||||
song_N = mkN "cançó" "cançons" feminine ;
|
||||
song_N = mkN "cançó" "cançons" feminine ;
|
||||
add_V3 = dirV3 (mkV "afegir") dative ; -- also: (mkV "sumar")
|
||||
number_N = regMN "número" ;
|
||||
number_N = regMN "número" ;
|
||||
put_V2 = dirV2 (mkV "posar") ;
|
||||
stop_V = mkV "aturar" ;
|
||||
jump_V = mkV "saltar" ;
|
||||
@@ -240,7 +240,7 @@ lin
|
||||
heavy_A = regA "pesat" ;
|
||||
near_A = regA "proper" ;
|
||||
rotten_A = regA "podrit" ;
|
||||
round_A = regA "rodó" ;
|
||||
round_A = regA "rodó" ;
|
||||
sharp_A = regA "esmolat" ; -- punxegut
|
||||
smooth_A = regA "llis" ;
|
||||
straight_A = regA "directe" ;
|
||||
@@ -249,12 +249,12 @@ lin
|
||||
animal_N = regMN "animal" ; -- masc (sometimes fem when adj)
|
||||
ashes_N = regMN "cendra" ;
|
||||
back_N = regFN "esquena" ;
|
||||
bark_N = regFN "escorça" ;
|
||||
bark_N = regFN "escorça" ;
|
||||
belly_N = regFN "panxa" ;
|
||||
blood_N = regFN "sang" ;
|
||||
bone_N = regMN "os" ;
|
||||
breast_N = regFN "sina" ; -- pit
|
||||
cloud_N = regMN "núvol" ;
|
||||
cloud_N = regMN "núvol" ;
|
||||
day_N = regMN "dia" ;
|
||||
dust_N = regFN "pols" ;
|
||||
ear_N = regFN "orella" ;
|
||||
@@ -272,11 +272,11 @@ lin
|
||||
grass_N = regFN "herba" ;
|
||||
guts_N = regMN "budell" ;
|
||||
hair_N = regMN "cabell" ;
|
||||
hand_N = regFN "mà" ;
|
||||
hand_N = regFN "mà" ;
|
||||
head_N = regMN "cap" ;
|
||||
heart_N = regMN "cor" ;
|
||||
horn_N = regFN "banya" ;
|
||||
husband_N = regMN "marit" ; -- espòs
|
||||
husband_N = regMN "marit" ; -- espòs
|
||||
ice_N = regMN "gel" ;
|
||||
knee_N = regMN "genoll" ;
|
||||
leaf_N = regFN "fulla" ;
|
||||
@@ -300,7 +300,7 @@ lin
|
||||
sky_N = regMN "cel" ;
|
||||
smoke_N = regMN "fum" ;
|
||||
snow_N = regFN "neu" ; -- fem
|
||||
stick_N = regMN "bastó" ;
|
||||
stick_N = regMN "bastó" ;
|
||||
tail_N = regFN "cua" ;
|
||||
tongue_N = regFN "llengua" ;
|
||||
tooth_N = regFN "dent" ;
|
||||
@@ -316,7 +316,7 @@ lin
|
||||
cut_V2 = dirV2 (mkV "tallar") ;
|
||||
dig_V = mkV "cavar" ;
|
||||
fall_V = verbV (caure_18 "caure") ;
|
||||
fear_V2 = dirV2 (verbV (témer_107 "témer")) ;
|
||||
fear_V2 = dirV2 (verbV (témer_107 "témer")) ;
|
||||
fight_V2 = dirV2 (mkV "lluitar") ;
|
||||
float_V = mkV "surar" ;
|
||||
flow_V = verbV (reduir_94 "fluir") ; -- also: mkV "circular"
|
||||
@@ -325,13 +325,13 @@ lin
|
||||
give_V3 = dirdirV3 (verbV (donar_43 "donar")) ;
|
||||
hit_V2 = dirV2 (verbV (trencar_112 "picar")) ;
|
||||
hold_V2 = dirV2 (verbV (obtenir_78 "sostenir")) ;
|
||||
hunt_V2 = dirV2 (verbV (començar_22 "caçar")) ;
|
||||
hunt_V2 = dirV2 (verbV (començar_22 "caçar")) ;
|
||||
kill_V2 = dirV2 (mkV "matar") ;
|
||||
laugh_V = verbV (riure_96 "riure") ;
|
||||
lie_V = reflV (verbV (jeure_62 "jeure")) ;
|
||||
play_V = verbV (pregar_86 "jugar") ;
|
||||
pull_V2 = dirV2 (mkV "tibar") ;
|
||||
push_V2 = dirV2 (verbV (atènyer_59 "empènyer")) ;
|
||||
push_V2 = dirV2 (verbV (atènyer_59 "empènyer")) ;
|
||||
rub_V2 = dirV2 (verbV (pregar_86 "refregar")) ;
|
||||
scratch_V2 = dirV2 (mkV "gratar") ;
|
||||
sew_V = verbV (cosir_31 "cosir") ;
|
||||
@@ -347,7 +347,7 @@ lin
|
||||
swell_V = mkV "inflar" ;
|
||||
swim_V = mkV "nedar" ;
|
||||
think_V = mkV "pensar" ;
|
||||
throw_V2 = dirV2 (verbV (començar_22 "llençar")) ;
|
||||
throw_V2 = dirV2 (verbV (començar_22 "llençar")) ;
|
||||
tie_V2 = dirV2 (verbV (pregar_86 "lligar")) ;
|
||||
turn_V = mkV "girar" ;
|
||||
vomit_V = mkV "vomitar" ;
|
||||
@@ -357,12 +357,12 @@ lin
|
||||
john_PN = mkPN "Joan" masculine ;
|
||||
today_Adv = mkAdv "avui" ;
|
||||
|
||||
grammar_N = regFN "gramàtica" ;
|
||||
grammar_N = regFN "gramàtica" ;
|
||||
language_N = regFN "llengua" ;
|
||||
rule_N = regFN "regla" ;
|
||||
question_N = regFN "pregunta" ;
|
||||
ready_A = regA "preparat" ;
|
||||
reason_N = regFN "raó" ;
|
||||
reason_N = regFN "raó" ;
|
||||
uncertain_A = regA "incert" ;
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
--# -coding=latin1
|
||||
concrete NumeralCat of Numeral = CatCat [Numeral,Digits] **
|
||||
open CommonRomance, ResRomance, MorphoCat, Prelude in {
|
||||
|
||||
flags coding=utf8 ;
|
||||
--
|
||||
-- gcc M3.5.1, M3.5.2
|
||||
--
|
||||
@@ -38,7 +38,7 @@ oper
|
||||
|
||||
cardOrdReg : CardOrd -> Str -> Str -> Str = \co,sis,si -> case co of {
|
||||
NCard _ => sis ;
|
||||
NOrd Masc Sg => si + "è" ;
|
||||
NOrd Masc Sg => si + "è" ;
|
||||
NOrd Fem Sg => si + "ena" ;
|
||||
NOrd Masc Pl => si + "ens" ;
|
||||
NOrd Fem Pl => si + "enes"
|
||||
@@ -55,7 +55,7 @@ oper
|
||||
cardOrd3 : CardOrd -> (m,f:Str) -> Str = \co,dos,dues -> case co of {
|
||||
NCard Masc => dos ;
|
||||
NCard Fem => dues ;
|
||||
NOrd Masc Sg => dos + "è" ;
|
||||
NOrd Masc Sg => dos + "è" ;
|
||||
NOrd Fem Sg => dos + "ena" ;
|
||||
NOrd Masc Pl => dos + "ens" ;
|
||||
NOrd Fem Pl => dos + "enes"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
--# -path=.:../romance:../common:../abstract:../../prelude
|
||||
--# -coding=latin1
|
||||
|
||||
--1 Catalan Lexical Paradigms
|
||||
--
|
||||
@@ -35,7 +34,7 @@ resource ParadigmsCat =
|
||||
|
||||
flags
|
||||
optimize=all ;
|
||||
-- coding = utf8 ;
|
||||
coding = utf8 ;
|
||||
|
||||
--2 Parameters
|
||||
--
|
||||
@@ -93,11 +92,11 @@ oper
|
||||
--3 Compound nouns
|
||||
--
|
||||
-- Some nouns are ones where the first part is inflected as a noun but
|
||||
-- the second part is not inflected. e.g. "número de telèfon".
|
||||
-- the second part is not inflected. e.g. "número de telèfon".
|
||||
-- They could be formed in syntax, but we give a shortcut here since
|
||||
-- they are frequent in lexica.
|
||||
|
||||
compN : N -> Str -> N ; -- compound, e.g. "número" + "de telèfon"
|
||||
compN : N -> Str -> N ; -- compound, e.g. "número" + "de telèfon"
|
||||
|
||||
|
||||
--3 Relational nouns
|
||||
@@ -112,9 +111,9 @@ oper
|
||||
deN2 : N -> N2 ; -- relation with genitive
|
||||
aN2 : N -> N2 ; -- relation with dative
|
||||
|
||||
-- Three-place relational nouns ("la connexió de x a y") need two prepositions.
|
||||
-- Three-place relational nouns ("la connexió de x a y") need two prepositions.
|
||||
|
||||
mkN3 : N -> Prep -> Prep -> N3 ; -- e.g. connexió + genitive + dative
|
||||
mkN3 : N -> Prep -> Prep -> N3 ; -- e.g. connexió + genitive + dative
|
||||
|
||||
|
||||
--3 Relational common noun phrases
|
||||
@@ -194,7 +193,7 @@ oper
|
||||
|
||||
mkV : overload {
|
||||
|
||||
-- Regular verbs are ones inflected like "cantar", "perdre", "tÈmer", "perdre", "servir", "dormir"
|
||||
-- Regular verbs are ones inflected like "cantar", "perdre", "tÈmer", "perdre", "servir", "dormir"
|
||||
-- The regular verb function works for models I, IIa, IIb and IIa
|
||||
-- The module $BeschCat$ gives the complete set of "Bescherelle" conjugations.
|
||||
|
||||
@@ -332,7 +331,7 @@ oper
|
||||
{s = table {Posit => a.s ! Posit ; _ => b.s ! Posit} ;
|
||||
isPre = a.isPre ; lock_A = <>} ;
|
||||
compADeg a =
|
||||
{s = table {Posit => a.s ! Posit ; _ => \\f => "més" ++ a.s ! Posit ! f} ;
|
||||
{s = table {Posit => a.s ! Posit ; _ => \\f => "més" ++ a.s ! Posit ! f} ;
|
||||
isPre = a.isPre ;
|
||||
lock_A = <>} ;
|
||||
regADeg a = compADeg (regA a) ;
|
||||
@@ -341,18 +340,18 @@ oper
|
||||
mkAdV x = ss x ** {lock_AdV = <>} ;
|
||||
mkAdA x = ss x ** {lock_AdA = <>} ;
|
||||
|
||||
regV x = -- cantar, perdre, témer, dormir
|
||||
regV x = -- cantar, perdre, témer, dormir
|
||||
case (Predef.dp 3 x) of {
|
||||
--regular changes in stem
|
||||
"iar" => canviar_16 x ; --esglaiar with non-smart paradigm
|
||||
"jar" => envejar_48 x ;
|
||||
"çar" => començar_22 x ;
|
||||
"çar" => començar_22 x ;
|
||||
"gir" => fugir_58 x ;
|
||||
"ure" => beure_11 x ;
|
||||
"xer" => créixer_33 x ; --conèixer,aparèixer with regAltV
|
||||
"xer" => créixer_33 x ; --conèixer,aparèixer with regAltV
|
||||
|
||||
_ + "re" => perdre_83 x ;
|
||||
_ + "er" => verbEr x ; --handles accents in infinitives and c/ç, g/j
|
||||
_ + "er" => verbEr x ; --handles accents in infinitives and c/ç, g/j
|
||||
_ + "ir" => dormir_44 x ; --inchoative verbs with regAltV
|
||||
_ + "ur" => dur_45 x ;
|
||||
_ => cantar_15 x } ;
|
||||
@@ -372,7 +371,7 @@ oper
|
||||
<_+"re",_+"ig"> => veure_118 x ;
|
||||
<_+"ar",_+"ig"> => anar_4 x ;
|
||||
|
||||
<"xer" ,_+ "c"> => conèixer_27 x ; --créixer, merèixer with regV
|
||||
<"xer" ,_+ "c"> => conèixer_27 x ; --créixer, merèixer with regV
|
||||
<_+"er",_+ "c"> => valer_114 x ;
|
||||
<_+"re",_+ "c"> => doldre_42 x ; --participles of type dolgut
|
||||
--for absolt, pres, ... use mk3V
|
||||
@@ -398,19 +397,19 @@ oper
|
||||
<"rir", _+"ixo",_+"rt"> => cobrir_20 x ; --cob|rir cob|ert
|
||||
<_+"ir",_+"ixo",_+"rt"> => complir_25 x ; --compl|ir compl|ert
|
||||
|
||||
<_+"ir",_+"ixo",_+"ït"> => lluir_64 x ; --lluir lluïm lluït
|
||||
<_+"ir",_+"ixo",_+"ït"> => lluir_64 x ; --lluir lluïm lluït
|
||||
|
||||
<"dre",_,"nut"> => vendre_116 x ;
|
||||
|
||||
<_+"re",_+"c",_+"t"> => absoldre_1 x ; --c in sgP1 and subj, not in part
|
||||
|
||||
<_+"re",_,_+"es"> => prendre_87 x ;
|
||||
<_+"re",_,_+"ès"> => atendre_8 x ;
|
||||
<_+"re",_,_+"ès"> => atendre_8 x ;
|
||||
<_+"re",_,_+"as"> => raure_91 x ;
|
||||
<_+"re",_,_+"às"> => romandre_97 x ;
|
||||
<_+"re",_,_+"às"> => romandre_97 x ;
|
||||
<_+"re",_,_+"os"> => cloure_19 x ;
|
||||
<_+"re",_,_+"ós"> => confondre_28 x ;
|
||||
<_+"re",_,_+"òs"> => recloure_93 x ;
|
||||
<_+"re",_,_+"ós"> => confondre_28 x ;
|
||||
<_+"re",_,_+"òs"> => recloure_93 x ;
|
||||
|
||||
<_,_,_> => regAltV x y } ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user