forked from GitHub/gf-core
extensions to DictEng and addition of parallel DictEngBul which is partly imported from Apertium
This commit is contained in:
@@ -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 => "áúäåéêè"
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user