summaryrefslogtreecommitdiff
path: root/grammars/resource
diff options
context:
space:
mode:
Diffstat (limited to 'grammars/resource')
-rw-r--r--grammars/resource/finnish/MorphoFin.gf6
-rw-r--r--grammars/resource/finnish/ResFin.gf3
2 files changed, 5 insertions, 4 deletions
diff --git a/grammars/resource/finnish/MorphoFin.gf b/grammars/resource/finnish/MorphoFin.gf
index 1eb43cf7c..c634999b4 100644
--- a/grammars/resource/finnish/MorphoFin.gf
+++ b/grammars/resource/finnish/MorphoFin.gf
@@ -456,10 +456,10 @@ getHarmony : Str -> Str = \u ->
} ;
-- The possessive suffixes will be needed in syntax. It will show up
--- as a separate word ("auto &ni"), which needs unlexing. Unlexing also
--- has to fix the vowel harmony in cases like "äiti &nsä".
+-- as a separate word ("auto &+ ni"), which needs unlexing. Unlexing also
+-- has to fix the vowel harmony in cases like "äiti &+ nsä".
- suff : Str -> Str = \ni -> "&" + ni ;
+ suff : Str -> Str = \ni -> "&+" ++ ni ;
possSuffix : Number => Person => Str = \\n,p =>
suff (case <n,p> of {
diff --git a/grammars/resource/finnish/ResFin.gf b/grammars/resource/finnish/ResFin.gf
index 9b154b9b5..d29eb7195 100644
--- a/grammars/resource/finnish/ResFin.gf
+++ b/grammars/resource/finnish/ResFin.gf
@@ -21,7 +21,8 @@ concrete ResFin of ResAbs = open Prelude, SyntaxFin in {
flags
startcat=Phr ;
- parser=chart ;
+ lexer=unglue ;
+ unlexer=glue ;
lincat
N = CommNoun ;