From 54c72f5ab023c0cdac83eb28dd1f81d4cd35aeae Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 11 Nov 2003 15:44:24 +0000 Subject: Working with interfaces. Working with interfaces. Created new place for grammar parsers. Created new script jgf2+. --- grammars/resource/finnish/MorphoFin.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grammars') diff --git a/grammars/resource/finnish/MorphoFin.gf b/grammars/resource/finnish/MorphoFin.gf index c634999b4..5d0ebc1ee 100644 --- a/grammars/resource/finnish/MorphoFin.gf +++ b/grammars/resource/finnish/MorphoFin.gf @@ -459,7 +459,7 @@ getHarmony : Str -> Str = \u -> -- 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 -> BIND ++ ni ; possSuffix : Number => Person => Str = \\n,p => suff (case of { -- cgit v1.2.3