From bfa926062a79ee4b203416d201c372041afa48a9 Mon Sep 17 00:00:00 2001 From: krasimir Date: Sat, 5 Dec 2009 10:05:26 +0000 Subject: [PATCH] more fixes in DictEng --- lib/src/english/DictEng.gf | 14 -------------- lib/src/english/DictEngAbs.gf | 14 -------------- 2 files changed, 28 deletions(-) diff --git a/lib/src/english/DictEng.gf b/lib/src/english/DictEng.gf index 67f20f666..8ee28761e 100644 --- a/lib/src/english/DictEng.gf +++ b/lib/src/english/DictEng.gf @@ -13497,7 +13497,6 @@ lin fever_N = mkN "fever" "fevers"; lin fevered_A = compoundA (mkA "fevered"); lin feverish_A = compoundA (mkA "feverish"); lin feverishly_Adv = mkAdv "feverishly"; -lin few_A = mkA "few" "fewer"; lin fewness_N = mkN "fewness" "-" {- FIXME: no plural form -}; lin fey_A = compoundA (mkA "fey"); lin fez_N = mkN "fez" "fezes"; @@ -13551,17 +13550,6 @@ lin fiery_A = compoundA (mkA "fiery"); lin fiesta_N = mkN "fiesta" "fiestas"; lin fife_N = mkN "fife" "fifes"; 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_leaf_N = mkN "fig-leaf" "fig-leaves" {- FIXME: guessed plural form -}; 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_oblige_N = mkN "noblesse oblige" "-" {- FIXME: no plural form -}; lin nobly_Adv = mkAdv "nobly"; -lin nobody_N = mkN "nobody" "nobodies"; lin noctambulist_N = mkN "noctambulist" "noctambulists"; lin nocturnal_A = compoundA (mkA "nocturnal"); lin nocturne_N = mkN "nocturne" "nocturnes"; @@ -38669,7 +38656,6 @@ lin thatcher_N = mkN "thatcher" "thatchers"; lin thaw_N = mkN "thaw" "thaws"; lin thaw_V = 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 theatregoer_N = mkN "theatregoer" "theatregoers"; lin theatrical_A = compoundA (mkA "theatrical"); diff --git a/lib/src/english/DictEngAbs.gf b/lib/src/english/DictEngAbs.gf index 8d4d7892b..00d0e4fd9 100644 --- a/lib/src/english/DictEngAbs.gf +++ b/lib/src/english/DictEngAbs.gf @@ -13491,7 +13491,6 @@ fun fever_N : N; fun fevered_A : A; fun feverish_A : A; fun feverishly_Adv : Adv; -fun few_A : A; fun fewness_N : N; fun fey_A : A; fun fez_N : N; @@ -13545,17 +13544,6 @@ fun fiery_A : A; fun fiesta_N : N; fun fife_N : N; 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_leaf_N : N; fun fight_N : N; @@ -24899,7 +24887,6 @@ fun nobleman_N : N; fun noblesse_N : N; fun noblesse_oblige_N : N; fun nobly_Adv : Adv; -fun nobody_N : N; fun noctambulist_N : N; fun nocturnal_A : A; fun nocturne_N : N; @@ -38663,7 +38650,6 @@ fun thatcher_N : N; fun thaw_N : N; fun thaw_V : V; fun thaw_V2 : V2; -fun the_Adv : Adv; fun theatre_N : N; fun theatregoer_N : N; fun theatrical_A : A;