From b51e88810ef4bb4fdda528b4786e054344dc025a Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 20 Jul 2014 08:26:33 +0000 Subject: [PATCH] DictionaryEng: removed some uses of the token "IRREG" but then stopped and added a comment; don't know what it is supposed to mean. Also changed who_N from "who" to "WHO" but again, don't know what who_N is supposed to mean. But it now creates hilarious translations of "who's who", treated as a statement about WHO... --- lib/src/translator/DictionaryEng.gf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/src/translator/DictionaryEng.gf b/lib/src/translator/DictionaryEng.gf index 96144adbd..4cf92f16d 100644 --- a/lib/src/translator/DictionaryEng.gf +++ b/lib/src/translator/DictionaryEng.gf @@ -552,7 +552,7 @@ lin acknowledge_VS = mkVS (mkV "acknowledge"); lin acknowledgeable_A = mkA "acknowledgeable" ; lin acknowledgement_N = mkN "acknowledgement" "acknowledgements"; lin acknowledgment_N = mkN "acknowledgment" ; -lin acme_N = mkN "acme" "IRREG"; +lin acme_N = mkN "acme" ; lin acne_N = mkN "acne" ; lin acned_A = mkA "acned" ; lin acneiform_A = mkA "acneiform" ; @@ -3467,7 +3467,7 @@ lin armourer_N = mkN "armourer" "armourers"; lin armoury_N = mkN "armoury" "armouries"; lin armpit_N = mkN "armpit" "armpits"; lin armrest_N = mkN "armrest" ; -lin arms_race_N = mkN "arms-race" "IRREG"; +lin arms_race_N = mkN "arms-race" ; lin arms_runner_N = mkN "arms-runner" "arms-runners"; lin army_N = mkN "army" "armies"; lin armyworm_N = mkN "armyworm" ; @@ -3725,7 +3725,7 @@ lin askance_Adv = mkAdv "askance"; lin askern_PN = mkPN "Askern"; lin askew_A = compoundA (mkA "askew"); lin askew_Adv = mkAdv "askew"; -lin asking_N = mkN "asking" "IRREG"; +lin asking_N = mkN "asking" ; lin aslant_A = mkA "aslant" ; lin aslant_Adv = mkAdv "aslant"; lin asleep_A = compoundA (mkA "asleep"); @@ -4170,7 +4170,7 @@ lin augustan_A = compoundA (mkA "augustan"); lin auk_N = mkN "auk" "auks"; lin auklet_N = mkN "auklet" ; lin auld_A = mkA "auld" ; -lin auld_lang_syne_N = mkN "auld lang syne" "IRREG"; +lin auld_lang_syne_N = mkN "auld lang syne" "IRREG"; ---- what is this "IRREG" AR 20/7/2014 lin aunt_N = mkN "aunt" "aunts"; lin auntie_N = mkN "auntie" "aunties"; lin aunty_N = mkN "aunty" "aunties"; @@ -64855,12 +64855,12 @@ lin whittler_N = mkN "whittler" ; lin whittlesey_PN = mkPN "Whittlesey"; lin whitworth_PN = mkPN "Whitworth"; lin whiz_N = mkN "whiz" ; -lin whiz_V = mkV "whiz" "IRREG" "IRREG" "IRREG" "IRREG"; +lin whiz_V = mkV "whiz" ; lin whizbang_N = mkN "whizbang" ; lin whizz_kid_N = mkN "whizz-kid" "whizz-kids"; lin whoPl_IP = mkIP "who" "whom" "whose" plural ; lin whoSg_IP = mkIP "who" "whom" "whose" singular ; -lin who_N = mkN "who" ; +lin who_N = mkN "WHO" ; ---- what is this? lin whodunit_N = mkN "whodunit" "whodunits"; lin whoever_NP = mkNP "whoever" "whoever" "whoever's" singular P3 human ; lin whole_A = compoundA (mkA "whole"); @@ -65149,7 +65149,7 @@ lin wisconsin_PN = mkPN "Wisconsin"; lin wisdom_N = mkN "wisdom" ; lin wisdom_tooth_N = mkN "wisdom-tooth" "wisdom-teeth"; lin wise_A = mkA "wise" "wiser"; -lin wise_N = mkN "wise" "IRREG"; +lin wise_N = mkN "wise" ; lin wise_up_V = partV (mkV "wise") "up"; lin wiseacre_N = mkN "wiseacre" "wiseacres"; lin wisecrack_N = mkN "wisecrack" "wisecracks"; @@ -65347,7 +65347,7 @@ lin word_splitting_N = mkN "word-splitting" ; lin word_up_V2 = mkV2 (partV (mkV "word") "up"); lin wordbook_N = mkN "wordbook" "wordbooks"; lin wordiness_N = mkN "wordiness" ; -lin wording_N = mkN "wording" "IRREG"; +lin wording_N = mkN "wording" ; lin wordless_A = compoundA (mkA "wordless"); lin wordmonger_N = mkN "wordmonger" ; lin wordnet_N = mkN "wordnet" ; @@ -65384,7 +65384,7 @@ lin workday_N = mkN "workday" "workdays"; lin worker_N = mkN human (mkN "worker" "workers"); lin workforce_N = mkN "workforce" ; lin workhorse_N = mkN "workhorse" ; -lin workhouse_N = mkN "workhouse" "IRREG"; +lin workhouse_N = mkN "workhouse" ; lin working_A = mkA "working" ; lin working_N = mkN "working" "workings"; lin working_class_A = compoundA (mkA "working-class");