1
0
forked from GitHub/gf-core

fixes in DictEng and ParseEng

This commit is contained in:
kr.angelov
2012-05-07 21:40:14 +00:00
parent ed6a53609b
commit 38ed063405
4 changed files with 15 additions and 9 deletions

View File

@@ -7956,7 +7956,7 @@ lin corps_diplomatique_N = mkN "corps diplomatique" "IRREG";
lin corpse_N = mkN "corpse" "corpses";
lin corpulence_N = mkN "corpulence" ;
lin corpulent_A = compoundA (mkA "corpulent");
lin corpus_N = mkN "corpus" "corpi" {- FIXME: guessed plural form -};
lin corpus_N = mkN "corpus" "corpora";
lin corpuscle_N = mkN "corpuscle" "corpuscles";
lin corral_N = mkN "corral" "corrals";
lin corral_V2 = mkV2 (mkV "corral" "corrals" "corralled" "corralled" "corralling");
@@ -27772,7 +27772,6 @@ lin point_V2 = mkV2 (mkV "point" "points" "pointed" "pointed" "pointing");
lin point_blank_A = compoundA (mkA "point - blank");
lin point_blank_Adv = mkAdv "point - blank";
lin point_duty_N = mkN "point - duty" ;
lin pointed_A = compoundA (mkA "pointed");
lin pointer_N = mkN "pointer" "pointers";
lin pointless_A = compoundA (mkA "pointless");
lin pointsman_N = mkN "pointsman" "pointsmen" {- FIXME: guessed plural form -};
@@ -42153,7 +42152,8 @@ lin whang_N = mkN "whang" "whangs";
lin whang_V2 = mkV2 (mkV "whang" "whangs" "whanged" "whanged" "whanging");
lin wharf_N = mkN "wharf" "wharfs";
lin wharfage_N = mkN "wharfage" ;
lin what_A = compoundA (mkA "what");
lin whatPl_IP = mkIP "what" "what" "what's" plural ;
lin whatSg_IP = mkIP "what" "what" "what's" singular ;
lin what_for_N = mkN "what - for" ;
lin whate'er_A = compoundA (mkA "whate'er");
lin whatever_A = compoundA (mkA "whatever");
@@ -42316,6 +42316,8 @@ lin whiz_N = mkN "whiz" ;
lin whiz_V = mkV "whiz" "IRREG" "IRREG" "IRREG" "IRREG";
lin whizz_kid_N = mkN "whizz - kid" "whizz - kids";
lin who_N = mkN "who" ;
lin whoPl_IP = mkIP "who" "whom" "whose" plural ;
lin whoSg_IP = mkIP "who" "whom" "whose" singular ;
lin whodunit_N = mkN "whodunit" "whodunits";
lin whole_A = compoundA (mkA "whole");
lin whole_N = mkN "whole" "wholes";