diff --git a/lib/src/persian/NounPes.gf b/lib/src/persian/NounPes.gf index 159785969..a925ca3f2 100644 --- a/lib/src/persian/NounPes.gf +++ b/lib/src/persian/NounPes.gf @@ -79,7 +79,7 @@ concrete NounPes of Noun = CatPes ** open ResPes, Prelude in { OrdSuperl a = {s = a.s ! bEzafa ++ taryn; n = Sg} ; -- check the form of adjective DefArt = {s = \\_ => [] ; a = defaultAgrPes ; fromPron = False} ; - IndefArt = {s = \\_ => IndefArticle ; a =defaultAgrPes ; fromPron = False} ; + IndefArt = {s = table { Sg => IndefArticle ; Pl => []} ; a =defaultAgrPes ; fromPron = False} ; MassNP cn = {s =\\c => case c of { NPC bEzafa => cn.s ! bEzafa ! Sg ;