mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
Italian Swadesh complete
This commit is contained in:
@@ -6212,6 +6212,68 @@ oper aprire_102 : Str -> Verbo = \aprire ->
|
||||
} ;
|
||||
|
||||
|
||||
oper cucire_103 : Str -> Verbo = \cucire ->
|
||||
let cuc_ = Predef.tk 3 cucire in
|
||||
{s = table {
|
||||
Inf => cuc_ + "ire" ;
|
||||
InfClit => cuc_ + "ir" ;
|
||||
Indi Pres Sg P1 => cuc_ + "io" ;
|
||||
Indi Pres Sg P2 => cuc_ + "i" ;
|
||||
Indi Pres Sg P3 => cuc_ + "e" ;
|
||||
Indi Pres Pl P1 => cuc_ + "iamo" ;
|
||||
Indi Pres Pl P2 => cuc_ + "ite" ;
|
||||
Indi Pres Pl P3 => cuc_ + "iono" ;
|
||||
Indi Imperf Sg P1 => cuc_ + "ivo" ;
|
||||
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" ;
|
||||
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" ;
|
||||
Imper SgP2 => cuc_ + "i" ;
|
||||
Imper PlP1 => cuc_ + "iamo" ;
|
||||
Imper PlP2 => cuc_ + "ite" ;
|
||||
Ger => cuc_ + "endo" ;
|
||||
Part PresP Masc Sg => cuc_ + "ente" ;
|
||||
Part PresP Masc Pl => cuc_ + "enti" ;
|
||||
Part PresP Fem Sg => cuc_ + "ente" ;
|
||||
Part PresP Fem Pl => cuc_ + "enti" ;
|
||||
Part PassP Masc Sg => cuc_ + "ito" ;
|
||||
Part PassP Masc Pl => cuc_ + "iti" ;
|
||||
Part PassP Fem Sg => cuc_ + "ita" ;
|
||||
Part PassP Fem Pl => cuc_ + "ite"
|
||||
}
|
||||
} ;
|
||||
|
||||
oper fuggire_104 : Str -> Verbo = \fuggire ->
|
||||
let fugg_ = Predef.tk 3 fuggire in
|
||||
{s = table {
|
||||
|
||||
Reference in New Issue
Block a user