From 41dfd532bda49232cad9e55324601b354ee07e99 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Tue, 15 Oct 2024 15:43:51 +0200 Subject: [PATCH] forgot the file --- src/norwegian/NamesNor.gf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/norwegian/NamesNor.gf diff --git a/src/norwegian/NamesNor.gf b/src/norwegian/NamesNor.gf new file mode 100644 index 000000000..018150948 --- /dev/null +++ b/src/norwegian/NamesNor.gf @@ -0,0 +1,10 @@ +concrete NamesNor of Noun = CatNor ** NamesScand - [AdjLN] with + (ResScand = ResNor) ** { + +lin AdjLN ap ln = ln ** { + s = \\c => preOrPost ap.isPre + (ap.s ! agrAdj (gennum ln.g ln.n) (DDef Def)) + (ln.s ! c) ; + } ; + +}