From 4b0f58de2396f0454fa4f5dea891f2c872b005b3 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 9 Sep 2008 16:30:13 +0000 Subject: [PATCH] compatibility module for Finnish --- resource/finnish/CompatibilityFin.gf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 resource/finnish/CompatibilityFin.gf diff --git a/resource/finnish/CompatibilityFin.gf b/resource/finnish/CompatibilityFin.gf new file mode 100644 index 00000000..87e35f9d --- /dev/null +++ b/resource/finnish/CompatibilityFin.gf @@ -0,0 +1,11 @@ +--# -path=.:../abstract:../common + +concrete CompatibilityFin of Compatibility = CatFin ** open Prelude, ResFin in { + +-- from Noun 19/4/2008 + +lin + NumInt n = {s = \\_,_ => n.s ; isNum = True ; n = Pl} ; + OrdInt n = {s = \\_,_ => n.s ++ "."} ; + +}