forked from GitHub/gf-core
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