mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
(Hun) Restrict subject case to only Nom and Dat
This commit is contained in:
@@ -149,12 +149,11 @@ lin language_title_Utt = ss "magyar" ;
|
||||
lin no_Utt = ss "nem" ;
|
||||
lin yes_Utt = ss "igen" ;
|
||||
|
||||
{-
|
||||
-------
|
||||
-- Verb
|
||||
|
||||
lin have_V2 = vtov2 copula ** {sc = ??};
|
||||
lin can8know_VV = can_VV ; -- can (capacity)
|
||||
lin have_V2 = vtov2 copula ** {sc = SCDat ; c2 = Nom} ;
|
||||
{-lin can8know_VV = can_VV ; -- can (capacity)
|
||||
lin can_VV = mkVV "" ; -- can (possibility)
|
||||
lin must_VV = mkVV "" ;
|
||||
lin want_VV = mkVV "" subjunctive ;
|
||||
|
||||
Reference in New Issue
Block a user