Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. Create a plain textual file, e.g. 'grammar_ignore.txt' and place it to the AppServer/UserDictionaries directory. 

3. List the grammar rules IDs separated by commas that you would like to be ignored. For example, WHITESPACE_RULE is a rule responsible for catching two or more whitespaces.

Code Block
languagetext
titlegrammar_ignore.txt
WHITESPACE_RULE,


Note

If you have a single rule added to the list of the ignored rules, it is recommended to put a comma after the rule ID. This is needed to make sure no other invisible characters (new lines, spaces, etc.) affect the mechanism.

4. Now go and open the AppServer/AppServerX.xml file for editing. 

...