1
0
forked from GitHub/gf-core

more fixes in DictEng

This commit is contained in:
krasimir
2009-12-05 10:05:26 +00:00
parent e03fd993df
commit bfa926062a
2 changed files with 0 additions and 28 deletions

View File

@@ -13497,7 +13497,6 @@ lin fever_N = mkN "fever" "fevers";
lin fevered_A = compoundA (mkA "fevered"); lin fevered_A = compoundA (mkA "fevered");
lin feverish_A = compoundA (mkA "feverish"); lin feverish_A = compoundA (mkA "feverish");
lin feverishly_Adv = mkAdv "feverishly"; lin feverishly_Adv = mkAdv "feverishly";
lin few_A = mkA "few" "fewer";
lin fewness_N = mkN "fewness" "-" {- FIXME: no plural form -}; lin fewness_N = mkN "fewness" "-" {- FIXME: no plural form -};
lin fey_A = compoundA (mkA "fey"); lin fey_A = compoundA (mkA "fey");
lin fez_N = mkN "fez" "fezes"; lin fez_N = mkN "fez" "fezes";
@@ -13551,17 +13550,6 @@ lin fiery_A = compoundA (mkA "fiery");
lin fiesta_N = mkN "fiesta" "fiestas"; lin fiesta_N = mkN "fiesta" "fiestas";
lin fife_N = mkN "fife" "fifes"; lin fife_N = mkN "fife" "fifes";
lin fife_PN = mkPN "Fife"; lin fife_PN = mkPN "Fife";
lin fifteen_A = compoundA (mkA "fifteen");
lin fifteen_N = mkN "fifteen" "fifteens";
lin fifteenth_A = compoundA (mkA "fifteenth");
lin fifteenth_N = mkN "fifteenth" "fifteenths";
lin fifth_A = compoundA (mkA "fifth");
lin fifth_N = mkN "fifth" "fifths";
lin fifthly_Adv = mkAdv "fifthly";
lin fiftieth_A = compoundA (mkA "fiftieth");
lin fiftieth_N = mkN "fiftieth" "fiftieths";
lin fifty_A = compoundA (mkA "fifty");
lin fifty_N = mkN "fifty" "fifties";
lin fig_N = mkN "fig" "figs"; lin fig_N = mkN "fig" "figs";
lin fig_leaf_N = mkN "fig-leaf" "fig-leaves" {- FIXME: guessed plural form -}; lin fig_leaf_N = mkN "fig-leaf" "fig-leaves" {- FIXME: guessed plural form -};
lin fight_N = mkN "fight" "fights"; lin fight_N = mkN "fight" "fights";
@@ -24905,7 +24893,6 @@ lin nobleman_N = mkN "nobleman" "noblemen" {- FIXME: guessed plural form -};
lin noblesse_N = mkN "noblesse" "IRREG"; lin noblesse_N = mkN "noblesse" "IRREG";
lin noblesse_oblige_N = mkN "noblesse oblige" "-" {- FIXME: no plural form -}; lin noblesse_oblige_N = mkN "noblesse oblige" "-" {- FIXME: no plural form -};
lin nobly_Adv = mkAdv "nobly"; lin nobly_Adv = mkAdv "nobly";
lin nobody_N = mkN "nobody" "nobodies";
lin noctambulist_N = mkN "noctambulist" "noctambulists"; lin noctambulist_N = mkN "noctambulist" "noctambulists";
lin nocturnal_A = compoundA (mkA "nocturnal"); lin nocturnal_A = compoundA (mkA "nocturnal");
lin nocturne_N = mkN "nocturne" "nocturnes"; lin nocturne_N = mkN "nocturne" "nocturnes";
@@ -38669,7 +38656,6 @@ lin thatcher_N = mkN "thatcher" "thatchers";
lin thaw_N = mkN "thaw" "thaws"; lin thaw_N = mkN "thaw" "thaws";
lin thaw_V = mkV "thaw" "thaws" "thawed" "thawed" "thawing"; lin thaw_V = mkV "thaw" "thaws" "thawed" "thawed" "thawing";
lin thaw_V2 = mkV2 (mkV "thaw" "thaws" "thawed" "thawed" "thawing"); lin thaw_V2 = mkV2 (mkV "thaw" "thaws" "thawed" "thawed" "thawing");
lin the_Adv = mkAdv "the";
lin theatre_N = mkN "theatre" "theatres"; lin theatre_N = mkN "theatre" "theatres";
lin theatregoer_N = mkN "theatregoer" "theatregoers"; lin theatregoer_N = mkN "theatregoer" "theatregoers";
lin theatrical_A = compoundA (mkA "theatrical"); lin theatrical_A = compoundA (mkA "theatrical");

View File

@@ -13491,7 +13491,6 @@ fun fever_N : N;
fun fevered_A : A; fun fevered_A : A;
fun feverish_A : A; fun feverish_A : A;
fun feverishly_Adv : Adv; fun feverishly_Adv : Adv;
fun few_A : A;
fun fewness_N : N; fun fewness_N : N;
fun fey_A : A; fun fey_A : A;
fun fez_N : N; fun fez_N : N;
@@ -13545,17 +13544,6 @@ fun fiery_A : A;
fun fiesta_N : N; fun fiesta_N : N;
fun fife_N : N; fun fife_N : N;
fun fife_PN : PN; fun fife_PN : PN;
fun fifteen_A : A;
fun fifteen_N : N;
fun fifteenth_A : A;
fun fifteenth_N : N;
fun fifth_A : A;
fun fifth_N : N;
fun fifthly_Adv : Adv;
fun fiftieth_A : A;
fun fiftieth_N : N;
fun fifty_A : A;
fun fifty_N : N;
fun fig_N : N; fun fig_N : N;
fun fig_leaf_N : N; fun fig_leaf_N : N;
fun fight_N : N; fun fight_N : N;
@@ -24899,7 +24887,6 @@ fun nobleman_N : N;
fun noblesse_N : N; fun noblesse_N : N;
fun noblesse_oblige_N : N; fun noblesse_oblige_N : N;
fun nobly_Adv : Adv; fun nobly_Adv : Adv;
fun nobody_N : N;
fun noctambulist_N : N; fun noctambulist_N : N;
fun nocturnal_A : A; fun nocturnal_A : A;
fun nocturne_N : N; fun nocturne_N : N;
@@ -38663,7 +38650,6 @@ fun thatcher_N : N;
fun thaw_N : N; fun thaw_N : N;
fun thaw_V : V; fun thaw_V : V;
fun thaw_V2 : V2; fun thaw_V2 : V2;
fun the_Adv : Adv;
fun theatre_N : N; fun theatre_N : N;
fun theatregoer_N : N; fun theatregoer_N : N;
fun theatrical_A : A; fun theatrical_A : A;