From e98d62c42a93b02ad0ee754cbd2861dea4df8a03 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 18 Sep 2012 09:25:22 +0000 Subject: [PATCH] a few changes in DictEng --- lib/src/english/DictEng.gf | 6 ++++-- lib/src/english/DictEngAbs.gf | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/src/english/DictEng.gf b/lib/src/english/DictEng.gf index d489ad869..fea975700 100644 --- a/lib/src/english/DictEng.gf +++ b/lib/src/english/DictEng.gf @@ -2449,7 +2449,7 @@ lin bacteriologist_N = mkN "bacteriologist" "bacteriologists"; lin bacteriology_N = mkN "bacteriology" ; lin bacterium_N = mkN "bacterium" "bacteria" {- FIXME: guessed plural form -}; lin bacup_PN = mkPN "Bacup"; -lin bad_A = mkA "bad" "badder*"; +lin bad_A = mkA "bad" "worse" "worst" "badly"; lin bad_N = mkN "bad" ; lin badajoz_PN = mkPN "Badajoz"; lin badalona_PN = mkPN "Badalona"; @@ -17497,6 +17497,7 @@ lin hover_V = mkV "hover" "hovers" "hovered" "hovered" "hovering"; lin hovercraft_N = mkN "hovercraft" "hovercraft"; lin how_IAdv = {s="how"}; lin how8many_IDet = mkDeterminer plural "how many" ; +lin how8much_IDet = mkDeterminer singular "how much" ; lin how_d'ye_do_N = mkN "how - d'ye - do" "how - d'ye - dos"; lin howard_PN = mkPN "Howard"; lin howdah_N = mkN "howdah" "howdahs"; @@ -27833,6 +27834,7 @@ lin poinsettia_N = mkN "poinsettia" "poinsettias"; lin point_N = mkN "point" "points"; lin point_V = mkV "point" "points" "pointed" "pointed" "pointing"; lin point_V2 = mkV2 (mkV "point" "points" "pointed" "pointed" "pointing"); +lin pointedly_AdV = mkAdV "pointedly"; lin point_blank_A = compoundA (mkA "point - blank"); lin point_blank_Adv = mkAdv "point - blank"; lin point_duty_N = mkN "point - duty" ; @@ -38197,7 +38199,7 @@ 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 theatre_N = mkN "theatre" "theatres"; +lin theatre_N = mkN (variants {"theatre"; "theater"}); lin theatregoer_N = mkN "theatregoer" "theatregoers"; lin theatrical_A = compoundA (mkA "theatrical"); lin theatrical_N = mkN "theatrical" "theatricals"; diff --git a/lib/src/english/DictEngAbs.gf b/lib/src/english/DictEngAbs.gf index 712aaa95b..3ea16e66c 100644 --- a/lib/src/english/DictEngAbs.gf +++ b/lib/src/english/DictEngAbs.gf @@ -17473,6 +17473,7 @@ fun hover_V : V; fun hovercraft_N : N; fun how_IAdv : IAdv; fun how8many_IDet : IDet; +fun how8much_IDet : IDet; fun how_d'ye_do_N : N; fun howard_PN : PN; fun howdah_N : N; @@ -27781,6 +27782,7 @@ fun poinsettia_N : N; fun point_N : N; fun point_V : V; fun point_V2 : V2; +fun pointedly_AdV : AdV; fun point_blank_A : A; fun point_blank_Adv : Adv; fun point_duty_N : N;