1
0
forked from GitHub/gf-core

a bunch of new words and fixes in DictEng and DictEngBul

This commit is contained in:
kr.angelov
2013-02-10 22:27:18 +00:00
parent 8379e24174
commit be405532e6
4 changed files with 362 additions and 358 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -717,10 +717,10 @@ oper
ANeut ;
mkN074 : Str -> N ;
mkN074 base = let v0 = base
in { s = table {
in { s = table {
NF Sg _ => v0 ;
NF Pl Indef => v0 ;
NF Pl Def => v0+"ňŕ" ;
NF Pl Def => v0+"ňŕ" ;
NFSgDefNom => v0 ;
NFPlCount => v0 ;
NFVocative => v0
@@ -1147,7 +1147,7 @@ oper
(v0+"ęŕő")
(v0+"÷ĺő")
(v0+"ęŕë")
(v0+"÷ĺë")
(v0+"÷ĺë")
(v0+"ęŕí")
(v0+"÷ĺů")
(v0+"÷č")
@@ -1255,7 +1255,7 @@ oper
(v0+"˙ő")
(v0+"ĺő")
(v0+"˙ë")
(v0+"ĺë")
(v0+"ĺë")
(v0+"˙í")
(v0+"ĺů")
(v0+"é")

View File

@@ -13640,8 +13640,7 @@ lin first_class_Adv = mkAdv "first - class";
lin first_hand_A = compoundA (mkA "first - hand");
lin first_hand_Adv = mkAdv "first - hand";
lin first_nighter_N = mkN "first - nighter" "first - nighters";
lin first_rate_A = compoundA (mkA "first - rate");
lin first_rate_Adv = mkAdv "first - rate";
lin first_rate_A = irregAdv (compoundA (mkA "first - rate")) "first - rate";
lin firstborn_A = compoundA (mkA "firstborn");
lin firstborn_N = mkN "firstborn" "firstborns";
lin firth_N = mkN "firth" "firths";
@@ -28623,8 +28622,8 @@ lin pretoria_PN = mkPN "Pretoria";
lin prettify_V2 = mkV2 (mkV "prettify" "prettifies" "prettified" "prettified" "prettifying");
lin prettily_Adv = mkAdv "prettily";
lin prettiness_N = mkN "prettiness" ;
lin pretty_A = mkA "pretty" "prettier";
lin pretty_Adv = mkAdv "pretty";
lin pretty_A = irregAdv (mkA "pretty" "prettier") "pretty";
lin pretty_AdA = mkAdA "pretty";
lin pretty_N = mkN "pretty" "pretties";
lin pretty_pretty_A = compoundA (mkA "pretty - pretty");
lin pretzel_N = mkN "pretzel" "pretzels";

View File

@@ -13621,7 +13621,6 @@ fun first_hand_A : A;
fun first_hand_Adv : Adv;
fun first_nighter_N : N;
fun first_rate_A : A;
fun first_rate_Adv : Adv;
fun firstborn_A : A;
fun firstborn_N : N;
fun firth_N : N;
@@ -28572,7 +28571,7 @@ fun prettify_V2 : V2;
fun prettily_Adv : Adv;
fun prettiness_N : N;
fun pretty_A : A;
fun pretty_Adv : Adv;
fun pretty_AdA : AdA;
fun pretty_N : N;
fun pretty_pretty_A : A;
fun pretzel_N : N;