summaryrefslogtreecommitdiff
blob: c6ca37d84861281170b6e59512cc2bceb33da0c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Index: suomi.mor
===================================================================
--- suomi.mor   (revision 509)
+++ suomi.mor   (working copy)
@@ -1491,3 +1491,12 @@
  ! $string matches ".": $first, ".*";
  return $first;
 end;
+
+pruning_rule prune ($list):
+  define $filter := <>;
+  foreach $i in length($list):
+    $filter :=+ <($i less_equal 20)>;
+  end;
+  return $filter;
+end;
+
Index: voikko-fi_FI.pro
===================================================================
--- voikko-fi_FI.pro    (revision 509)
+++ voikko-fi_FI.pro    (working copy)
@@ -87,6 +87,7 @@
 mallex: set use-display yes
 malaga: set use-display yes

+malaga: set mor-pruning 20


 # Lipuilla malli ja tulostus voidaan säätää suomi-malagan toimintaa.