extensions to DictEng and addition of parallel DictEngBul which is partly imported from Apertium

This commit is contained in:
kr.angelov
2012-06-20 09:06:59 +00:00
parent 983c72ba66
commit 87818d4404
12 changed files with 43517 additions and 159 deletions

View File

@@ -57,6 +57,7 @@ resource ResBul = ParamX ** open Prelude in {
| VPassive AForm
| VPresPart AForm
| VImperative Number
| VNoun NForm
| VGerund
;
@@ -268,6 +269,7 @@ resource ResBul = ParamX ** open Prelude in {
VPresPart aform => regAdjective "áúäåù" ! aform ;
VImperative Sg => "áúäè" ;
VImperative Pl => "áúäåòå" ;
VNoun _ => "";
VGerund => "áèäåéêè"
} ;
@@ -295,6 +297,7 @@ resource ResBul = ParamX ** open Prelude in {
VPresPart aform => regAdjective "áúäåù" ! aform ;
VImperative Sg => "áúäè" ;
VImperative Pl => "áúäåòå" ;
VNoun _ => "";
VGerund => "áúäåéêè"
} ;