forked from GitHub/gf-core
updated TopDictionary files after refactoring of Dictionary
This commit is contained in:
@@ -55,9 +55,9 @@ lin know_VS = mkVS (mkV "know" "knows" "knew" "known" "knowing");
|
||||
lin know_VQ = mkVQ (mkV "know" "knows" "knew" "known" "knowing");
|
||||
lin know_V2 = mkV2 (mkV "know" "knows" "knew" "known" "knowing");
|
||||
lin know_V = mkV "know" "knows" "knew" "known" "knowing";
|
||||
lin time_N = mkN "time" "times";
|
||||
lin time_2_N = mkN "time" ;
|
||||
lin time_1_N = mkN "time" ;
|
||||
lin time_N = variants{} ; --
|
||||
lin time_2_N = mkN "time" "times";
|
||||
lin time_1_N = mkN "time" "times";
|
||||
lin take_V2 = mkV2 (IrregEng.take_V);
|
||||
lin so_Adv = mkAdv "so" ;
|
||||
lin year_N = mkN "year" "years";
|
||||
@@ -85,7 +85,7 @@ lin well_Adv = mkAdv "well" ;
|
||||
lin only_Adv = mkAdv "only";
|
||||
lin new_A = mkA "new" "newer";
|
||||
lin when_Subj = mkSubj "when";
|
||||
lin way_N = mkN "way" "ways";
|
||||
lin way_N = variants{} ; --
|
||||
lin way_2_N = mkN "way" ;
|
||||
lin way_1_N = mkN "way" ;
|
||||
lin look_VA = mkVA (mkV "look" "looks" "looked" "looked" "looking");
|
||||
@@ -135,7 +135,7 @@ lin put_V2 = mkV2 (IrregEng.put_V);
|
||||
lin on_Adv = mkAdv "on";
|
||||
lin no_Interj = ss "no";
|
||||
lin work_V2 = mkV2 (mkV "work" "works" "worked" "worked" "working");
|
||||
lin work_V = mkV "work" "works" "worked" "worked" "working";
|
||||
lin work_V = variants{}; -- mkV2 (mkV "work" "works" "worked" "worked" "working");
|
||||
lin work_2_V = mkV "work" ;
|
||||
lin work_1_V = mkV "work" ;
|
||||
lin become_VA = mkVA (IrregEng.become_V);
|
||||
@@ -178,16 +178,16 @@ lin ask_V2V = mkV2V (mkV "ask") noPrep to_Prep;
|
||||
lin ask_V2 = mkV2 (mkV "ask");
|
||||
lin ask_V = mkV "ask" "asks" "asked" "asked" "asking";
|
||||
lin group_N = mkN "group" "groups";
|
||||
lin number_N = mkN "number" "numbers";
|
||||
lin number_3_N = mkN "number" ;
|
||||
lin number_2_N = mkN "number" ;
|
||||
lin number_1_N = mkN "number" ;
|
||||
lin number_N = variants{} ; --
|
||||
lin number_3_N = mkN "number" "numbers";
|
||||
lin number_2_N = mkN "number" "numbers";
|
||||
lin number_1_N = mkN "number" "numbers";
|
||||
lin yes_Interj = ss "yes";
|
||||
lin however_Adv = mkAdv "however";
|
||||
lin another_Det = mkDeterminer singular "another" ;
|
||||
lin again_Adv = mkAdv "again";
|
||||
lin world_N = mkN "world" "worlds";
|
||||
lin area_N = mkN "area" ;
|
||||
lin area_N = variants{} ; --
|
||||
lin area_6_N = mkN "area" "areas";
|
||||
lin area_5_N = mkN "area" "areas";
|
||||
lin area_4_N = mkN "area" "areas";
|
||||
@@ -213,9 +213,9 @@ lin try_V = mkV "try" "tries" "tried" "tried" "trying";
|
||||
lin call_V2 = mkV2 (mkV "call" "calls" "called" "called" "calling");
|
||||
lin call_V = mkV "call" "calls" "called" "called" "calling";
|
||||
lin hand_N = mkN "hand" "hands";
|
||||
lin party_N = mkN "party" "parties";
|
||||
lin party_2_N = mkN "party" ;
|
||||
lin party_1_N = mkN "party" ;
|
||||
lin party_N = variants{} ; --
|
||||
lin party_2_N = mkN "party" "parties";
|
||||
lin party_1_N = mkN "party" "parties";
|
||||
lin high_A = mkA "high" "higher";
|
||||
lin about_Adv = mkAdv "about";
|
||||
lin something_NP = regNP "something" singular ;
|
||||
@@ -227,16 +227,16 @@ lin small_A = mkA "small" "smaller";
|
||||
lin place_N = mkN "place" "places";
|
||||
lin before_Prep = mkPrep "before";
|
||||
lin while_Subj = mkSubj "while";
|
||||
lin away_Adv = mkAdv "away";
|
||||
lin away_Adv = variants{} ; --
|
||||
lin away_2_Adv = mkAdv "away" ;
|
||||
lin away_1_Adv = mkAdv "away" ;
|
||||
lin keep_VV = ingVV (IrregEng.keep_V);
|
||||
lin keep_V2A = mkV2A (IrregEng.keep_V) noPrep;
|
||||
lin keep_V2 = mkV2 (IrregEng.keep_V);
|
||||
lin keep_V = IrregEng.keep_V;
|
||||
lin point_N = mkN "point" "points";
|
||||
lin point_2_N = mkN "point" ;
|
||||
lin point_1_N = mkN "point" ;
|
||||
lin point_N = variants{} ; --
|
||||
lin point_2_N = mkN "point" "points";
|
||||
lin point_1_N = mkN "point" "points";
|
||||
lin house_N = mkN "house" "houses";
|
||||
lin different_A = compoundA (mkA "different");
|
||||
lin country_N = mkN "country" "countries";
|
||||
@@ -258,9 +258,9 @@ lin without_Prep = mkPrep "without";
|
||||
lin turn_VA = mkVA (mkV "turn" "turns" "turned" "turned" "turning");
|
||||
lin turn_V2 = mkV2 (mkV "turn" "turns" "turned" "turned" "turning");
|
||||
lin turn_V = mkV "turn" "turns" "turned" "turned" "turning";
|
||||
lin end_N = mkN "end" "ends";
|
||||
lin end_2_N = mkN "end" ;
|
||||
lin end_1_N = mkN "end" ;
|
||||
lin end_N = variants{} ; --
|
||||
lin end_2_N = mkN "end" "ends";
|
||||
lin end_1_N = mkN "end" "ends";
|
||||
lin within_Prep = mkPrep "within";
|
||||
lin local_A = compoundA (mkA "local");
|
||||
lin where_Subj = mkSubj "where";
|
||||
@@ -284,9 +284,9 @@ lin social_A = compoundA (mkA "social");
|
||||
lin write_VS = mkVS (IrregEng.write_V);
|
||||
lin write_V2 = mkV2 (IrregEng.write_V);
|
||||
lin write_V = IrregEng.write_V;
|
||||
lin state_N = mkN "state" "states";
|
||||
lin state_2_N = mkN "state" ;
|
||||
lin state_1_N = mkN "state" ;
|
||||
lin state_N = variants{} ; --
|
||||
lin state_2_N = mkN "state" "states";
|
||||
lin state_1_N = mkN "state" "states";
|
||||
lin percent_N = mkN "percent" "percent";
|
||||
lin quite_Adv = mkAdv "quite" ;
|
||||
lin both_Det = mkDeterminer plural "both";
|
||||
@@ -295,7 +295,7 @@ lin start_V = mkV "start" "starts" "started" "started" "starting";
|
||||
lin run_V2 = mkV2 (IrregEng.run_V);
|
||||
lin run_V = IrregEng.run_V;
|
||||
lin long_A = irregAdv (mkA "long" "longer") "long";
|
||||
lin right_Adv = mkAdv "right";
|
||||
lin right_Adv = variants{} ; --
|
||||
lin right_2_Adv = mkAdv "right" ;
|
||||
lin right_1_Adv = mkAdv "right" ;
|
||||
lin set_V2 = mkV2 (IrregEng.set_V);
|
||||
@@ -313,8 +313,8 @@ lin head_N = mkN "head" "heads";
|
||||
lin information_N = mkN "information" ;
|
||||
lin question_N = mkN "question" "questions";
|
||||
lin business_N = mkN "business" "businesses";
|
||||
lin play_V2 = mkV2 (mkV "play" "plays" "played" "played" "playing");
|
||||
lin play_V = mkV "play" "plays" "played" "played" "playing";
|
||||
lin play_V2 = variants{} ; --
|
||||
lin play_V = variants{} ; --
|
||||
lin play_3_V2 = mkV2 "play" ;
|
||||
lin play_3_V = mkV "play" ;
|
||||
lin play_2_V2 = mkV2 "play" ;
|
||||
@@ -325,13 +325,13 @@ lin power_N = mkN "power" "powers";
|
||||
lin money_N = mkN "money" ;
|
||||
lin change_N = mkN "change" "changes";
|
||||
lin move_V2 = mkV2 (mkV "move" "moves" "moved" "moved" "moving");
|
||||
lin move_V = mkV "move" "moves" "moved" "moved" "moving";
|
||||
lin move_V = variants{}; -- mkV2 (mkV "move" "moves" "moved" "moved" "moving");
|
||||
lin move_2_V = mkV "move" ;
|
||||
lin move_1_V = mkV "move" ;
|
||||
lin interest_N = mkN "interest" "interests";
|
||||
lin interest_N = variants{} ; --
|
||||
lin interest_4_N = mkN "interest" "interests";
|
||||
lin interest_2_N = mkN "interest" ;
|
||||
lin interest_1_N = mkN "interest" ;
|
||||
lin interest_2_N = mkN "interest" "interests";
|
||||
lin interest_1_N = mkN "interest" "interests";
|
||||
lin order_N = mkN "order" "orders";
|
||||
lin book_N = mkN "book" "books";
|
||||
lin often_Adv = mkAdv "often";
|
||||
@@ -354,13 +354,13 @@ lin water_N = mkN "water" "waters";
|
||||
lin form_N = mkN "form" "forms";
|
||||
lin car_N = mkN "car" "cars";
|
||||
lin other_N = mkN "other" "others";
|
||||
lin yet_Adv = mkAdv "yet";
|
||||
lin yet_Adv = variants{}; -- mkAdV "yet";
|
||||
lin yet_2_Adv = mkAdv "yet" ;
|
||||
lin yet_1_Adv = mkAdv "yet" ;
|
||||
lin perhaps_Adv = mkAdv "perhaps";
|
||||
lin meet_V2 = mkV2 (IrregEng.meet_V);
|
||||
lin meet_V = IrregEng.meet_V;
|
||||
lin level_N = mkN "level" "levels";
|
||||
lin level_N = variants{} ; --
|
||||
lin level_2_N = mkN "level" "levels";
|
||||
lin level_1_N = mkN "level" "levels";
|
||||
lin until_Subj = mkSubj "until" ;
|
||||
@@ -401,19 +401,19 @@ lin happen_V = mkV "happen" "happens" "happened" "happened" "happening";
|
||||
lin friend_N = mkN "friend" "friends";
|
||||
lin right_N = mkN "right" "rights";
|
||||
lin least_Adv = mkAdv "least";
|
||||
lin right_A = compoundA (mkA "right");
|
||||
lin right_A = variants{} ; --
|
||||
lin right_2_A = mkA "right" ;
|
||||
lin right_1_A = mkA "right" ;
|
||||
lin almost_Adv = mkAdv "almost";
|
||||
lin much_Det = mkDeterminer singular "much";
|
||||
lin carry_V2 = mkV2 (mkV "carry" "carries" "carried" "carried" "carrying");
|
||||
lin carry_V = mkV "carry" "carries" "carried" "carried" "carrying";
|
||||
lin authority_N = mkN "authority" "authorities";
|
||||
lin authority_2_N = mkN "authority" ;
|
||||
lin authority_1_N = mkN "authority" ;
|
||||
lin authority_N = variants{} ; --
|
||||
lin authority_2_N = mkN "authority" "authorities";
|
||||
lin authority_1_N = mkN "authority" "authorities";
|
||||
lin long_Adv = mkAdv "long" ;
|
||||
lin early_A = mkA "early" "earlier";
|
||||
lin view_N = mkN "view" "views";
|
||||
lin view_N = variants{} ; --
|
||||
lin view_2_N = mkN "view" ;
|
||||
lin view_1_N = mkN "view" ;
|
||||
lin public_A = compoundA (mkA "public");
|
||||
@@ -443,13 +443,13 @@ lin political_A = compoundA (mkA "political");
|
||||
lin later_Adv = mkAdv "later" ;
|
||||
lin hour_N = mkN "hour" "hours";
|
||||
lin rate_N = mkN "rate" "rates";
|
||||
lin law_N = mkN "law" "laws";
|
||||
lin law_N = variants{} ; --
|
||||
lin law_2_N = mkN "law" ;
|
||||
lin law_1_N = mkN "law" ;
|
||||
lin door_N = mkN "door" "doors";
|
||||
lin court_N = mkN "court" "courts";
|
||||
lin court_2_N = mkN "court" ;
|
||||
lin court_1_N = mkN "court" ;
|
||||
lin court_N = variants{} ; --
|
||||
lin court_2_N = mkN "court" "courts";
|
||||
lin court_1_N = mkN "court" "courts";
|
||||
lin office_N = mkN "office" "offices";
|
||||
lin let_V2V = mkV2V (IrregEng.let_V) noPrep noPrep ;
|
||||
lin war_N = mkN "war" "wars";
|
||||
@@ -457,12 +457,12 @@ lin produce_V2 = mkV2 (mkV "produce" "produces" "produced" "produced" "producing
|
||||
lin produce_V = mkV "produce" "produces" "produced" "produced" "producing";
|
||||
lin reason_N = mkN "reason" "reasons";
|
||||
lin less_Adv = mkAdv "less";
|
||||
lin minister_N = mkN "minister" "ministers";
|
||||
lin minister_2_N = mkN "minister" ;
|
||||
lin minister_1_N = mkN "minister" ;
|
||||
lin subject_N = mkN "subject" "subjects";
|
||||
lin subject_2_N = mkN "subject" ;
|
||||
lin subject_1_N = mkN "subject" ;
|
||||
lin minister_N = variants{} ; --
|
||||
lin minister_2_N = mkN "minister" "ministers";
|
||||
lin minister_1_N = mkN "minister" "ministers";
|
||||
lin subject_N = variants{} ; --
|
||||
lin subject_2_N = mkN "subject" "subjects";
|
||||
lin subject_1_N = mkN "subject" "subjects";
|
||||
lin person_N = mkN masculine (mkN "person" "persons");
|
||||
lin term_N = mkN "term" "terms";
|
||||
lin particular_A = compoundA (mkA "particular");
|
||||
@@ -481,7 +481,7 @@ lin suggest_V = mkV "suggest";
|
||||
lin far_A = irregAdv (compoundA (mkA "far")) "far";
|
||||
lin towards_Prep = mkPrep "towards";
|
||||
lin anything_NP = regNP "anything" singular;
|
||||
lin period_N = mkN "period" "periods";
|
||||
lin period_N = variants{} ; --
|
||||
lin period_3_N = mkN "period" ;
|
||||
lin period_2_N = mkN "period" ;
|
||||
lin period_1_N = mkN "period" ;
|
||||
@@ -524,9 +524,9 @@ lin available_A = compoundA (mkA "available");
|
||||
lin price_N = mkN "price" "prices";
|
||||
lin little_A = mkA "little" "less" "least" "little" ;
|
||||
lin action_N = mkN "action" "actions";
|
||||
lin issue_N = mkN "issue" "issues";
|
||||
lin issue_2_N = mkN "issue" ;
|
||||
lin issue_1_N = mkN "issue" ;
|
||||
lin issue_N = variants{} ; --
|
||||
lin issue_2_N = mkN "issue" "issues";
|
||||
lin issue_1_N = mkN "issue" "issues";
|
||||
lin far_Adv = mkAdv "far" ;
|
||||
lin remember_VS = mkVS (mkV "remember" "remembers" "remembered" "remembered" "remembering");
|
||||
lin remember_V2 = mkV2 (mkV "remember" "remembers" "remembered" "remembered" "remembering");
|
||||
@@ -543,9 +543,9 @@ lin remain_VV = mkVV (mkV "remain" "remains" "remained" "remained" "remaining");
|
||||
lin remain_VA = mkVA (mkV "remain" "remains" "remained" "remained" "remaining");
|
||||
lin remain_V2 = mkV2 (mkV "remain");
|
||||
lin remain_V = mkV "remain";
|
||||
lin figure_N = mkN "figure" "figures";
|
||||
lin figure_2_N = mkN "figure" ;
|
||||
lin figure_1_N = mkN "figure" ;
|
||||
lin figure_N = variants{} ; --
|
||||
lin figure_2_N = mkN "figure" "figures";
|
||||
lin figure_1_N = mkN "figure" "figures";
|
||||
lin type_N = mkN "type" "types";
|
||||
lin research_N = mkN "research" "researches";
|
||||
lin actually_Adv = mkAdv "actually" ;
|
||||
@@ -648,12 +648,12 @@ lin death_N = mkN "death" "deaths";
|
||||
lin soon_Adv = mkAdv "soon";
|
||||
lin act_N = mkN "act" "acts";
|
||||
lin sense_N = mkN "sense" "senses";
|
||||
lin staff_N = mkN "staff" "staffs";
|
||||
lin staff_2_N = mkN "staff" ;
|
||||
lin staff_1_N = mkN "staff" ;
|
||||
lin certain_A = compoundA (mkA "certain");
|
||||
lin certain_2_A = mkA "certain" ;
|
||||
lin certain_1_A = mkA "certain" ;
|
||||
lin staff_N = variants{} ; --
|
||||
lin staff_2_N = mkN "staff" "staffs";
|
||||
lin staff_1_N = mkN "staff" "staffs";
|
||||
lin certain_A = variants{} ; --
|
||||
lin certain_2_A = compoundA (mkA "certain");
|
||||
lin certain_1_A = compoundA (mkA "certain");
|
||||
lin studentMasc_N = mkN masculine (mkN "student" "students");
|
||||
lin half_Predet = {s = "half" | "half of"} ;
|
||||
lin half_Predet = {s = "half" | "half of"} ;
|
||||
@@ -682,26 +682,26 @@ lin product_N = mkN "product" "products";
|
||||
lin city_N = mkN "city" "cities";
|
||||
lin early_Adv = mkAdv "early";
|
||||
lin committee_N = mkN "committee" "committees";
|
||||
lin ground_N = mkN "ground" "grounds";
|
||||
lin ground_2_N = mkN "ground" ;
|
||||
lin ground_1_N = mkN "ground" ;
|
||||
lin letter_N = mkN "letter" ;
|
||||
lin ground_N = variants{} ; --
|
||||
lin ground_2_N = mkN "ground" "grounds";
|
||||
lin ground_1_N = mkN "ground" "grounds";
|
||||
lin letter_N = variants{} ; --
|
||||
lin letter_2_N = mkN "letter" "letters";
|
||||
lin letter_1_N = mkN "letter" "letters";
|
||||
lin create_V2 = mkV2 (mkV "create" "creates" "created" "created" "creating");
|
||||
lin create_V = mkV "create" "creates" "created" "created" "creating";
|
||||
lin evidence_N = mkN "evidence" ;
|
||||
lin evidence_N = variants{} ; --
|
||||
lin evidence_2_N = mkN "evidence" ;
|
||||
lin evidence_1_N = mkN "evidence" ;
|
||||
lin foot_N = mkN "foot" "feet";
|
||||
lin clear_A = mkA "clear" "clearer";
|
||||
lin boy_N = mkN masculine (mkN "boy" "boys");
|
||||
lin game_N = mkN "game" "games";
|
||||
lin game_N = variants{} ; --
|
||||
lin game_3_N = mkN "game" ;
|
||||
lin game_2_N = mkN "game" ;
|
||||
lin game_1_N = mkN "game" ;
|
||||
lin food_N = mkN "food" "foods";
|
||||
lin role_N = mkN "role" ;
|
||||
lin role_N = variants{} ; --
|
||||
lin role_2_N = mkN "rôle" "rôles";
|
||||
lin role_1_N = mkN "role" "roles";
|
||||
lin practice_N = mkN "practice" "practices";
|
||||
@@ -731,12 +731,12 @@ lin accept_V = mkV "accept" "accepts" "accepted" "accepted" "accepting";
|
||||
lin town_N = mkN "town" "towns";
|
||||
lin art_N = mkN "art" "arts";
|
||||
lin further_Adv = mkAdv "further";
|
||||
lin club_N = mkN "club" "clubs";
|
||||
lin club_2_N = mkN "club" ;
|
||||
lin club_1_N = mkN "club" ;
|
||||
lin club_N = variants{} ; --
|
||||
lin club_2_N = mkN "club" "clubs";
|
||||
lin club_1_N = mkN "club" "clubs";
|
||||
lin cause_V2V = mkV2V (mkV "cause") noPrep to_Prep ;
|
||||
lin cause_V2 = mkV2 (mkV "cause" "causes" "caused" "caused" "causing");
|
||||
lin arm_N = mkN "arm" "arms";
|
||||
lin arm_N = variants{} ; --
|
||||
lin arm_1_N = mkN "arm" "arms";
|
||||
lin arm_2_N = mkN "arm" "arms";
|
||||
lin history_N = mkN "history" "histories";
|
||||
@@ -753,18 +753,18 @@ lin white_A = mkA "white" "whiter";
|
||||
lin situation_N = mkN "situation" "situations";
|
||||
lin ago_Adv = mkAdv "ago";
|
||||
lin teacherMasc_N = mkN masculine (mkN "teacher" "teachers");
|
||||
lin record_N = mkN "record" "records";
|
||||
lin record_3_N = mkN "record" ;
|
||||
lin record_2_N = mkN "record" ;
|
||||
lin record_1_N = mkN "record" ;
|
||||
lin record_N = variants{} ; --
|
||||
lin record_3_N = mkN "record" "records";
|
||||
lin record_2_N = mkN "record" "records";
|
||||
lin record_1_N = mkN "record" "records";
|
||||
lin manager_N = mkN "manager" "managers";
|
||||
lin relation_N = mkN "relation" "relations";
|
||||
lin common_A = variants{} ; --
|
||||
lin common_2_A = mkA "common" ;
|
||||
lin common_1_A = mkA "common" ;
|
||||
lin common_2_A = variants{} ; --
|
||||
lin common_1_A = variants{} ; --
|
||||
lin strong_A = mkA "strong" "stronger";
|
||||
lin whole_A = compoundA (mkA "whole");
|
||||
lin field_N = mkN "field" "fields";
|
||||
lin field_N = variants{} ; --
|
||||
lin field_4_N = mkN "field" ;
|
||||
lin field_3_N = mkN "field" ;
|
||||
lin field_2_N = mkN "field" ;
|
||||
@@ -793,8 +793,8 @@ lin cover_V2 = mkV2 (mkV "cover" "covers" "covered" "covered" "covering");
|
||||
lin apply_VV = mkVV (mkV "apply" "applies" "applied" "applied" "applying");
|
||||
lin apply_V2V = mkV2V (mkV "apply" "applies" "applied" "applied" "applying") noPrep to_Prep ;
|
||||
lin apply_V2 = mkV2 (mkV "apply" "applies" "applied" "applied" "applying");
|
||||
lin apply_1_V2 = mkV2 (mkV "apply" "applies" "applied" "applied" "applying");
|
||||
lin apply_2_V2 = mkV2 (mkV "apply" "applies" "applied" "applied" "applying") for_Prep ;
|
||||
lin apply_1_V2 = variants{} ; --
|
||||
lin apply_2_V2 = variants{} ; --
|
||||
lin apply_V = mkV "apply" "applies" "applied" "applied" "applying";
|
||||
lin project_N = mkN "project" "projects";
|
||||
lin raise_V2 = mkV2 (mkV "raise" "raises" "raised" "raised" "raising");
|
||||
@@ -831,7 +831,7 @@ lin data_N = mkN "data" "data";
|
||||
lin necessary_A = compoundA (mkA "necessary");
|
||||
lin pound_N = mkN "pound" "pounds";
|
||||
lin method_N = mkN "method" "methods";
|
||||
lin unit_N = mkN "unit" ;
|
||||
lin unit_N = variants{} ; --
|
||||
lin unit_6_N = mkN "unit" "units";
|
||||
lin unit_5_N = mkN "unit" "units";
|
||||
lin unit_4_N = mkN "unit" "units";
|
||||
@@ -842,9 +842,9 @@ lin central_A = compoundA (mkA "central");
|
||||
lin bed_N = mkN "bed" "beds";
|
||||
lin union_N = mkN "union" "unions";
|
||||
lin movement_N = mkN "movement" "movements";
|
||||
lin board_N = mkN "board" "boards";
|
||||
lin board_2_N = mkN "board" ;
|
||||
lin board_1_N = mkN "board" ;
|
||||
lin board_N = variants{} ; --
|
||||
lin board_2_N = mkN "board" "boards";
|
||||
lin board_1_N = mkN "board" "boards";
|
||||
lin true_A = irregAdv (mkA "true" "truer") "truly";
|
||||
lin well_Interj = ss "well";
|
||||
lin simply_Adv = mkAdv "simply" ;
|
||||
@@ -857,9 +857,9 @@ lin detail_N = mkN "detail" "details";
|
||||
lin model_N = mkN "model" "models";
|
||||
lin bear_V2 = mkV2 (IrregEng.bear_V);
|
||||
lin bear_V = IrregEng.bear_V;
|
||||
lin single_A = compoundA (mkA "single");
|
||||
lin single_2_A = mkA "single" ;
|
||||
lin single_1_A = mkA "single" ;
|
||||
lin single_A = variants{} ; --
|
||||
lin single_2_A = compoundA (mkA "single");
|
||||
lin single_1_A = compoundA (mkA "single");
|
||||
lin join_V2 = mkV2 (mkV "join" "joins" "joined" "joined" "joining");
|
||||
lin join_V = mkV "join" "joins" "joined" "joined" "joining";
|
||||
lin reduce_V2 = mkV2 (mkV "reduce" "reduces" "reduced" "reduced" "reducing");
|
||||
@@ -882,23 +882,23 @@ lin wish_VS = mkVS (mkV "wish" "wishes" "wished" "wished" "wishing");
|
||||
lin wish_V2V = mkV2V (mkV "wish" "wishes" "wished" "wished" "wishing") noPrep to_Prep ;
|
||||
lin wish_V2 = mkV2 (mkV "wish" "wishes" "wished" "wished" "wishing");
|
||||
lin wish_V = mkV "wish" "wishes" "wished" "wished" "wishing";
|
||||
lin property_N = mkN "property" "properties";
|
||||
lin property_2_N = mkN "property" ;
|
||||
lin property_1_N = mkN "property" ;
|
||||
lin property_N = variants{} ; --
|
||||
lin property_2_N = mkN "property" "properties";
|
||||
lin property_1_N = mkN "property" "properties";
|
||||
lin achieve_V2 = mkV2 (mkV "achieve" "achieves" "achieved" "achieved" "achieving");
|
||||
lin financial_A = compoundA (mkA "financial");
|
||||
lin poor_A = mkA "poor" "poorer";
|
||||
lin poor_3_A = mkA "poor" ;
|
||||
lin poor_2_A = mkA "poor" ;
|
||||
lin poor_1_A = mkA "poor" ;
|
||||
lin officer_N = mkN "officer" "officers";
|
||||
lin poor_A = variants{} ; --
|
||||
lin poor_3_A = mkA "poor" "poorer";
|
||||
lin poor_2_A = mkA "poor" "poorer";
|
||||
lin poor_1_A = mkA "poor" "poorer";
|
||||
lin officer_N = variants{} ; --
|
||||
lin officer_3_N = mkN "officer" ;
|
||||
lin officer_2_N = mkN "officer" ;
|
||||
lin officer_1_N = mkN "officer" ;
|
||||
lin up_Prep = mkPrep "up";
|
||||
lin charge_N = mkN "charge" "charges";
|
||||
lin charge_2_N = mkN "charge" ;
|
||||
lin charge_1_N = mkN "charge" ;
|
||||
lin charge_N = variants{} ; --
|
||||
lin charge_2_N = mkN "charge" "charges";
|
||||
lin charge_1_N = mkN "charge" "charges";
|
||||
lin director_N = mkN "director" "directors";
|
||||
lin drive_V2V = mkV2V (IrregEng.drive_V) noPrep to_Prep ;
|
||||
lin drive_V2 = mkV2 (IrregEng.drive_V);
|
||||
@@ -911,9 +911,9 @@ lin chance_N = mkN "chance" "chances";
|
||||
lin application_N = mkN "application" "applications";
|
||||
lin seek_VV = mkVV (IrregEng.seek_V);
|
||||
lin seek_V2 = mkV2 (IrregEng.seek_V);
|
||||
lin foreign_A = compoundA (mkA "foreign");
|
||||
lin foreign_2_A = mkA "foreign" ;
|
||||
lin foreign_1_A = mkA "foreign" ;
|
||||
lin foreign_A = variants{} ; --
|
||||
lin foreign_2_A = compoundA (mkA "foreign");
|
||||
lin foreign_1_A = compoundA (mkA "foreign");
|
||||
lin along_Prep = mkPrep "along";
|
||||
lin top_N = mkN "top" "tops";
|
||||
lin amount_N = mkN "amount" "amounts";
|
||||
@@ -981,14 +981,14 @@ lin due_A = compoundA (mkA "due");
|
||||
lin secretary_N = mkN "secretary" "secretaries";
|
||||
lin rise_V2 = mkV2 (IrregEng.rise_V);
|
||||
lin rise_V = IrregEng.rise_V;
|
||||
lin date_N = mkN "date" ;
|
||||
lin date_N = variants{} ; --
|
||||
lin date_7_N = mkN "date" "dates";
|
||||
lin date_3_N = mkN "date" "dates";
|
||||
lin date_3_N = mkN "date" "dates";
|
||||
lin date_1_N = mkN "date" "dates";
|
||||
lin hard_A = mkA "hard" "harder";
|
||||
lin hard_2_A = mkA "hard" ;
|
||||
lin hard_1_A = mkA "hard" ;
|
||||
lin hard_A = variants{} ; --
|
||||
lin hard_2_A = mkA "hard" "harder";
|
||||
lin hard_1_A = mkA "hard" "harder";
|
||||
lin music_N = mkN "music" ;
|
||||
lin hair_N = mkN "hair" "hairs";
|
||||
lin prepare_VV = mkVV (mkV "prepare" "prepares" "prepared" "prepared" "preparing");
|
||||
@@ -1022,9 +1022,9 @@ lin catch_V2 = mkV2 (IrregEng.catch_V);
|
||||
lin street_N = mkN "street" "streets";
|
||||
lin pick_V2 = mkV2 (mkV "pick" "picks" "picked" "picked" "picking");
|
||||
lin pick_V = mkV "pick" "picks" "picked" "picked" "picking";
|
||||
lin performance_N = mkN "performance" "performances";
|
||||
lin performance_2_N = mkN "performance" ;
|
||||
lin performance_1_N = mkN "performance" ;
|
||||
lin performance_N = variants{} ; --
|
||||
lin performance_2_N = mkN "performance" "performances";
|
||||
lin performance_1_N = mkN "performance" "performances";
|
||||
lin knowledge_N = mkN "knowledge" ;
|
||||
lin despite_Prep = mkPrep "despite";
|
||||
lin design_N = mkN "design" "designs";
|
||||
@@ -1042,7 +1042,7 @@ lin basis_N = mkN "basis" "bases" {- FIXME: guessed plural form -};
|
||||
lin size_N = mkN "size" "sizes";
|
||||
lin environment_N = mkN "environment" "environments";
|
||||
lin per_Prep = mkPrep "per";
|
||||
lin fire_N = mkN "fire" ;
|
||||
lin fire_N = variants{} ; --
|
||||
lin fire_2_N = mkN "fire" "fires";
|
||||
lin fire_1_N = mkN "fire" "fires";
|
||||
lin series_N = mkN "series" "series";
|
||||
@@ -1057,7 +1057,7 @@ lin argue_VS = mkVS (mkV "argue" "argues" "argued" "argued" "arguing");
|
||||
lin argue_V2 = mkV2 (mkV "argue" "argues" "argued" "argued" "arguing");
|
||||
lin argue_V = mkV "argue" "argues" "argued" "argued" "arguing";
|
||||
lin final_A = compoundA (mkA "final");
|
||||
lin future_N = mkN "future" ;
|
||||
lin future_N = variants{} ; --
|
||||
lin future_3_N = mkN "future" "futures";
|
||||
lin future_1_N = mkN "future" "futures";
|
||||
lin introduce_V2 = mkV2 (mkV "introduce" "introduces" "introduced" "introduced" "introducing");
|
||||
@@ -1077,9 +1077,9 @@ lin love_N = mkN "love" "loves";
|
||||
lin principle_N = mkN "principle" "principles";
|
||||
lin pull_V2 = mkV2 (mkV "pull" "pulls" "pulled" "pulled" "pulling");
|
||||
lin pull_V = mkV "pull" "pulls" "pulled" "pulled" "pulling";
|
||||
lin set_N = mkN "set" "sets";
|
||||
lin set_2_N = mkN "set" ;
|
||||
lin set_1_N = mkN "set" ;
|
||||
lin set_N = variants{} ; --
|
||||
lin set_2_N = mkN "set" "sets";
|
||||
lin set_1_N = mkN "set" "sets";
|
||||
lin doctor_N = mkN "doctor" "doctors";
|
||||
lin choice_N = mkN "choice" "choices";
|
||||
lin refer_V2 = mkV2 (mkV "refer" "refers" "referred" "referred" "referring");
|
||||
@@ -1094,9 +1094,9 @@ lin income_N = mkN "income" "incomes";
|
||||
lin training_N = mkN "training" ;
|
||||
lin present_V2 = mkV2 (mkV "present" "presents" "presented" "presented" "presenting");
|
||||
lin association_N = mkN "association" "associations";
|
||||
lin film_N = mkN "film" "films";
|
||||
lin film_2_N = mkN "film" ;
|
||||
lin film_1_N = mkN "film" ;
|
||||
lin film_N = variants{} ; --
|
||||
lin film_2_N = mkN "film" "films";
|
||||
lin film_1_N = mkN "film" "films";
|
||||
lin region_N = mkN "region" "regions";
|
||||
lin effort_N = mkN "effort" "efforts";
|
||||
lin player_N = mkN "player" "players";
|
||||
@@ -1117,7 +1117,7 @@ lin current_A = compoundA (mkA "current");
|
||||
lin legal_A = compoundA (mkA "legal");
|
||||
lin energy_N = mkN "energy" "energies";
|
||||
lin finally_Adv = mkAdv "finally" ;
|
||||
lin degree_N = mkN "degree" ;
|
||||
lin degree_N = variants{} ; --
|
||||
lin degree_3_N = mkN "degree" "degrees";
|
||||
lin degree_2_N = mkN "degree" "degrees";
|
||||
lin degree_1_N = mkN "degree" "degrees";
|
||||
@@ -1193,15 +1193,15 @@ lin serious_A = compoundA (mkA "serious");
|
||||
lin anyway_Adv = mkAdv "anyway";
|
||||
lin visit_V2 = mkV2 (mkV "visit" "visits" "visited" "visited" "visiting");
|
||||
lin visit_V = mkV "visit" "visits" "visited" "visited" "visiting";
|
||||
lin capital_N = mkN "capital" "capitals";
|
||||
lin capital_3_N = mkN "capital" ;
|
||||
lin capital_2_N = mkN "capital" ;
|
||||
lin capital_1_N = mkN "capital" ;
|
||||
lin capital_N = variants{} ; --
|
||||
lin capital_3_N = mkN "capital" "capitals";
|
||||
lin capital_2_N = mkN "capital" "capitals";
|
||||
lin capital_1_N = mkN "capital" "capitals";
|
||||
lin either_Det = mkDeterminer singular "either";
|
||||
lin note_N = mkN "note" "notes";
|
||||
lin note_3_N = mkN "note" ;
|
||||
lin note_2_N = mkN "note" ;
|
||||
lin note_1_N = mkN "note" ;
|
||||
lin note_N = variants{} ; --
|
||||
lin note_3_N = mkN "note" "notes";
|
||||
lin note_2_N = mkN "note" "notes";
|
||||
lin note_1_N = mkN "note" "notes";
|
||||
lin season_N = mkN "season" "seasons";
|
||||
lin argument_N = mkN "argument" "arguments";
|
||||
lin listen_V = mkV "listen" "listens" "listened" "listened" "listening";
|
||||
@@ -1210,7 +1210,7 @@ lin responsibility_N = mkN "responsibility" "responsibilities";
|
||||
lin significant_A = compoundA (mkA "significant");
|
||||
lin deal_N = mkN "deal" "deals";
|
||||
lin prime_A = compoundA (mkA "prime");
|
||||
lin economy_N = mkN "economy" "economies";
|
||||
lin economy_N = variants{} ; --
|
||||
lin economy_2_N = mkN "economy" ;
|
||||
lin economy_1_N = mkN "economy" ;
|
||||
lin element_N = mkN "element" "elements";
|
||||
@@ -1287,10 +1287,10 @@ lin conference_N = mkN "conference" "conferences";
|
||||
lin whole_N = mkN "whole" "wholes";
|
||||
lin total_A = compoundA (mkA "total");
|
||||
lin profit_N = mkN "profit" "profits";
|
||||
lin division_N = mkN "division" "divisions";
|
||||
lin division_3_N = mkN "division" ;
|
||||
lin division_2_N = mkN "division" ;
|
||||
lin division_1_N = mkN "division" ;
|
||||
lin division_N = variants{} ; --
|
||||
lin division_3_N = mkN "division" "divisions";
|
||||
lin division_2_N = mkN "division" "divisions";
|
||||
lin division_1_N = mkN "division" "divisions";
|
||||
lin throw_V2 = mkV2 (IrregEng.throw_V);
|
||||
lin throw_V = IrregEng.throw_V;
|
||||
lin procedure_N = mkN "procedure" "procedures";
|
||||
@@ -1393,9 +1393,9 @@ lin cost_V = mkV "cost" "costs" "costed" "costed" "costing";
|
||||
lin majority_N = mkN "majority" "majorities";
|
||||
lin answer_V2 = mkV2 (mkV "answer" "answers" "answered" "answered" "answering");
|
||||
lin answer_V = mkV "answer" "answers" "answered" "answered" "answering";
|
||||
lin variety_N = mkN "variety" "varieties";
|
||||
lin variety_2_N = mkN "variety" ;
|
||||
lin variety_1_N = mkN "variety" ;
|
||||
lin variety_N = variants{} ; --
|
||||
lin variety_2_N = mkN "variety" "varieties";
|
||||
lin variety_1_N = mkN "variety" "varieties";
|
||||
lin press_N = mkN "press" "presses";
|
||||
lin depend_V = mkV "depend" "depends" "depended" "depended" "depending";
|
||||
lin bill_N = mkN "bill" "bills";
|
||||
@@ -1418,9 +1418,9 @@ lin text_N = mkN "text" "texts";
|
||||
lin parliament_N = mkN "parliament" "parliaments";
|
||||
lin cause_N = mkN "cause" "causes";
|
||||
lin terms_N = mkN "terms" "terms" ;
|
||||
lin bar_N = mkN "bar" "bars";
|
||||
lin bar_2_N = mkN "bar" ;
|
||||
lin bar_1_N = mkN "bar" ;
|
||||
lin bar_N = variants{} ; --
|
||||
lin bar_2_N = mkN "bar" "bars";
|
||||
lin bar_1_N = mkN "bar" "bars";
|
||||
lin attack_N = mkN "attack" "attacks";
|
||||
lin effective_A = compoundA (mkA "effective");
|
||||
lin mouth_N = mkN "mouth" "mouths";
|
||||
@@ -1444,8 +1444,8 @@ lin post_N = mkN "post" "posts";
|
||||
lin county_N = mkN "county" "counties";
|
||||
lin lady_N = mkN "lady" "ladies";
|
||||
lin holiday_N = mkN "holiday" "holidays";
|
||||
lin realize_VS = mkVS (mkV "realize");
|
||||
lin realize_V2 = mkV2 (mkV "realize" "realizes" "realized" "realized" "realizing");
|
||||
lin realize_VS = mkVS (mkV "realize") | mkVS (mkV "realise") ;
|
||||
lin realize_V2 = mkV2 (mkV "realize" "realizes" "realized" "realized" "realizing") | mkV2 (mkV "realise") ;
|
||||
lin importance_N = mkN "importance" ;
|
||||
lin chair_N = mkN "chair" "chairs";
|
||||
lin facility_N = mkN "facility" "facilities";
|
||||
@@ -1498,9 +1498,9 @@ lin solution_N = mkN "solution" "solutions";
|
||||
lin return_N = mkN "return" "returns";
|
||||
lin medical_A = compoundA (mkA "medical");
|
||||
lin hot_A = mkA "hot" "hotter";
|
||||
lin recognize_VS = mkVS (mkV "recognize");
|
||||
lin recognize_4_V2 = mkV2 (mkV "recognize" "recognizes" "recognized" "recognized" "recognizing");
|
||||
lin recognize_1_V2 = mkV2 (mkV "recognize" "recognizes" "recognized" "recognized" "recognizing");
|
||||
lin recognize_VS = mkVS (mkV "recognize") | mkVS (mkV "recognise") ;
|
||||
lin recognize_4_V2 = mkV2 (mkV "recognize" "recognizes" "recognized" "recognized" "recognizing") | mkV2 (mkV "recognise") ;
|
||||
lin recognize_1_V2 = mkV2 (mkV "recognize" "recognizes" "recognized" "recognized" "recognizing") | mkV2 (mkV "recognise") ;
|
||||
lin talk_N = mkN "talk" "talks";
|
||||
lin budget_N = mkN "budget" "budgets";
|
||||
lin river_N = mkN "river" "rivers";
|
||||
@@ -1552,7 +1552,7 @@ lin band_N = mkN "band" "bands";
|
||||
lin sex_N = mkN "sex" "sexes";
|
||||
lin finger_N = mkN "finger" "fingers";
|
||||
lin past_N = mkN "past" "pasts";
|
||||
lin independent_A = compoundA (mkA "independent");
|
||||
lin independent_A = variants{} ; --
|
||||
lin independent_2_A = mkA "independent" ;
|
||||
lin independent_1_A = mkA "independent" ;
|
||||
lin equipment_N = mkN "equipment" ;
|
||||
@@ -1567,9 +1567,9 @@ lin afternoon_N = mkN "afternoon" "afternoons";
|
||||
lin drink_V2 = mkV2 (IrregEng.drink_V);
|
||||
lin drink_V = IrregEng.drink_V;
|
||||
lin fully_Adv = mkAdv "fully" ;
|
||||
lin race_N = mkN "race" "races";
|
||||
lin race_2_N = mkN "race" ;
|
||||
lin race_1_N = mkN "race" ;
|
||||
lin race_N = variants{} ; --
|
||||
lin race_2_N = mkN "race" "races";
|
||||
lin race_1_N = mkN "race" "races";
|
||||
lin gain_V2 = mkV2 (mkV "gain" "gains" "gained" "gained" "gaining");
|
||||
lin gain_V = mkV "gain" "gains" "gained" "gained" "gaining";
|
||||
lin strategy_N = mkN "strategy" "strategies";
|
||||
@@ -1600,10 +1600,10 @@ lin associate_V2 = mkV2 (mkV "associate" "associates" "associated" "associated"
|
||||
lin associate_V = mkV "associate" "associates" "associated" "associated" "associating";
|
||||
lin corner_N = mkN "corner" "corners";
|
||||
lin past_A = compoundA (mkA "past");
|
||||
lin match_N = mkN "match" "matches";
|
||||
lin match_3_N = mkN "match" ;
|
||||
lin match_2_N = mkN "match" ;
|
||||
lin match_1_N = mkN "match" ;
|
||||
lin match_N = variants{} ; --
|
||||
lin match_3_N = mkN "match" "matches";
|
||||
lin match_2_N = mkN "match" "matches";
|
||||
lin match_1_N = mkN "match" "matches";
|
||||
lin sport_N = mkN "sport" "sports";
|
||||
lin status_N = mkN "status" ;
|
||||
lin beautiful_A = compoundA (mkA "beautiful");
|
||||
@@ -1662,9 +1662,9 @@ lin hope_N = mkN "hope" "hopes";
|
||||
lin mark_V3 = mkV3 (mkV "mark" "marks" "marked" "marked" "marking");
|
||||
lin mark_V2 = mkV2 (mkV "mark" "marks" "marked" "marked" "marking");
|
||||
lin works_N = mkN "works" ;
|
||||
lin league_N = mkN "league" "leagues";
|
||||
lin league_2_N = mkN "league" ;
|
||||
lin league_1_N = mkN "league" ;
|
||||
lin league_N = variants{} ; --
|
||||
lin league_2_N = mkN "league" "leagues";
|
||||
lin league_1_N = mkN "league" "leagues";
|
||||
lin clear_V2 = mkV2 (mkV "clear" "clears" "cleared" "cleared" "clearing");
|
||||
lin clear_V = mkV "clear" "clears" "cleared" "cleared" "clearing";
|
||||
lin imagine_VS = mkVS (mkV "imagine");
|
||||
@@ -1882,9 +1882,9 @@ lin enough_Predet = {s = "enough" | "enough of"} ;
|
||||
lin conflict_N = mkN "conflict" "conflicts";
|
||||
lin bag_N = mkN "bag" "bags";
|
||||
lin fresh_A = mkA "fresh" "fresher";
|
||||
lin entry_N = mkN "entry" "entries";
|
||||
lin entry_2_N = mkN "entry" ;
|
||||
lin entry_1_N = mkN "entry" ;
|
||||
lin entry_N = variants{} ; --
|
||||
lin entry_2_N = mkN "entry" "entries";
|
||||
lin entry_1_N = mkN "entry" "entries";
|
||||
lin smile_N = mkN "smile" "smiles";
|
||||
lin fair_A = mkA "fair" "fairer";
|
||||
lin promise_VV = mkVV (mkV "promise" "promises" "promised" "promised" "promising");
|
||||
@@ -1895,7 +1895,7 @@ lin introduction_N = mkN "introduction" "introductions";
|
||||
lin senior_A = compoundA (mkA "senior");
|
||||
lin manner_N = mkN "manner" "manners";
|
||||
lin background_N = mkN "background" "backgrounds";
|
||||
lin key_N = mkN "key";
|
||||
lin key_N = variants{} ; --
|
||||
lin key_2_N = mkN "key" ;
|
||||
lin key_1_N = mkN "key" ;
|
||||
lin touch_V2 = mkV2 (mkV "touch" "touches" "touched" "touched" "touching");
|
||||
@@ -1996,9 +1996,9 @@ lin proper_A = compoundA (mkA "proper");
|
||||
lin victim_N = mkN "victim" "victims";
|
||||
lin audience_N = mkN "audience" "audiences";
|
||||
lin famous_A = compoundA (mkA "famous");
|
||||
lin master_N = mkN "master" "masters";
|
||||
lin master_2_N = mkN "master" ;
|
||||
lin master_1_N = mkN "master" ;
|
||||
lin master_N = variants{} ; --
|
||||
lin master_2_N = mkN "master" "masters";
|
||||
lin master_1_N = mkN "master" "masters";
|
||||
lin lip_N = mkN "lip" "lips";
|
||||
lin religious_A = compoundA (mkA "religious");
|
||||
lin joint_A = compoundA (mkA "joint");
|
||||
@@ -2162,9 +2162,9 @@ lin acid_N = mkN "acid" "acids";
|
||||
lin spring_N = mkN "spring" "springs";
|
||||
lin birth_N = mkN "birth" "births";
|
||||
lin ear_N = mkN "ear" "ears";
|
||||
lin recognize_VS = mkVS (mkV "recognize");
|
||||
lin recognize_4_V2 = mkV2 (mkV "recognize" "recognizes" "recognized" "recognized" "recognizing");
|
||||
lin recognize_1_V2 = mkV2 (mkV "recognize" "recognizes" "recognized" "recognized" "recognizing");
|
||||
lin recognize_VS = mkVS (mkV "recognize") | mkVS (mkV "recognise") ;
|
||||
lin recognize_4_V2 = mkV2 (mkV "recognize" "recognizes" "recognized" "recognized" "recognizing") | mkV2 (mkV "recognise") ;
|
||||
lin recognize_1_V2 = mkV2 (mkV "recognize" "recognizes" "recognized" "recognized" "recognizing") | mkV2 (mkV "recognise") ;
|
||||
lin recommend_V2V = mkV2V (mkV "recommend") (variants {mkPrep "that"; noPrep}) noPrep;
|
||||
lin recommend_V2 = mkV2 (mkV "recommend");
|
||||
lin module_N = mkN "module" "modules";
|
||||
@@ -2177,8 +2177,8 @@ lin address_V2 = mkV2 (mkV "address" "addresses" "addressed" "addressed" "addres
|
||||
lin bedroom_N = mkN "bedroom" "bedrooms";
|
||||
lin kid_N = mkN "kid" "kids";
|
||||
lin pleasure_N = mkN "pleasure" "pleasures";
|
||||
lin realize_VS = mkVS (mkV "realize");
|
||||
lin realize_V2 = mkV2 (mkV "realize" "realizes" "realized" "realized" "realizing");
|
||||
lin realize_VS = mkVS (mkV "realize") | mkVS (mkV "realise") ;
|
||||
lin realize_V2 = mkV2 (mkV "realize" "realizes" "realized" "realized" "realizing") | mkV2 (mkV "realise") ;
|
||||
lin assembly_N = mkN "assembly" "assemblies";
|
||||
lin expensive_A = compoundA (mkA "expensive");
|
||||
lin select_VV = mkVV (mkV "select");
|
||||
@@ -2206,7 +2206,7 @@ lin thanks_N = mkN "thanks" "thanks" ;
|
||||
lin beside_Prep = mkPrep "beside";
|
||||
lin settlement_N = mkN "settlement" "settlements";
|
||||
lin absolutely_Adv = mkAdv "absolutely" ;
|
||||
lin critical_A = compoundA (mkA "critical");
|
||||
lin critical_A = variants{} ; --
|
||||
lin critical_2_A = mkA "critical" ;
|
||||
lin critical_1_A = mkA "critical" ;
|
||||
lin recognition_N = mkN "recognition" ;
|
||||
@@ -2306,9 +2306,9 @@ lin fear_V2 = mkV2 (mkV "fear" "fears" "feared" "feared" "fearing");
|
||||
lin fear_V = mkV "fear" "fears" "feared" "feared" "fearing";
|
||||
lin succeed_V2 = mkV2 (mkV "succeed" "succeeds" "succeeded" "succeeded" "succeeding");
|
||||
lin succeed_V = mkV "succeed" "succeeds" "succeeded" "succeeded" "succeeding";
|
||||
lin fall_N = mkN "fall" "falls";
|
||||
lin fall_2_N = mkN "fall" ;
|
||||
lin fall_1_N = mkN "fall" ;
|
||||
lin fall_N = variants{} ; --
|
||||
lin fall_2_N = mkN "fall" "falls";
|
||||
lin fall_1_N = mkN "fall" "falls";
|
||||
lin bottom_N = mkN "bottom" "bottoms";
|
||||
lin initial_A = compoundA (mkA "initial");
|
||||
lin theme_N = mkN "theme" "themes";
|
||||
@@ -2510,7 +2510,7 @@ lin panel_N = mkN "panel" "panels";
|
||||
lin distinction_N = mkN "distinction" "distinctions";
|
||||
lin deputy_N = mkN human (mkN "deputy" "deputies");
|
||||
lin discipline_N = mkN "discipline" "disciplines";
|
||||
lin strike_N = mkN "strike" ;
|
||||
lin strike_N = variants{} ; --
|
||||
lin strike_2_N = mkN "strike" "strikes";
|
||||
lin strike_1_N = mkN "strike" "strikes";
|
||||
lin married_A = mkA "married" ;
|
||||
@@ -2527,7 +2527,7 @@ lin welfare_N = mkN "welfare" ;
|
||||
lin increased_A = mkA "increased" ;
|
||||
lin attach_V2 = mkV2 (mkV "attach" "attaches" "attached" "attached" "attaching");
|
||||
lin attach_V = mkV "attach" "attaches" "attached" "attached" "attaching";
|
||||
lin typical_A = mkA "typical" ;
|
||||
lin typical_A = variants{} ; --
|
||||
lin typical_3_A = compoundA (mkA "typical");
|
||||
lin typical_2_A = compoundA (mkA "typical");
|
||||
lin typical_1_A = compoundA (mkA "typical");
|
||||
@@ -2542,7 +2542,7 @@ lin count_V = mkV "count" "counts" "counted" "counted" "counting";
|
||||
lin grey_A = mkA "grey" "greyer";
|
||||
lin hence_Adv = mkAdv "hence";
|
||||
lin alright_Adv = mkAdv "alright";
|
||||
lin first_A = mkA "first" ;
|
||||
lin first_A = variants{} ; --
|
||||
lin fuel_N = mkN "fuel" "fuels";
|
||||
lin mine_N = mkN "mine" "mines";
|
||||
lin appeal_V2 = mkV2 (mkV "appeal");
|
||||
@@ -2726,7 +2726,7 @@ lin breakfast_N = mkN "breakfast" "breakfasts";
|
||||
lin minority_N = mkN "minority" "minorities";
|
||||
lin appreciate_V2 = mkV2 (mkV "appreciate" "appreciates" "appreciated" "appreciated" "appreciating");
|
||||
lin appreciate_V = mkV "appreciate" "appreciates" "appreciated" "appreciated" "appreciating";
|
||||
lin fan_N = mkN "fan" ;
|
||||
lin fan_N = variants{} ; --
|
||||
lin fan_3_N = mkN "fan" "fans";
|
||||
lin fan_2_N = mkN "fan" "fans";
|
||||
lin fan_1_N = mkN "fan" "fans";
|
||||
@@ -2803,7 +2803,7 @@ lin acknowledge_VS = mkVS (mkV "acknowledge");
|
||||
lin acknowledge_V2 = mkV2 (mkV "acknowledge" "acknowledges" "acknowledged" "acknowledged" "acknowledging");
|
||||
lin register_V2 = mkV2 (mkV "register" "registers" "registered" "registered" "registering");
|
||||
lin register_V = mkV "register" "registers" "registered" "registered" "registering";
|
||||
lin regime_N = mkN "regime" ;
|
||||
lin regime_N = variants{} ; --
|
||||
lin regime_2_N = mkN "régime" "régimes";
|
||||
lin regime_1_N = mkN "regime" "regimes";
|
||||
lin fault_N = mkN "fault" "faults";
|
||||
@@ -2885,9 +2885,9 @@ lin justify_V2 = mkV2 (mkV "justify" "justifies" "justified" "justified" "justif
|
||||
lin behalf_N = mkN "behalf" "behalves" {- FIXME: guessed plural form -};
|
||||
lin councillor_N = mkN human (mkN "councillor" "councillors");
|
||||
lin setting_N = mkN "setting" "settings";
|
||||
lin command_N = mkN "command" "commands";
|
||||
lin command_2_N = mkN "command" ;
|
||||
lin command_1_N = mkN "command" ;
|
||||
lin command_N = variants{} ; --
|
||||
lin command_2_N = mkN "command" "commands";
|
||||
lin command_1_N = mkN "command" "commands";
|
||||
lin maintenance_N = mkN "maintenance" ;
|
||||
lin stair_N = mkN "stair" "stairs";
|
||||
lin poem_N = mkN "poem" "poems";
|
||||
@@ -3124,9 +3124,9 @@ lin input_N = mkN "input" "inputs";
|
||||
lin phenomenon_N = mkN "phenomenon" "phenomena" {- FIXME: guessed plural form -};
|
||||
lin surprising_A = compoundA (mkA "surprising");
|
||||
lin jacket_N = mkN "jacket" "jackets";
|
||||
lin actor_N = mkN masculine (mkN "actor" "actors");
|
||||
lin actor_2_N = mkN "actor" ;
|
||||
lin actor_1_N = mkN "actor" ;
|
||||
lin actor_N = variants{} ; --
|
||||
lin actor_2_N = mkN masculine (mkN "actor" "actors");
|
||||
lin actor_1_N = mkN masculine (mkN "actor" "actors");
|
||||
lin kick_V2 = mkV2 (mkV "kick" "kicks" "kicked" "kicked" "kicking");
|
||||
lin kick_V = mkV "kick" "kicks" "kicked" "kicked" "kicking";
|
||||
lin producer_N = mkN "producer" "producers";
|
||||
@@ -3149,10 +3149,10 @@ lin rose_N = mkN "rose" "roses";
|
||||
lin principal_A = compoundA (mkA "principal");
|
||||
lin brilliant_A = compoundA (mkA "brilliant");
|
||||
lin proposed_A = mkA "proposed" ;
|
||||
lin coach_N = mkN "coach" "coaches";
|
||||
lin coach_3_N = mkN "coach" ;
|
||||
lin coach_2_N = mkN "coach" ;
|
||||
lin coach_1_N = mkN "coach" ;
|
||||
lin coach_N = variants{} ; --
|
||||
lin coach_3_N = mkN "coach" "coaches";
|
||||
lin coach_2_N = mkN "coach" "coaches";
|
||||
lin coach_1_N = mkN "coach" "coaches";
|
||||
lin absolute_A = compoundA (mkA "absolute");
|
||||
lin drama_N = mkN "drama" "dramas";
|
||||
lin recording_N = mkN "recording" "recordings";
|
||||
@@ -3255,7 +3255,7 @@ lin guarantee_V = mkV "guarantee";
|
||||
lin disaster_N = mkN "disaster" "disasters";
|
||||
lin darkness_N = mkN "darkness" ;
|
||||
lin bid_N = mkN "bid" "bids";
|
||||
lin sake_N = mkN "sake" ;
|
||||
lin sake_N = variants{} ; --
|
||||
lin sake_2_N = mkN "saké" "sakés" ;
|
||||
lin sake_1_N = mkN "sake" "sakes";
|
||||
lin organize_V2V = mkV2V (mkV (variants {"organize"; "organise"})) noPrep to_Prep ;
|
||||
@@ -3340,7 +3340,7 @@ lin secret_A = compoundA (mkA "secret");
|
||||
lin edition_N = mkN "edition" "editions";
|
||||
lin occupation_N = mkN "occupation" "occupations";
|
||||
lin agricultural_A = compoundA (mkA "agricultural");
|
||||
lin intelligence_N = mkN "intelligence" ;
|
||||
lin intelligence_N = variants{} ; --
|
||||
lin intelligence_2_N = mkN "intelligence" ;
|
||||
lin intelligence_1_N = mkN "intelligence" ;
|
||||
lin empire_N = mkN "empire" "empires";
|
||||
@@ -3624,7 +3624,7 @@ lin mystery_N = mkN "mystery" "mysteries";
|
||||
lin pose_V2 = mkV2 (mkV "pose" "poses" "posed" "posed" "posing");
|
||||
lin pose_V = mkV "pose" "poses" "posed" "posed" "posing";
|
||||
lin violent_A = compoundA (mkA "violent");
|
||||
lin march_N = mkN "March" "Marches";
|
||||
lin march_N = variants{} ; --
|
||||
lin found_V2 = mkV2 (mkV "found" "founds" "founded" "founded" "founding");
|
||||
lin dig_V2 = mkV2 (IrregEng.dig_V);
|
||||
lin dig_V = IrregEng.dig_V;
|
||||
@@ -3723,7 +3723,7 @@ lin protest_V2 = mkV2 (mkV "protest" "protests" "protested" "protested" "protest
|
||||
lin protest_V = mkV "protest" "protests" "protested" "protested" "protesting";
|
||||
lin roll_N = mkN "roll" "rolls";
|
||||
lin stop_N = mkN "stop" "stops";
|
||||
lin assistant_N = mkN human (mkN "assistant" "assistants");
|
||||
lin assistant_N = variants{} ; --
|
||||
lin deaf_A = mkA "deaf" "deafer";
|
||||
lin constituency_N = mkN "constituency" "constituencies";
|
||||
lin continuous_A = compoundA (mkA "continuous");
|
||||
@@ -4175,9 +4175,9 @@ lin delight_N = mkN "delight" "delights";
|
||||
lin urgent_A = compoundA (mkA "urgent");
|
||||
lin prompt_V2V = mkV2V (mkV "prompt" "prompts" "prompted" "prompted" "prompting") noPrep to_Prep;
|
||||
lin prompt_V2 = mkV2 (mkV "prompt" "prompts" "prompted" "prompted" "prompting");
|
||||
lin mate_N = mkN "mate" ;
|
||||
lin mate_2_N = mkN "maté" "matés" ;
|
||||
lin mate_1_N = mkN "mate" "mates";
|
||||
lin mate_N = mkN "maté" "matés" ;
|
||||
lin mate_2_N = variants{} ; --
|
||||
lin mate_1_N = variants{} ; --
|
||||
lin exposure_N = mkN "exposure" "exposures";
|
||||
lin server_N = mkN "server" "servers";
|
||||
lin distinctive_A = compoundA (mkA "distinctive");
|
||||
@@ -4764,7 +4764,7 @@ lin exhibit_V2 = mkV2 (mkV "exhibit" "exhibits" "exhibited" "exhibited" "exhibit
|
||||
lin brave_A = mkA "brave" "braver";
|
||||
lin tutor_N = mkN "tutor" "tutors";
|
||||
lin tune_N = mkN "tune" "tunes";
|
||||
lin debut_N = mkN "debut" ;
|
||||
lin debut_N = variants{} ; --
|
||||
lin debut_2_N = mkN "début" "débuts";
|
||||
lin debut_1_N = mkN "debut" "debuts";
|
||||
lin continued_A = mkA "continued" ;
|
||||
@@ -5134,7 +5134,7 @@ lin heat_V = mkV "heat" "heats" "heated" "heated" "heating";
|
||||
lin surgeon_N = mkN "surgeon" "surgeons";
|
||||
lin centre_V2 = mkV2 (mkV "centre" "centres" "centred" "centred" "centring");
|
||||
lin centre_V = mkV "centre" "centres" "centred" "centred" "centring";
|
||||
lin orange_N = mkN "orange" ;
|
||||
lin orange_N = variants{} ; --
|
||||
lin orange_2_N = mkN "orange" "oranges";
|
||||
lin orange_1_N = mkN "orange" "oranges";
|
||||
lin explode_V = mkV "explode" "explodes" "exploded" "exploded" "exploding";
|
||||
@@ -5146,7 +5146,7 @@ lin biscuit_N = mkN "biscuit" "biscuits";
|
||||
lin workstation_N = mkN "workstation" ;
|
||||
lin prey_N = mkN "prey" "IRREG";
|
||||
lin manual_N = mkN "manual" "manuals";
|
||||
lin cure_N = mkN "cure" ;
|
||||
lin cure_N = variants{} ; --
|
||||
lin cure_2_N = mkN "curé" "curés";
|
||||
lin cure_1_N = mkN "cure" "cures";
|
||||
lin overall_N = mkN "overall" "overalls";
|
||||
@@ -5598,7 +5598,7 @@ lin marble_N = mkN "marble" "marbles";
|
||||
lin bow_N = mkN "bow" "bows";
|
||||
lin plunge_V2 = mkV2 (mkV "plunge" "plunges" "plunged" "plunged" "plunging");
|
||||
lin plunge_V = mkV "plunge" "plunges" "plunged" "plunged" "plunging";
|
||||
lin maturity_N = mkN "maturity" ;
|
||||
lin maturity_N = variants{} ; --
|
||||
lin maturity_3_N = mkN "maturity";
|
||||
lin maturity_2_N = mkN "maturity";
|
||||
lin maturity_1_N = mkN "maturity";
|
||||
@@ -7280,7 +7280,7 @@ lin talented_A = compoundA (mkA "talented");
|
||||
lin nominal_A = compoundA (mkA "nominal");
|
||||
lin mushroom_N = mkN "mushroom" "mushrooms";
|
||||
lin instructor_N = mkN masculine (mkN "instructor" "instructors");
|
||||
lin fork_N = mkN "fork" ;
|
||||
lin fork_N = variants{} ; --
|
||||
lin fork_4_N = mkN "fork" "forks";
|
||||
lin fork_3_N = mkN "fork" "forks";
|
||||
lin fork_1_N = mkN "fork" "forks";
|
||||
|
||||
Reference in New Issue
Block a user