summaryrefslogtreecommitdiff
path: root/next-lib/src/swedish
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/swedish')
-rw-r--r--next-lib/src/swedish/CompatibilitySwe.gf11
-rw-r--r--next-lib/src/swedish/SymbolSwe.gf2
2 files changed, 13 insertions, 0 deletions
diff --git a/next-lib/src/swedish/CompatibilitySwe.gf b/next-lib/src/swedish/CompatibilitySwe.gf
new file mode 100644
index 000000000..84ab961b3
--- /dev/null
+++ b/next-lib/src/swedish/CompatibilitySwe.gf
@@ -0,0 +1,11 @@
+--# -path=.:../scandinavian:../abstract:../common
+
+concrete CompatibilitySwe of Compatibility = CatSwe ** open Prelude, CommonScand in {
+
+-- from Noun 19/4/2008
+
+lin
+ NumInt n = {s = \\_ => n.s ; isDet = True ; n = Pl} ;
+ OrdInt n = {s = n.s ++ ":e" ; isDet = True} ;
+
+}
diff --git a/next-lib/src/swedish/SymbolSwe.gf b/next-lib/src/swedish/SymbolSwe.gf
index b80619c06..0c74baa93 100644
--- a/next-lib/src/swedish/SymbolSwe.gf
+++ b/next-lib/src/swedish/SymbolSwe.gf
@@ -1,2 +1,4 @@
+--# -path=.:scandinavian:abstract:common
+
concrete SymbolSwe of Symbol = CatSwe ** SymbolScand with
(ResScand = ResSwe) ;