mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
added UttNP & UttCN
This commit is contained in:
@@ -12,11 +12,11 @@ incomplete concrete PhraseBantu of Phrase =
|
|||||||
|
|
||||||
UttIP ip = {s = ip.s ! Nom} ; --- Acc also -}
|
UttIP ip = {s = ip.s ! Nom} ; --- Acc also -}
|
||||||
UttIAdv iadv = iadv ;
|
UttIAdv iadv = iadv ;
|
||||||
{- UttNP np = {s = (np.s ! Nom).ton} ;
|
UttNP np = {s = np.s ! npNom} ;
|
||||||
UttVP vp = {s = infVP vp (agrP3 Fem Sg)} ; --- Agr -}
|
{- UttVP vp = {s = infVP vp (agrP3 Fem Sg)} ; --- Agr -}
|
||||||
UttAdv adv = adv ;
|
UttAdv adv = adv ;
|
||||||
{- UttCN n = {s = n.s ! Sg} ;
|
UttCN n = {s = n.s ! Sg ! Nom} ;
|
||||||
UttAP ap = {s = ap.s ! AF Masc Sg} ;
|
{- UttAP ap = {s = ap.s ! AF Masc Sg} ;
|
||||||
UttCard n = {s = n.s ! Masc} ;-}
|
UttCard n = {s = n.s ! Masc} ;-}
|
||||||
UttInterj i = i ;
|
UttInterj i = i ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user