From 85282418a70a73e6b75cabd965b9b2193dd5b273 Mon Sep 17 00:00:00 2001 From: krangelov Date: Tue, 27 Apr 2021 10:03:42 +0200 Subject: [PATCH] added linrefs for A and A2 --- src/polish/CatPol.gf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/polish/CatPol.gf b/src/polish/CatPol.gf index 6e75a953..e3283b29 100644 --- a/src/polish/CatPol.gf +++ b/src/polish/CatPol.gf @@ -122,5 +122,10 @@ concrete CatPol of Cat = CommonX - [CAdv] ** open ResPol, Prelude, (R = ParamX) PN = NounPhrase; CAdv = {s,p,sn,pn : Str} ; + + linref + A = \a -> a.pos.s1 ; + A2 = \a -> a.pos.s1 ++ a.c.s ; + };