From 3ccb56cf4d1c1e79c86eec711d67ffd40bca6ac2 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 --- src/bulgarian/PhraseBul.gf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bulgarian/PhraseBul.gf b/src/bulgarian/PhraseBul.gf index dab49f8c4..7445242d9 100644 --- a/src/bulgarian/PhraseBul.gf +++ b/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} ;