minor fixes in the lexicon

This commit is contained in:
krasimir
2008-06-15 08:39:24 +00:00
parent 20209ce716
commit 7a561ff025
2 changed files with 9 additions and 9 deletions

View File

@@ -53,10 +53,10 @@ lin
close_V2 = dirV2 (actionV (mkV187 "çàòâàðÿì") (mkV173 "çàòâîðÿ")) ;
coat_N = mkN054 "ïàëòî" ;
cold_A = mkA076 "ñòóäåí" ;
come_V = actionV (mkV165 "èäà") (table { -- special case "äîéäè", "äîéäåòå" are archaic
VImperative Sg => "åëà";
VImperative Pl => "åëàòå";
vform => mkV146a "äîéäà" ! vform}) ;
come_V = actionV (mkV186 "èäâàì") (table { -- special case "äîéäè", "äîéäåòå" are archaic
VImperative Sg => "åëà";
VImperative Pl => "åëàòå";
vform => mkV146a "äîéäà" ! vform}) ;
computer_N = mkN009 "êîìïþòúð" ;
country_N = mkN041 "äúðæàâà" ;
cousin_N = mkN007a "áðàòîâ÷åä" ;

View File

@@ -54,11 +54,11 @@ concrete StructuralBul of Structural = CatBul **
VPres _ _ => "òðÿáâà" ;
VAorist _ _ => "òðÿáâàøå" ;
VImperfect _ _ => "òðÿáâàëî" ;
VPerfect aform => regAdjective "òðÿáâàë" ! aform ;
VPluPerfect aform => regAdjective "òðÿáâàë" ! aform ;
VPassive aform => regAdjective "òðÿáâàë" ! aform ;
VPresPart aform => regAdjective "òðÿáâàë" ! aform ;
VImperative Sg => "òðÿáâàé" ;
VPerfect _ => "òðÿáâàëî" ;
VPluPerfect _ => "òðÿáâàëî" ;
VPassive _ => "òðÿáâàëî" ;
VPresPart _ => "òðÿáâàëî" ;
VImperative Sg => "òðÿáâàé" ;
VImperative Pl => "òðÿáâàéòå" ;
VGerund => "òðÿáâàéêè"
} ;