a few changes in DictEng

This commit is contained in:
kr.angelov
2012-09-18 09:25:22 +00:00
parent 44df7a33cf
commit e98d62c42a
2 changed files with 6 additions and 2 deletions

View File

@@ -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";

View File

@@ -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;