mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
use linCN in UttCN
This commit is contained in:
@@ -18,7 +18,7 @@ concrete PhraseEus of Phrase = CatEus ** open Prelude, ResEus in {
|
|||||||
UttNP np = { s = np.s ! Abs} ;
|
UttNP np = { s = np.s ! Abs} ;
|
||||||
UttVP vp = { s = linVPPrc vp } ;
|
UttVP vp = { s = linVPPrc vp } ;
|
||||||
UttAdv adv = adv ;
|
UttAdv adv = adv ;
|
||||||
UttCN n = {s = n.s ! Hau ++ artDef ! Sg ! Abs ! n.ph } ;
|
UttCN n = {s = linCNDef n } ;
|
||||||
UttCard n = n ;
|
UttCard n = n ;
|
||||||
UttAP ap = { s = ap.s ! Hau } ;
|
UttAP ap = { s = ap.s ! Hau } ;
|
||||||
UttInterj i = i ;
|
UttInterj i = i ;
|
||||||
|
|||||||
Reference in New Issue
Block a user