mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
better inflection tables
This commit is contained in:
@@ -12,22 +12,17 @@ lin
|
||||
t="n" ;
|
||||
s1="" ;
|
||||
s2=frameTable (
|
||||
tr (intagAttr "th" "rowspan=\"16\"" "s" ++ intagAttr "th" "rowspan=\"8\"" "Indef" ++ intagAttr "th" "rowspan=\"4\"" "Sg" ++ th "Nom" ++ td (x.s ! Indef ! Sg ! Nom)) ++
|
||||
tr (th "Acc" ++ td (x.s ! Indef ! Sg ! Acc)) ++
|
||||
tr (th "Dat" ++ td (x.s ! Indef ! Sg ! Dat)) ++
|
||||
tr (th "Gen" ++ td (x.s ! Indef ! Sg ! Gen)) ++
|
||||
tr (intagAttr "th" "rowspan=\"4\"" "Pl" ++ th "Nom" ++ td (x.s ! Indef ! Pl ! Nom)) ++
|
||||
tr (th "Acc" ++ td (x.s ! Indef ! Pl ! Acc)) ++
|
||||
tr (th "Dat" ++ td (x.s ! Indef ! Pl ! Dat)) ++
|
||||
tr (th "Gen" ++ td (x.s ! Indef ! Pl ! Gen)) ++
|
||||
tr (intagAttr "th" "rowspan=\"8\"" "Def" ++ intagAttr "th" "rowspan=\"4\"" "Sg" ++ th "Nom" ++ td (x.s ! Def ! Sg ! Nom)) ++
|
||||
tr (th "Acc" ++ td (x.s ! Def ! Sg ! Acc)) ++
|
||||
tr (th "Dat" ++ td (x.s ! Def ! Sg ! Dat)) ++
|
||||
tr (th "Gen" ++ td (x.s ! Def ! Sg ! Gen)) ++
|
||||
tr (intagAttr "th" "rowspan=\"4\"" "Pl" ++ th "Nom" ++ td (x.s ! Def ! Pl ! Nom)) ++
|
||||
tr (th "Acc" ++ td (x.s ! Def ! Pl ! Acc)) ++
|
||||
tr (th "Dat" ++ td (x.s ! Def ! Pl ! Dat)) ++
|
||||
tr (th "Gen" ++ td (x.s ! Def ! Pl ! Gen))) ;
|
||||
tr (intagAttr "th" "colspan=\"2\"" "" ++ th "Indef" ++ th "Def") ++
|
||||
tr (intagAttr "th" "rowspan=\"4\"" "Sg" ++
|
||||
th "Nom" ++ td (x.s ! Indef ! Sg ! Nom) ++ td (x.s ! Def ! Sg ! Nom)) ++
|
||||
tr (th "Acc" ++ td (x.s ! Indef ! Sg ! Acc) ++ td (x.s ! Def ! Sg ! Acc)) ++
|
||||
tr (th "Dat" ++ td (x.s ! Indef ! Sg ! Dat) ++ td (x.s ! Def ! Sg ! Dat)) ++
|
||||
tr (th "Gen" ++ td (x.s ! Indef ! Sg ! Gen) ++ td (x.s ! Def ! Sg ! Gen)) ++
|
||||
tr (intagAttr "th" "rowspan=\"4\"" "Pl" ++
|
||||
th "Nom" ++ td (x.s ! Indef ! Pl ! Nom) ++ td (x.s ! Def ! Pl ! Nom)) ++
|
||||
tr (th "Acc" ++ td (x.s ! Indef ! Pl ! Acc) ++ td (x.s ! Def ! Pl ! Acc)) ++
|
||||
tr (th "Dat" ++ td (x.s ! Indef ! Pl ! Dat) ++ td (x.s ! Def ! Pl ! Dat)) ++
|
||||
tr (th "Gen" ++ td (x.s ! Indef ! Pl ! Gen) ++ td (x.s ! Def ! Pl ! Gen))) ;
|
||||
s3=[]
|
||||
} ;
|
||||
lin
|
||||
@@ -35,50 +30,44 @@ lin
|
||||
t="a" ;
|
||||
s1="" ;
|
||||
s2=frameTable (
|
||||
tr (intagAttr "th" "rowspan=\"24\"" "s" ++ intagAttr "th" "rowspan=\"8\"" "Masc" ++ intagAttr "th" "rowspan=\"4\"" "Sg" ++ th "Nom" ++ td (x.s ! Masc ! Sg ! Nom)) ++
|
||||
tr (th "Acc" ++ td (x.s ! Masc ! Sg ! Acc)) ++
|
||||
tr (th "Dat" ++ td (x.s ! Masc ! Sg ! Dat)) ++
|
||||
tr (th "Gen" ++ td (x.s ! Masc ! Sg ! Gen)) ++
|
||||
tr (intagAttr "th" "rowspan=\"4\"" "Pl" ++ th "Nom" ++ td (x.s ! Masc ! Pl ! Nom)) ++
|
||||
tr (th "Acc" ++ td (x.s ! Masc ! Pl ! Acc)) ++
|
||||
tr (th "Dat" ++ td (x.s ! Masc ! Pl ! Dat)) ++
|
||||
tr (th "Gen" ++ td (x.s ! Masc ! Pl ! Gen)) ++
|
||||
tr (intagAttr "th" "rowspan=\"8\"" "Fem" ++ intagAttr "th" "rowspan=\"4\"" "Sg" ++ th "Nom" ++ td (x.s ! Fem ! Sg ! Nom)) ++
|
||||
tr (th "Acc" ++ td (x.s ! Fem ! Sg ! Acc)) ++
|
||||
tr (th "Dat" ++ td (x.s ! Fem ! Sg ! Dat)) ++
|
||||
tr (th "Gen" ++ td (x.s ! Fem ! Sg ! Gen)) ++
|
||||
tr (intagAttr "th" "rowspan=\"4\"" "Pl" ++ th "Nom" ++ td (x.s ! Fem ! Pl ! Nom)) ++
|
||||
tr (th "Acc" ++ td (x.s ! Fem ! Pl ! Acc)) ++
|
||||
tr (th "Dat" ++ td (x.s ! Fem ! Pl ! Dat)) ++
|
||||
tr (th "Gen" ++ td (x.s ! Fem ! Pl ! Gen)) ++
|
||||
tr (intagAttr "th" "rowspan=\"8\"" "Neutr" ++ intagAttr "th" "rowspan=\"4\"" "Sg" ++ th "Nom" ++ td (x.s ! Neutr ! Sg ! Nom)) ++
|
||||
tr (th "Acc" ++ td (x.s ! Neutr ! Sg ! Acc)) ++
|
||||
tr (th "Dat" ++ td (x.s ! Neutr ! Sg ! Dat)) ++
|
||||
tr (th "Gen" ++ td (x.s ! Neutr ! Sg ! Gen)) ++
|
||||
tr (intagAttr "th" "rowspan=\"4\"" "Pl" ++ th "Nom" ++ td (x.s ! Neutr ! Pl ! Nom)) ++
|
||||
tr (th "Acc" ++ td (x.s ! Neutr ! Pl ! Acc)) ++
|
||||
tr (th "Dat" ++ td (x.s ! Neutr ! Pl ! Dat)) ++
|
||||
tr (th "Gen" ++ td (x.s ! Neutr ! Pl ! Gen))) ;
|
||||
tr (intagAttr "th" "colspan=\"2\"" "" ++ th "Masc" ++ th "Fem" ++ th "Neutr") ++
|
||||
tr (intagAttr "th" "rowspan=\"4\"" "Sg" ++
|
||||
th "Nom" ++ td (x.s ! Masc ! Sg ! Nom) ++ td (x.s ! Fem ! Sg ! Nom) ++ td (x.s ! Neutr ! Sg ! Nom)) ++
|
||||
tr (th "Acc" ++ td (x.s ! Masc ! Sg ! Acc) ++ td (x.s ! Fem ! Sg ! Acc) ++ td (x.s ! Neutr ! Sg ! Acc)) ++
|
||||
tr (th "Dat" ++ td (x.s ! Masc ! Sg ! Dat) ++ td (x.s ! Fem ! Sg ! Dat) ++ td (x.s ! Neutr ! Sg ! Dat)) ++
|
||||
tr (th "Gen" ++ td (x.s ! Masc ! Sg ! Gen) ++ td (x.s ! Fem ! Sg ! Gen) ++ td (x.s ! Neutr ! Sg ! Gen)) ++
|
||||
tr (intagAttr "th" "rowspan=\"4\"" "Pl" ++
|
||||
th "Nom" ++ td (x.s ! Masc ! Pl ! Nom) ++ td (x.s ! Fem ! Pl ! Nom) ++ td (x.s ! Neutr ! Pl ! Nom)) ++
|
||||
tr (th "Acc" ++ td (x.s ! Masc ! Pl ! Acc) ++ td (x.s ! Fem ! Pl ! Acc) ++ td (x.s ! Neutr ! Pl ! Acc)) ++
|
||||
tr (th "Dat" ++ td (x.s ! Masc ! Pl ! Dat) ++ td (x.s ! Fem ! Pl ! Dat) ++ td (x.s ! Neutr ! Pl ! Dat)) ++
|
||||
tr (th "Gen" ++ td (x.s ! Masc ! Pl ! Gen) ++ td (x.s ! Fem ! Pl ! Gen) ++ td (x.s ! Neutr ! Pl ! Gen))) ;
|
||||
s3=[]
|
||||
} ;
|
||||
lin
|
||||
InflectionV,InflectionV2,InflectionV2A,InflectionV2Q,InflectionV2S,InflectionV2V,InflectionV3,InflectionVA,InflectionVQ,InflectionVS,InflectionVV = \x -> {
|
||||
t="v" ;
|
||||
s1="" ;
|
||||
s2=frameTable (
|
||||
tr (th "Converb" ++ td (x.Converb)) ++
|
||||
tr (intagAttr "th" "rowspan=\"2\"" "Imperative_Jussive" ++ th "Sg" ++ td (x.Imperative_Jussive ! Sg)) ++
|
||||
tr (th "Pl" ++ td (x.Imperative_Jussive ! Pl)) ++
|
||||
tr (intagAttr "th" "rowspan=\"8\"" "Indicative" ++ intagAttr "th" "rowspan=\"4\"" "Pres" ++ th "PSg P1" ++ td (x.Indicative ! Pres ! PSg P1)) ++
|
||||
tr (th "PSg P2" ++ td (x.Indicative ! Pres ! PSg P2)) ++
|
||||
tr (th "PSg P3" ++ td (x.Indicative ! Pres ! PSg P3)) ++
|
||||
tr (th "PPl" ++ td (x.Indicative ! Pres ! PPl)) ++
|
||||
tr (intagAttr "th" "rowspan=\"4\"" "Past" ++ th "PSg P1" ++ td (x.Indicative ! Past ! PSg P1)) ++
|
||||
tr (th "PSg P2" ++ td (x.Indicative ! Past ! PSg P2)) ++
|
||||
tr (th "PSg P3" ++ td (x.Indicative ! Past ! PSg P3)) ++
|
||||
tr (th "PPl" ++ td (x.Indicative ! Past ! PPl)) ++
|
||||
tr (th "Nonfinite" ++ td (x.Nonfinite)) ++
|
||||
tr (intagAttr "th" "rowspan=\"2\"" "Particle" ++ th "Pres" ++ td (x.Particle ! Pres)) ++
|
||||
s2=heading2 "Converb" ++
|
||||
paragraph x.Converb ++
|
||||
heading2 "Imperative" ++
|
||||
frameTable (
|
||||
tr (th "Sg" ++ td (x.Imperative_Jussive ! Sg)) ++
|
||||
tr (th "Pl" ++ td (x.Imperative_Jussive ! Pl))) ++
|
||||
heading2 "Indicative" ++
|
||||
frameTable (
|
||||
tr (intagAttr "th" "rowspan=\"4\"" "Pres" ++ th "Sg P1" ++ td (x.Indicative ! Pres ! PSg P1)) ++
|
||||
tr (th "Sg P2" ++ td (x.Indicative ! Pres ! PSg P2)) ++
|
||||
tr (th "Sg P3" ++ td (x.Indicative ! Pres ! PSg P3)) ++
|
||||
tr (th "Pl" ++ td (x.Indicative ! Pres ! PPl)) ++
|
||||
tr (intagAttr "th" "rowspan=\"4\"" "Past" ++ th "Sg P1" ++ td (x.Indicative ! Past ! PSg P1)) ++
|
||||
tr (th "Sg P2" ++ td (x.Indicative ! Past ! PSg P2)) ++
|
||||
tr (th "Sg P3" ++ td (x.Indicative ! Past ! PSg P3)) ++
|
||||
tr (th "Pl" ++ td (x.Indicative ! Past ! PPl))) ++
|
||||
heading2 "Nonfinite" ++
|
||||
paragraph x.Nonfinite ++
|
||||
heading2 "Particle" ++
|
||||
frameTable (
|
||||
tr (th "Pres" ++ td (x.Particle ! Pres)) ++
|
||||
tr (th "Past" ++ td (x.Particle ! Past))) ;
|
||||
s3=[]
|
||||
} ;
|
||||
|
||||
@@ -8618,7 +8618,7 @@ mkV001 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"andi" ;
|
||||
Past => base_1+"aður"
|
||||
}
|
||||
@@ -8650,7 +8650,7 @@ mkV002 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = "ei"+base_1+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => "ei"+base_1+"andi" ;
|
||||
Past => "hi"+base_1+"in"
|
||||
}
|
||||
@@ -8682,7 +8682,7 @@ mkV003 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = "a"+base_1+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => "a"+base_1+"andi" ;
|
||||
Past => "i"+base_1+"in"
|
||||
}
|
||||
@@ -8714,7 +8714,7 @@ mkV004 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = "a"+base_1+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => "a"+base_1+"andi" ;
|
||||
Past => "a"+base_1+"in"
|
||||
}
|
||||
@@ -8746,7 +8746,7 @@ mkV005 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a"+base_2 ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => nonExist ;
|
||||
Past => nonExist
|
||||
}
|
||||
@@ -8778,7 +8778,7 @@ mkV006 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ða" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ðandi" ;
|
||||
Past => base_1+"ddur"
|
||||
}
|
||||
@@ -8810,7 +8810,7 @@ mkV007 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = "eiga" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => "eigandi" ;
|
||||
Past => nonExist
|
||||
}
|
||||
@@ -8842,7 +8842,7 @@ mkV008 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"e"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"e"+base_2+"andi" ;
|
||||
Past => base_1+"o"+base_2+"in"
|
||||
}
|
||||
@@ -8874,7 +8874,7 @@ mkV009 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"andi" ;
|
||||
Past => base_1+"dur"
|
||||
}
|
||||
@@ -8906,7 +8906,7 @@ mkV010 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"da" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"dandi" ;
|
||||
Past => base_1+"dur"
|
||||
}
|
||||
@@ -8938,7 +8938,7 @@ mkV011 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"e"+base_2+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"e"+base_2+"jandi" ;
|
||||
Past => base_1+"a"+base_2+"dur"
|
||||
}
|
||||
@@ -8970,7 +8970,7 @@ mkV012 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"i"+base_2+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"i"+base_2+"jandi" ;
|
||||
Past => base_1+"i"+base_2+"in"
|
||||
}
|
||||
@@ -9002,7 +9002,7 @@ mkV013 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"i"+base_2+"da" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"i"+base_2+"dandi" ;
|
||||
Past => base_1+"u"+base_2+"din"
|
||||
}
|
||||
@@ -9034,7 +9034,7 @@ mkV014 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"í"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"í"+base_2+"andi" ;
|
||||
Past => base_1+"i"+base_2+"in"
|
||||
}
|
||||
@@ -9066,7 +9066,7 @@ mkV015 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"jó"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"jó"+base_2+"andi" ;
|
||||
Past => base_1+"o"+base_2+"in"
|
||||
}
|
||||
@@ -9098,7 +9098,7 @@ mkV016 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"gja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"gjandi" ;
|
||||
Past => base_1+"dur"
|
||||
}
|
||||
@@ -9130,7 +9130,7 @@ mkV017 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"e"+base_2+"na" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"e"+base_2+"nandi" ;
|
||||
Past => base_1+"u"+base_2+"nin"
|
||||
}
|
||||
@@ -9162,7 +9162,7 @@ mkV018 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"e"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"e"+base_2+"andi" ;
|
||||
Past => base_1+"o"+base_2+"in"
|
||||
}
|
||||
@@ -9194,7 +9194,7 @@ mkV019 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ó"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ó"+base_2+"andi" ;
|
||||
Past => base_1+"o"+base_2+"in"
|
||||
}
|
||||
@@ -9226,7 +9226,7 @@ mkV020 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"andi" ;
|
||||
Past => base_1+"tur"
|
||||
}
|
||||
@@ -9258,7 +9258,7 @@ mkV021 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"andi" ;
|
||||
Past => base_1+"tur"
|
||||
}
|
||||
@@ -9290,7 +9290,7 @@ mkV022 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"úgva" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"úgvandi" ;
|
||||
Past => base_1+"úgvin"
|
||||
}
|
||||
@@ -9322,7 +9322,7 @@ mkV023 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"andi" ;
|
||||
Past => base_1+"tur"
|
||||
}
|
||||
@@ -9354,7 +9354,7 @@ mkV024 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"e"+base_2+base_3+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"e"+base_2+base_3+"andi" ;
|
||||
Past => base_1+"o"+base_2+base_3+"in"
|
||||
}
|
||||
@@ -9386,7 +9386,7 @@ mkV025 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ggja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ggjandi" ;
|
||||
Past => nonExist
|
||||
}
|
||||
@@ -9418,7 +9418,7 @@ mkV026 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"aga" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"agandi" ;
|
||||
Past => base_1+"igin"
|
||||
}
|
||||
@@ -9450,7 +9450,7 @@ mkV027 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"e"+base_2+"ka" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"e"+base_2+"kandi" ;
|
||||
Past => base_1+"u"+base_2+"kin"
|
||||
}
|
||||
@@ -9482,7 +9482,7 @@ mkV028 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"e"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"e"+base_2+"andi" ;
|
||||
Past => base_1+"i"+base_2+"in"
|
||||
}
|
||||
@@ -9514,7 +9514,7 @@ mkV029 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"andi" ;
|
||||
Past => base_1+"aður"
|
||||
}
|
||||
@@ -9546,7 +9546,7 @@ mkV030 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = "ve"+base_1+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => "ve"+base_1+"andi" ;
|
||||
Past => nonExist
|
||||
}
|
||||
@@ -9578,7 +9578,7 @@ mkV031 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"na" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"nandi" ;
|
||||
Past => base_1+"dur"
|
||||
}
|
||||
@@ -9610,7 +9610,7 @@ mkV032 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"a"+base_2+"andi" ;
|
||||
Past => base_1+"a"+base_2+"in"
|
||||
}
|
||||
@@ -9642,7 +9642,7 @@ mkV033 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"a"+base_2+"andi" ;
|
||||
Past => base_1+"a"+base_2+"in"
|
||||
}
|
||||
@@ -9674,7 +9674,7 @@ mkV034 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"áa" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => nonExist ;
|
||||
Past => base_1+"ingin"
|
||||
}
|
||||
@@ -9706,7 +9706,7 @@ mkV035 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"la" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"landi" ;
|
||||
Past => base_1+"dur"
|
||||
}
|
||||
@@ -9738,7 +9738,7 @@ mkV036 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ða"+base_2 ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => nonExist ;
|
||||
Past => nonExist
|
||||
}
|
||||
@@ -9770,7 +9770,7 @@ mkV037 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"andi" ;
|
||||
Past => base_1+"ur"
|
||||
}
|
||||
@@ -9802,7 +9802,7 @@ mkV038 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"e"+base_2+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"e"+base_2+"jandi" ;
|
||||
Past => base_1+"a"+base_2+"tur"
|
||||
}
|
||||
@@ -9834,7 +9834,7 @@ mkV039 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"na" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"nandi" ;
|
||||
Past => base_1+"tur"
|
||||
}
|
||||
@@ -9866,7 +9866,7 @@ mkV040 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ú"+base_2+"va" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ú"+base_2+"vandi" ;
|
||||
Past => base_1+"o"+base_2+"in"
|
||||
}
|
||||
@@ -9898,7 +9898,7 @@ mkV041 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"y"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"y"+base_2+"andi" ;
|
||||
Past => base_1+"u"+base_2+"tur"
|
||||
}
|
||||
@@ -9930,7 +9930,7 @@ mkV042 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"e"+base_2+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"e"+base_2+"jandi" ;
|
||||
Past => base_1+"a"+base_2+"dur"
|
||||
}
|
||||
@@ -9962,7 +9962,7 @@ mkV043 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"andi" ;
|
||||
Past => base_1+"ddur"
|
||||
}
|
||||
@@ -9994,7 +9994,7 @@ mkV044 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ú"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ú"+base_2+"andi" ;
|
||||
Past => base_1+"o"+base_2+"in"
|
||||
}
|
||||
@@ -10026,7 +10026,7 @@ mkV045 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"la" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"landi" ;
|
||||
Past => base_1+"tur"
|
||||
}
|
||||
@@ -10058,7 +10058,7 @@ mkV046 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"a"+base_2+"andi" ;
|
||||
Past => base_1+"a"+base_2+"in"
|
||||
}
|
||||
@@ -10090,7 +10090,7 @@ mkV047 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"anga" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"angandi" ;
|
||||
Past => base_1+"ingin"
|
||||
}
|
||||
@@ -10122,7 +10122,7 @@ mkV048 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ja"+base_2+"da" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ja"+base_2+"dandi" ;
|
||||
Past => base_1+"o"+base_2+"din"
|
||||
}
|
||||
@@ -10154,7 +10154,7 @@ mkV049 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"e"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"e"+base_2+"andi" ;
|
||||
Past => base_1+"jø"+base_2+"dur"
|
||||
}
|
||||
@@ -10186,7 +10186,7 @@ mkV050 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"jó"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"jó"+base_2+"andi" ;
|
||||
Past => base_1+"o"+base_2+"in"
|
||||
}
|
||||
@@ -10218,7 +10218,7 @@ mkV051 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"e"+base_2+"pa" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"e"+base_2+"pandi" ;
|
||||
Past => base_1+"o"+base_2+"pin"
|
||||
}
|
||||
@@ -10250,7 +10250,7 @@ mkV052 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"y"+base_2+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"y"+base_2+"jandi" ;
|
||||
Past => base_1+"u"+base_2+"dur"
|
||||
}
|
||||
@@ -10282,7 +10282,7 @@ mkV053 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"á"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"á"+base_2+"andi" ;
|
||||
Past => base_1+"á"+base_2+"in"
|
||||
}
|
||||
@@ -10314,7 +10314,7 @@ mkV054 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"a"+base_2+"andi" ;
|
||||
Past => base_1+"i"+base_2+"in"
|
||||
}
|
||||
@@ -10346,7 +10346,7 @@ mkV055 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ógva" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ógvandi" ;
|
||||
Past => base_1+"ógvin"
|
||||
}
|
||||
@@ -10378,7 +10378,7 @@ mkV056 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a"+base_2+"da" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"a"+base_2+"dandi" ;
|
||||
Past => base_1+"i"+base_2+"din"
|
||||
}
|
||||
@@ -10410,7 +10410,7 @@ mkV057 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"anga" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"angandi" ;
|
||||
Past => base_1+"ingin"
|
||||
}
|
||||
@@ -10442,7 +10442,7 @@ mkV058 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"a"+base_2+"andi" ;
|
||||
Past => base_1+"a"+base_2+"dur"
|
||||
}
|
||||
@@ -10474,7 +10474,7 @@ mkV059 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ei"+base_2+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ei"+base_2+"jandi" ;
|
||||
Past => base_1+"o"+base_2+"dur"
|
||||
}
|
||||
@@ -10506,7 +10506,7 @@ mkV060 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"vø"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"vø"+base_2+"andi" ;
|
||||
Past => base_1+"o"+base_2+"in"
|
||||
}
|
||||
@@ -10538,7 +10538,7 @@ mkV061 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"y"+base_2+"gja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"y"+base_2+"gjandi" ;
|
||||
Past => base_1+"u"+base_2+"dur"
|
||||
}
|
||||
@@ -10570,7 +10570,7 @@ mkV062 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"o"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"o"+base_2+"andi" ;
|
||||
Past => base_1+"o"+base_2+"in"
|
||||
}
|
||||
@@ -10602,7 +10602,7 @@ mkV063 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"pa" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"pandi" ;
|
||||
Past => base_1+"tur"
|
||||
}
|
||||
@@ -10634,7 +10634,7 @@ mkV064 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"úgva" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"úgvandi" ;
|
||||
Past => base_1+"ovin"
|
||||
}
|
||||
@@ -10666,7 +10666,7 @@ mkV065 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"u"+base_2+"na" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => nonExist ;
|
||||
Past => nonExist
|
||||
}
|
||||
@@ -10698,7 +10698,7 @@ mkV066 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ø"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ø"+base_2+"andi" ;
|
||||
Past => base_1+"ø"+base_2+"in"
|
||||
}
|
||||
@@ -10730,7 +10730,7 @@ mkV067 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"sa" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"sandi" ;
|
||||
Past => base_1+"tur"
|
||||
}
|
||||
@@ -10762,7 +10762,7 @@ mkV068 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"andi" ;
|
||||
Past => base_1+"in"
|
||||
}
|
||||
@@ -10794,7 +10794,7 @@ mkV069 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"e"+base_2+"gja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"e"+base_2+"gjandi" ;
|
||||
Past => base_1+"a"+base_2+"dur"
|
||||
}
|
||||
@@ -10826,7 +10826,7 @@ mkV070 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"iggja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"iggjandi" ;
|
||||
Past => base_1+"igin"
|
||||
}
|
||||
@@ -10858,7 +10858,7 @@ mkV071 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"e"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"e"+base_2+"andi" ;
|
||||
Past => base_1+"i"+base_2+"in"
|
||||
}
|
||||
@@ -10890,7 +10890,7 @@ mkV072 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"a"+base_2+"andi" ;
|
||||
Past => base_1+"a"+base_2+"in"
|
||||
}
|
||||
@@ -10922,7 +10922,7 @@ mkV073 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"á"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"á"+base_2+"andi" ;
|
||||
Past => base_1+"á"+base_2+"in"
|
||||
}
|
||||
@@ -10954,7 +10954,7 @@ mkV074 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ey"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ey"+base_2+"andi" ;
|
||||
Past => base_1+"o"+base_2+"in"
|
||||
}
|
||||
@@ -10986,7 +10986,7 @@ mkV075 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ega" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => nonExist ;
|
||||
Past => nonExist
|
||||
}
|
||||
@@ -11018,7 +11018,7 @@ mkV076 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"u"+base_2+"na" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => nonExist ;
|
||||
Past => nonExist
|
||||
}
|
||||
@@ -11050,7 +11050,7 @@ mkV077 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"jandi" ;
|
||||
Past => base_1+"tur"
|
||||
}
|
||||
@@ -11082,7 +11082,7 @@ mkV078 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"jandi" ;
|
||||
Past => base_1+"dur"
|
||||
}
|
||||
@@ -11114,7 +11114,7 @@ mkV079 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ða" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ðandi" ;
|
||||
Past => base_1+"dur"
|
||||
}
|
||||
@@ -11146,7 +11146,7 @@ mkV080 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"áa" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"áandi" ;
|
||||
Past => base_1+"áddur"
|
||||
}
|
||||
@@ -11178,7 +11178,7 @@ mkV081 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"áða" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"áðandi" ;
|
||||
Past => base_1+"áðin"
|
||||
}
|
||||
@@ -11210,7 +11210,7 @@ mkV082 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ða"+base_2 ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => nonExist ;
|
||||
Past => nonExist
|
||||
}
|
||||
@@ -11242,7 +11242,7 @@ mkV083 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ø"+base_2+"ka" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ø"+base_2+"kandi" ;
|
||||
Past => base_1+"o"+base_2+"kin"
|
||||
}
|
||||
@@ -11274,7 +11274,7 @@ mkV084 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"íggja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"íggjandi" ;
|
||||
Past => base_1+"æddur"
|
||||
}
|
||||
@@ -11306,7 +11306,7 @@ mkV085 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"kja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"kjandi" ;
|
||||
Past => base_1+"tur"
|
||||
}
|
||||
@@ -11338,7 +11338,7 @@ mkV086 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"i"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"i"+base_2+"andi" ;
|
||||
Past => base_1+"a"+base_2+"dur"
|
||||
}
|
||||
@@ -11370,7 +11370,7 @@ mkV087 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"i"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"i"+base_2+"andi" ;
|
||||
Past => base_1+"i"+base_2+"in"
|
||||
}
|
||||
@@ -11402,7 +11402,7 @@ mkV088 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"u"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => nonExist ;
|
||||
Past => nonExist
|
||||
}
|
||||
@@ -11434,7 +11434,7 @@ mkV089 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ei"+base_2+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ei"+base_2+"jandi" ;
|
||||
Past => base_1+"o"+base_2+"tur"
|
||||
}
|
||||
@@ -11466,7 +11466,7 @@ mkV090 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"jandi" ;
|
||||
Past => base_1+"dur"
|
||||
}
|
||||
@@ -11498,7 +11498,7 @@ mkV091 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"jó"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"jó"+base_2+"andi" ;
|
||||
Past => base_1+"o"+base_2+"in"
|
||||
}
|
||||
@@ -11530,7 +11530,7 @@ mkV092 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"áa" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"áandi" ;
|
||||
Past => base_1+"igin"
|
||||
}
|
||||
@@ -11562,7 +11562,7 @@ mkV093 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"y"+base_2+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"y"+base_2+"jandi" ;
|
||||
Past => base_1+"u"+base_2+"dur"
|
||||
}
|
||||
@@ -11594,7 +11594,7 @@ mkV094 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"i"+base_2+"na" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"i"+base_2+"nandi" ;
|
||||
Past => base_1+"u"+base_2+"nin"
|
||||
}
|
||||
@@ -11626,7 +11626,7 @@ mkV095 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"anda" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"andandi" ;
|
||||
Past => nonExist
|
||||
}
|
||||
@@ -11658,7 +11658,7 @@ mkV096 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ei"+base_2+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ei"+base_2+"jandi" ;
|
||||
Past => base_1+"o"+base_2+"tur"
|
||||
}
|
||||
@@ -11690,7 +11690,7 @@ mkV097 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"inga" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ingandi" ;
|
||||
Past => base_1+"ungin"
|
||||
}
|
||||
@@ -11722,7 +11722,7 @@ mkV098 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ja"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ja"+base_2+"andi" ;
|
||||
Past => base_1+"o"+base_2+"in"
|
||||
}
|
||||
@@ -11754,7 +11754,7 @@ mkV099 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"o"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"o"+base_2+"andi" ;
|
||||
Past => nonExist
|
||||
}
|
||||
@@ -11786,7 +11786,7 @@ mkV100 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"í"+base_2+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"í"+base_2+"jandi" ;
|
||||
Past => base_1+"i"+base_2+"in"
|
||||
}
|
||||
@@ -11818,7 +11818,7 @@ mkV101 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"i"+base_2+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"i"+base_2+"jandi" ;
|
||||
Past => nonExist
|
||||
}
|
||||
@@ -11850,7 +11850,7 @@ mkV102 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"jandi" ;
|
||||
Past => base_1+"dur"
|
||||
}
|
||||
@@ -11882,7 +11882,7 @@ mkV103 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ø"+base_2+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"ø"+base_2+"jandi" ;
|
||||
Past => base_1+"o"+base_2+"in"
|
||||
}
|
||||
@@ -11914,7 +11914,7 @@ mkV104 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"y"+base_2+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"y"+base_2+"jandi" ;
|
||||
Past => base_1+"u"+base_2+"in"
|
||||
}
|
||||
@@ -11946,7 +11946,7 @@ mkV105 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"i"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"i"+base_2+"andi" ;
|
||||
Past => base_1+"a"+base_2+"dur"
|
||||
}
|
||||
@@ -11978,7 +11978,7 @@ mkV106 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"e"+base_2+"fa" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"e"+base_2+"fandi" ;
|
||||
Past => base_1+"o"+base_2+"fin"
|
||||
}
|
||||
@@ -12010,7 +12010,7 @@ mkV107 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"a"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"a"+base_2+"andi" ;
|
||||
Past => base_1+"a"+base_2+"in"
|
||||
}
|
||||
@@ -12042,7 +12042,7 @@ mkV108 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"e"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"e"+base_2+"andi" ;
|
||||
Past => base_1+"o"+base_2+"in"
|
||||
}
|
||||
@@ -12074,7 +12074,7 @@ mkV109 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+base_2+base_3+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => nonExist ;
|
||||
Past => nonExist
|
||||
}
|
||||
@@ -12106,7 +12106,7 @@ mkV110 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = "d"+base_1+"finite" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => "v"+base_1+"rð" ;
|
||||
Past => "v"+base_1+"rð"
|
||||
}
|
||||
@@ -12138,7 +12138,7 @@ mkV111 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"e"+base_2+"a" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => base_1+"e"+base_2+"andi" ;
|
||||
Past => base_1+"o"+base_2+"in"
|
||||
}
|
||||
@@ -12170,7 +12170,7 @@ mkV112 base =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = base_1+"ja" ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => nonExist ;
|
||||
Past => nonExist
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
resource ResFao = {
|
||||
|
||||
param Species = Def | Indef ;
|
||||
param Species = Indef | Def ;
|
||||
param Number = Sg | Pl ;
|
||||
param Case = Nom | Acc | Dat | Gen ;
|
||||
param Gender = Neutr | Fem | Masc ;
|
||||
@@ -92,7 +92,7 @@ oper mkAdj : (_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> Adj =
|
||||
param Tense = Past | Pres ;
|
||||
param PersNum = PSg Person | PPl ;
|
||||
param Person = P1 | P3 | P2 ;
|
||||
oper Verb = {Converb: Str; Imperative_Jussive: Number => Str; Indicative: Tense => PersNum => Str; Nonfinite: Str; Particle: Tense => Str} ; -- 596
|
||||
oper Verb = {Converb: Str; Imperative_Jussive: Number => Str; Indicative: Tense => PersNum => Str; Nonfinite: Str; Participle: Tense => Str} ; -- 596
|
||||
oper mkVerb : (_,_,_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> Verb =
|
||||
\f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13,f14 ->
|
||||
{ Converb = f1 ;
|
||||
@@ -115,7 +115,7 @@ oper mkVerb : (_,_,_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> Verb =
|
||||
}
|
||||
} ;
|
||||
Nonfinite = f12 ;
|
||||
Particle = table {
|
||||
Participle = table {
|
||||
Pres => f13 ;
|
||||
Past => f14
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user