What steps will reproduce the problem?
Erroneous rule looks:
define HarmRuleszelol §szelol§ -> o l // .#. \"^"* BackVowel \Vowel* [ s | z
] "^" _ ,,
§szelol§ -> e l // .#. \"^"* FrontVowel \Vowel* [ s | z ] "^" _ ,,
§szelol§ -> sz // .#. \"^"* "^" [ \"^"* "^"]* _ ;
The error is the last line, should be §szelol§ -> s z // ...
There is no error message whatever at compilation time.
This erroneous rule causes, that all words containing sz will become unknown.
An error message at compilation time would help a lot for the user to find out,
what is the problem.
Original issue reported on code.google.com by eleonor...@gmx.net on 24 Feb 2012 at 4:09
Original issue reported on code.google.com by
eleonor...@gmx.net
on 24 Feb 2012 at 4:09Attachments: