mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 12:26:30 -06:00
(Som) VV complements + some restructuring.
This commit is contained in:
@@ -119,7 +119,7 @@ lin with_Prep = mkPrep la ;
|
||||
-- Pron
|
||||
|
||||
-- Pronouns are closed class, no constructor in ParadigmsSom.
|
||||
it_Pron = he_Pron ** {s = \\_ => []} ;
|
||||
it_Pron = he_Pron ** {s = \\_ => [] ; sp = []} ;
|
||||
i_Pron = pronTable ! Sg1 ;
|
||||
youPol_Pron, -- TODO check
|
||||
youSg_Pron = pronTable ! Sg2 ;
|
||||
@@ -160,10 +160,9 @@ lin yes_Utt = ss "yes" ;
|
||||
-- Verb
|
||||
|
||||
lin have_V2 = mkV2 have_V noPrep ;
|
||||
{-
|
||||
lin can8know_VV = mkV "" ; -- can (capacity)
|
||||
lin can_VV = mkV "" ; -- can (possibility)
|
||||
lin must_VV = mkV "" ;
|
||||
lin can8know_VV = can_VV ; -- can (capacity)
|
||||
lin can_VV = mkV "kar" ; -- can (possibility)
|
||||
{-lin must_VV = mkV "" ;
|
||||
lin want_VV = mkV "" ;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user