more sense splits and other fixes in the dictionaries

This commit is contained in:
krasimir
2016-06-04 22:06:57 +00:00
parent 70f3f39791
commit a82894c45f
19 changed files with 271 additions and 154 deletions

View File

@@ -5413,7 +5413,9 @@ lin beebread_N = mkN "beebread" ;
lin beech_N = mkN "beech" "beeches";
lin beechen_A = mkA "beechen" ;
lin beechnut_N = mkN "beechnut" ;
lin beef_N = mkN "beef" "beeves" {- FIXME: guessed plural form -};
lin beef_1_N = variants {mkN "beef" "beeves"; mkN "beef" "beefs"};
lin beef_2_N = variants {mkN "beef" "beeves"; mkN "beef" "beefs"; mkN "boeuf"};
lin beef_3_N = variants {mkN "beef" "beeves"; mkN "beef" "beefs"};
lin beef_V = mkV "beef" "beefs" "beefed" "beefed" "beefing";
lin beef_up_V2 = mkV2 (partV (mkV "beef") "up");
lin beefcake_N = mkN "beefcake" ;
@@ -14254,7 +14256,8 @@ lin currant_N = mkN "currant" "currants";
lin currawong_N = mkN "currawong" ;
lin currency_N = mkN "currency" "currencies";
lin current_A = compoundA (mkA "current");
lin current_N = mkN "current" "currents";
lin current_1_N = mkN "current" "currents";
lin current_2_N = mkN "current" "currents";
lin currentness_N = mkN "currentness" ;
lin curricular_A = mkA "curricular" ;
lin curriculum_N = mkN "curriculum" "curriculums";
@@ -30493,7 +30496,8 @@ lin juggler_N = mkN "juggler" "jugglers";
lin jugglery_N = mkN "jugglery" ;
lin jugular_A = compoundA (mkA "jugular");
lin jugular_N = mkN "jugular" ;
lin juice_N = mkN "juice" "juices";
lin juice_1_N = mkN "juice" "juices";
lin juice_2_N = mkN "juice" "juices";
lin juice_up_V2 = mkV2 (partV (mkV "juice") "up");
lin juiceless_A = mkA "juiceless" ;
lin juiciness_N = mkN "juiciness" ;
@@ -42671,7 +42675,8 @@ lin planning_N = mkN "planning" ;
lin planoconcave_A = mkA "planoconcave" ;
lin planoconvex_A = mkA "planoconvex" ;
lin planographic_A = mkA "planographic" ;
lin plant_N = mkN "plant" "plants";
lin plant_1_N = mkN "plant" "plants";
lin plant_2_N = mkN "plant" "plants";
lin plant_V2 = mkV2 (mkV "plant" "plants" "planted" "planted" "planting");
lin plant_louse_N = variants {mkN "plant-louse" "plant-lice"; mkN "plant louse" "plant lice"};
lin plant_out_V2 = mkV2 (partV (mkV "plant") "out");
@@ -49810,7 +49815,8 @@ lin scholastic_A = irregAdv (compoundA (mkA "scholastic")) (variants {"scholasti
lin scholasticism_N = mkN "scholasticism" ;
lin scholiast_N = mkN "scholiast" ;
lin scholium_N = variants {mkN "scholium"; mkN "scholia"};
lin school_N = mkN "school" "schools";
lin school_1_N = mkN "school" "schools";
lin school_2_N = mkN "school" "schools";
lin school_V2 = mkV2 (mkV "school" "schools" "schooled" "schooled" "schooling");
lin school_board_N = variants {mkN "school-board" "school-boards"; mkN "school board" "school boards"};
lin schoolbag_N = mkN "schoolbag" ;
@@ -50954,7 +50960,8 @@ lin sewer_rat_N = variants {mkN "sewer-rat" "sewer-rats"; mkN "sewer rat" "sewer
lin sewerage_N = mkN "sewerage" "sewerages";
lin sewing_N = mkN "sewing" ;
lin sewing_machine_N = variants {mkN "sewing-machine" "sewing-machines"; mkN "sewing machine" "sewing machines"};
lin sex_N = mkN "sex" "sexes";
lin sex_1_N = mkN "sex" "sexes";
lin sex_2_N = mkN "sex" "sexes";
lin sex_V2 = mkV2 (mkV "sex" "sexes" "sexed" "sexed" "sexing");
lin sex_starved_A = compoundA (mkA "sex-starved");
lin sex_up_V2 = mkV2 (partV (mkV "sex") "up");
@@ -56598,7 +56605,8 @@ lin tabernacle_N = mkN "tabernacle" "tabernacles";
lin tabes_N = mkN "tabes" ;
lin tabi_N = mkN "tabi";
lin tablature_N = mkN "tablature" ;
lin table_N = mkN "table" "tables";
lin table_1_N = mkN "table" "tables";
lin table_2_N = mkN "table" "tables";
lin table_V2 = mkV2 (mkV "table" "tables" "tabled" "tabled" "tabling");
lin table_d'hote_A = compoundA (mkA "table d'hôte");
lin table_d'hote_Adv = mkAdv "table d'hôte";
@@ -58824,8 +58832,7 @@ lin towel_V2 = mkV2 (mkV "towel" "towels" "towelled" "towelled" "towelling");
lin towel_horse_N = variants {mkN "towel-horse" "towel-horses"; mkN "towel horse" "towel horses"};
lin towel_rack_N = variants {mkN "towel-rack" "towel-racks"; mkN "towel rack" "towel racks"};
lin towel_rail_N = variants {mkN "towel-rail" "towel-rails"; mkN "towel rail" "towel rails"};
lin toweling_N = mkN "toweling" ;
lin towelling_N = mkN "towelling" ;
lin towelling_N = mkN "towelling" | mkN "toweling";
lin tower_N = mkN "tower" "towers";
lin tower_V = mkV "tower" "towers" "towered" "towered" "towering";
lin tower_block_N = variants {mkN "tower-block" "tower-blocks"; mkN "tower block" "tower blocks"};