From c5d2a50164bd88ef22d84ec0db8789e5f5c32066 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 17 Sep 2013 11:59:59 +0000 Subject: [PATCH] added UttInterj in PhraseBul --- lib/src/bulgarian/PhraseBul.gf | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/bulgarian/PhraseBul.gf b/lib/src/bulgarian/PhraseBul.gf index dab49f8c4..7445242d9 100644 --- a/lib/src/bulgarian/PhraseBul.gf +++ b/lib/src/bulgarian/PhraseBul.gf @@ -19,6 +19,7 @@ concrete PhraseBul of Phrase = CatBul ** open Prelude, ResBul in { UttCN n = {s = n.s ! NF Sg Indef} ; UttCard n = {s = n.s ! CFNeut Indef} ; UttAP ap = {s = ap.s ! ASg Masc Indef} ; + UttInterj i = i ; NoPConj = {s = []} ; PConjConj conj = {s = conj.s ++ linCoord!conj.conj} ;