mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -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 -}
|
||||
UttIAdv iadv = iadv ;
|
||||
{- UttNP np = {s = (np.s ! Nom).ton} ;
|
||||
UttVP vp = {s = infVP vp (agrP3 Fem Sg)} ; --- Agr -}
|
||||
UttNP np = {s = np.s ! npNom} ;
|
||||
{- UttVP vp = {s = infVP vp (agrP3 Fem Sg)} ; --- Agr -}
|
||||
UttAdv adv = adv ;
|
||||
{- UttCN n = {s = n.s ! Sg} ;
|
||||
UttAP ap = {s = ap.s ! AF Masc Sg} ;
|
||||
UttCN n = {s = n.s ! Sg ! Nom} ;
|
||||
{- UttAP ap = {s = ap.s ! AF Masc Sg} ;
|
||||
UttCard n = {s = n.s ! Masc} ;-}
|
||||
UttInterj i = i ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user