mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
added UttInterj in PhraseBul
This commit is contained in:
@@ -19,6 +19,7 @@ concrete PhraseBul of Phrase = CatBul ** open Prelude, ResBul in {
|
|||||||
UttCN n = {s = n.s ! NF Sg Indef} ;
|
UttCN n = {s = n.s ! NF Sg Indef} ;
|
||||||
UttCard n = {s = n.s ! CFNeut Indef} ;
|
UttCard n = {s = n.s ! CFNeut Indef} ;
|
||||||
UttAP ap = {s = ap.s ! ASg Masc Indef} ;
|
UttAP ap = {s = ap.s ! ASg Masc Indef} ;
|
||||||
|
UttInterj i = i ;
|
||||||
|
|
||||||
NoPConj = {s = []} ;
|
NoPConj = {s = []} ;
|
||||||
PConjConj conj = {s = conj.s ++ linCoord!conj.conj} ;
|
PConjConj conj = {s = conj.s ++ linCoord!conj.conj} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user