mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
split share_V2 in Dict: 'divide' and 'have in common'
This commit is contained in:
@@ -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 ;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user