Index: doc/syntax.txt ================================================================== --- doc/syntax.txt +++ doc/syntax.txt @@ -63,13 +63,13 @@ * Text transformation, modifying internally the checked text * Disambiguation action * [second pass only] Tagging token * [second pass only] Immunity rules - On the first pass, you can only write regex rules. On the second pass, you can write regex rules and token rules. All tokens rules must be written within a graph. + ## REGEX RULE SYNTAX ## __LCR/option(rulename)!priority__ pattern @@ -588,11 +588,11 @@ ### Disambiguation When the grammar checker analyses a token with `morph()`, before requesting the POS tags to the dictionary, it checks if there is a stored marker for the position of the token. If a marker is found, it uses the stored data and don’t make request to the dictionary. -Command for disambiguation is: `=>>`. No positioning allowed. +The command for disambiguation is: `=>>`. No positioning allowed. There are 4 commands for disambiguation. `select(n, pattern)`