mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-07 14:16:31 -06:00
the AP now inflects by Person since it may contain an embedded VP
This commit is contained in:
@@ -19,7 +19,7 @@ concrete PhraseBul of Phrase = CatBul ** open Prelude, ResBul in {
|
||||
UttAdv adv = adv ;
|
||||
UttCN n = {s = n.s ! NF Sg Indef} ;
|
||||
UttCard n = {s = n.s ! CFNeut Indef} ;
|
||||
UttAP ap = {s = ap.s ! ASg Masc Indef} ;
|
||||
UttAP ap = {s = ap.s ! ASg Masc Indef ! P3} ;
|
||||
UttInterj i = i ;
|
||||
|
||||
NoPConj = {s = []} ;
|
||||
|
||||
Reference in New Issue
Block a user