From a251318dadcca808110cc734641054b8df518f55 Mon Sep 17 00:00:00 2001 From: aarneranta Date: Thu, 11 Apr 2024 14:11:58 +0200 Subject: [PATCH] Fin linref NP: Nom, not Acc --- src/finnish/CatFin.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finnish/CatFin.gf b/src/finnish/CatFin.gf index 849e8ad6a..b492a1024 100644 --- a/src/finnish/CatFin.gf +++ b/src/finnish/CatFin.gf @@ -104,7 +104,7 @@ concrete CatFin of Cat = CommonX ** open ResFin, StemFin, Prelude in { linref SSlash = \ss -> ss.s ++ ss.c2.s.p1 ; ClSlash = \cls -> cls.s ! Pres ! Simul ! Pos ++ cls.c2.s.p1 ; - NP = \np -> np.s ! NPAcc ; ----NPSep ; + NP = \np -> np.s ! NPCase Nom ; ----NPSep ; CN = cnRef ; VP = vpRef ;