diff options
Diffstat (limited to 'grammars')
| -rw-r--r-- | grammars/resource/finnish/MorphoFin.gf | 2 |
1 files changed, 1 insertions, 1 deletions
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 <n,p> of { |
