diff --git a/src/persian/SymbolPes.gf b/src/persian/SymbolPes.gf index b6a37e93..4f62b66b 100644 --- a/src/persian/SymbolPes.gf +++ b/src/persian/SymbolPes.gf @@ -16,21 +16,21 @@ concrete SymbolPes of Symbol = CatPes ** open Prelude, ResPes in { animacy = cn.animacy } ; CNSymbNP det cn xs = { - s = \\ez => det.s ++ cn.s ! aEzafa ! det.n ++ xs.s ; + s = \\ez => det.s ++ cn.s ! aEzafa ! det.n ++ xs.s ; a = agrPesP3 det.n ; animacy = cn.animacy } ; CNNumNP cn i = { - s = \\ez => cn.s ! aEzafa ! Sg ++ i.s ; + s = \\ez => cn.s ! aEzafa ! Sg ++ i.s ; a = agrPesP3 Sg ; animacy = cn.animacy } ; - SymbS sy = sy ; + SymbS sy = sy ; SymbNum sy = { s = sy.s ; n = Pl } ; - SymbOrd sy = { s = sy.s ++ "wN" ; n = Pl} ; + SymbOrd sy = { s = sy.s ++ "wN" ; n = Pl; isNum=False} ; -lincat +lincat Symb, [Symb] = SS ;