1
0
forked from GitHub/gf-core

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

This commit is contained in:
kr.angelov
2013-11-14 20:15:02 +00:00
parent 4b919ba26f
commit 58b47c2766
4 changed files with 14 additions and 10 deletions

View File

@@ -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 {};

View File

@@ -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");

View File

@@ -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;

View File

@@ -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 {};