diff --git a/src/bulgarian/MorphoFunsBul.gf b/src/bulgarian/MorphoFunsBul.gf index 9c1a88a49..cd79cb678 100644 --- a/src/bulgarian/MorphoFunsBul.gf +++ b/src/bulgarian/MorphoFunsBul.gf @@ -231,7 +231,15 @@ oper n.s ! NF Sg Def ; relPost = True; g = n.g - } + } ; + + dualN : N -> Str -> N + = \n,adv -> lin N { s = n.s; + rel = \\_ => adv ; + relPost = True; + g = n.g + } + } ; relativeN : N -> A -> N = dualN ; -- deprecated