From 38341cbc95fc1289d5cc365ce5e50bf5dd70bd89 Mon Sep 17 00:00:00 2001 From: inari Date: Thu, 12 Jun 2014 09:51:52 +0000 Subject: [PATCH] split share_V2 in Dict: 'divide' and 'have in common' --- lib/src/translator/Dictionary.gf | 2 ++ lib/src/translator/DictionarySpa.gf | 4 +++- lib/src/translator/senses-in-Dictionary.txt | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/src/translator/Dictionary.gf b/lib/src/translator/Dictionary.gf index 3a8fa3261..eef1ef8bc 100644 --- a/lib/src/translator/Dictionary.gf +++ b/lib/src/translator/Dictionary.gf @@ -51901,6 +51901,8 @@ fun shard_N : N ; fun share_N : N ; fun share_V : V ; fun share_V2 : V2 ; +fun share_1_V2 : V2 ; +fun share_2_V2 : V2 ; fun share_out_N : N ; fun share_out_V : V ; fun sharecropper_N : N ; diff --git a/lib/src/translator/DictionarySpa.gf b/lib/src/translator/DictionarySpa.gf index 34f4e1486..b19e0dc75 100644 --- a/lib/src/translator/DictionarySpa.gf +++ b/lib/src/translator/DictionarySpa.gf @@ -18306,7 +18306,9 @@ lin shape_VV = variants{} ; lin shard_N = mkN "casco" | mkN "añicos" masculine ; -- status=guess status=guess lin share_N = mkN "cuota" ; lin share_V = mkV "dividir" ; -- status=guess -lin share_V2 = mkV2 (mkV "dividir") ; -- status=guess +lin share_V2 = mkV2 (mkV "dividir") ; +lin share_1_V2 = mkV2 (mkV "dividir") ; +lin share_2_V2 = mkV2 (mkV "compartir") ; lin shared_A = variants{} ; lin shareholder_N = mkN "accionista" masculine ; -- status=guess lin shark_N = mkN "tiburón" masculine ; -- status=guess diff --git a/lib/src/translator/senses-in-Dictionary.txt b/lib/src/translator/senses-in-Dictionary.txt index b2310cef5..3d2a46b2f 100644 --- a/lib/src/translator/senses-in-Dictionary.txt +++ b/lib/src/translator/senses-in-Dictionary.txt @@ -221,6 +221,8 @@ fun sake_1_N : N ; fun sake_2_N : N ; fun set_1_N : N ; -- | a reparation set fun set_2_N : N ; -- | an infinite set +fun share_1_V2 : V2 ; -- | share the wealth +fun share_2_V2 : V2 ; -- | we share a language (have in common) fun single_1_A : A ; -- | a single ticket fun single_2_A : A ; -- | a single woman fun staff_1_N : N ; -- | staff of 50 persons