From 58b47c276669de8c6cf4b0af8fa1dbe33245aa35 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 14 Nov 2013 20:15:02 +0000 Subject: [PATCH] added date_3_N for the sense of "meeting". also added comments for the meanings of a few sense disambiguated words in the abstract syntax. The format of the comments follows the Haddock convention --- lib/src/bulgarian/DictEngBul.gf | 1 + lib/src/english/DictEng.gf | 1 + lib/src/english/DictEngAbs.gf | 19 ++++++++++--------- lib/src/swedish/DictEngSwe.gf | 3 ++- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/lib/src/bulgarian/DictEngBul.gf b/lib/src/bulgarian/DictEngBul.gf index dcff164f0..cb56c2311 100644 --- a/lib/src/bulgarian/DictEngBul.gf +++ b/lib/src/bulgarian/DictEngBul.gf @@ -14220,6 +14220,7 @@ lin data_N = mkN075 "данни"; lin database_N = mkN041 "база"; lin datable_A = variants {}; lin date_1_N = mkN041 "дата"; +lin date_3_N = mkN041 "среща"; lin date_7_N = mkN041 "фурма"; lin date_V = variants {}; lin date_V2 = variants {}; diff --git a/lib/src/english/DictEng.gf b/lib/src/english/DictEng.gf index 587ad7df0..29b54e0d4 100644 --- a/lib/src/english/DictEng.gf +++ b/lib/src/english/DictEng.gf @@ -14192,6 +14192,7 @@ lin data_N = mkN "data" "data"; lin database_N = mkN "database"; lin datable_A = compoundA (mkA "datable"); lin date_1_N = mkN "date" "dates"; +lin date_3_N = mkN "date" "dates"; lin date_7_N = mkN "date" "dates"; lin date_V = mkV "date" "dates" "dated" "dated" "dating"; lin date_V2 = mkV2 (mkV "date" "dates" "dated" "dated" "dating"); diff --git a/lib/src/english/DictEngAbs.gf b/lib/src/english/DictEngAbs.gf index 4ef7ec68b..1e8830592 100644 --- a/lib/src/english/DictEngAbs.gf +++ b/lib/src/english/DictEngAbs.gf @@ -14172,8 +14172,9 @@ fun dasyure_N : N; fun data_N : N; fun database_N : N; fun datable_A : A; -fun date_1_N : N; -fun date_7_N : N; +fun date_1_N : N; -- | the specified day of the month +fun date_3_N : N; -- | a meeting arranged in advance +fun date_7_N : N; -- | sweet edible fruit of the date palm with a single long woody seed fun date_V : V; fun date_V2 : V2; fun dateless_A : A; @@ -14685,9 +14686,9 @@ fun degeneration_N : N; fun degenerative_A : A; fun degradation_N : N; fun degrade_V2 : V2; -fun degree_1_N : N; -fun degree_2_N : N; -fun degree_3_N : N; +fun degree_1_N : N; -- | a position on a scale of intensity or amount or quality +fun degree_2_N : N; -- | an award conferred by a college or university signifying that the recipient has satisfactorily completed a course of study +fun degree_3_N : N; -- | a unit of temperature on a specified scale fun degressive_A : A; fun dehiscence_N : N; fun dehiscent_A : A; @@ -37608,8 +37609,8 @@ fun orang_outan_N : N; fun orang_outang_N : N; fun orang_utan_N : N; fun orange_A : A; -fun orange_1_N : N; -fun orange_2_N : N; +fun orange_1_N : N; -- | round yellow to orange fruit of any of several citrus trees +fun orange_2_N : N; -- | orange color or pigment; any of a range of colors between red and yellow fun orangeade_N : N; fun orangeman_N : N; fun orangery_N : N; @@ -52703,8 +52704,8 @@ fun stridor_N : N; fun stridulate_V : V; fun stridulation_N : N; fun strife_N : N; -fun strike_1_N : N; -fun strike_2_N : N; +fun strike_1_N : N; -- | a group's refusal to work in protest against low pay or bad work conditions +fun strike_2_N : N; -- | an attack that is intended to seize or inflict damage on or destroy an objective fun strike_V : V; fun strike_V2 : V2; fun strike_leader_N : N; diff --git a/lib/src/swedish/DictEngSwe.gf b/lib/src/swedish/DictEngSwe.gf index e68bba17a..772ebdcd5 100644 --- a/lib/src/swedish/DictEngSwe.gf +++ b/lib/src/swedish/DictEngSwe.gf @@ -14733,7 +14733,8 @@ lin data_N = mkN "data"; -- comment=5 lin database_N = mkN "databas" "databaser"; lin datable_A = variants {}; lin date_1_N = mkN "datum" "datum"; -lin date_7_N = variants {}; +lin date_3_N = mkN "träff"; +lin date_7_N = mkN "dadel"; lin date_V = mkV "daterar"; -- comment=3 lin date_V2 = mkV2 (mkV "åldras"); -- status=guess, src=wikt lin dateless_A = variants {};