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

@@ -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 => "òðÿáâàéêè"
} ;