| @@ -237,7 +237,7 @@ rule with more syllables. | |||
| |--------|-------------| | |||
| | `&` | A syllable which may be stressed (i.e. is not defined as unstressed). | | |||
| | `V` | Matches only if a previous word has indicated that a verb form is expected. | | |||
| | `xxJ` | Skip letters until `xx`. Simple `xx` means start of current word. `xx_yy` means `xx` as end of previous and `yy` as start of current word. | | |||
| | `xxJ` | Skip letters until `xx`. Simple `xx` means start of current word. `xx_yy` means `xx` as end of previous and `yy` as start of current word. If necessary more than one `J` can be used. | | |||
| e.g. | |||
| @@ -252,7 +252,7 @@ e.g. | |||
| |-------------|-------------| | |||
| | `+` | Force an increase in the score in this rule by 20 points (may be repeated for more effect). | | |||
| | `<` | Force a decrease in the score in this rule by 20 points (may be repeated for more effect). | | |||
| | `Jxx` | Skip letters until `xx`. Simple `xx` means end of current word. `xx_yy` means `xx` as end of current and `yy` as start of next word. | | |||
| | `Jxx` | Skip letters until `xx`. Simple `xx` means end of current word. `xx_yy` means `xx` as end of current and `yy` as start of next word. If necessary more than one `J` can be used. | | |||
| | `S<number>` | This number of matching characters are a standard suffix, remove them and retranslate the word. | | |||
| | `P<number>` | This number of matching characters are a standard prefix, remove them and retranslate the word. | | |||
| | `Lnn` | `nn` is a 2-digit decimal number in the range 01 to 20 Matches with any of the letter sequences which have been defined for letter group `nn` | | |||