diff options
| author | aarne <unknown> | 2003-11-11 15:44:24 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2003-11-11 15:44:24 +0000 |
| commit | 54c72f5ab023c0cdac83eb28dd1f81d4cd35aeae (patch) | |
| tree | a2a41040c96a84b2bfadac0e25a9dc450aa41bfb /grammars | |
| parent | 9b47b4aa128a5cbee74aa99e5494a0b76890ec4a (diff) | |
Working with interfaces.
Working with interfaces.
Created new place for grammar parsers.
Created new script jgf2+.
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 { |
