Browse Source

docs: update explanation of .replace rule

master
Valdis Vitolins 7 years ago
parent
commit
c79ed73ad7
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      docs/dictionary.md

+ 4
- 4
docs/dictionary.md View File

@@ -509,11 +509,11 @@ each language. The number fragments are given in the `*_list` file.
## Character Substitution

Character substitutions can be specified by using a `.replace` section
at the start of the `*_rules` file. Each line specified either one or
two alphabetic characters to be replaced by another one or two
alphabetic characters. This substitution is done to a word before word is searched
at the start of the `*_rules` file. In each line one character can be
replaced by one or two characters. (Source and target of replacement can consume
up to four bytes.) This substitution is done to a word _before_ word is searched
in `*_list` or `*_listx` file and translated using the spelling-to-phoneme rules.
Only the lower-case version of the characters needs to be specified. e.g.
Only the lower-case version of the characters needs to be specified. e.g.:

.replace
ô   ő   // (Hungarian) allow the use of o-circumflex instead of o-double-accute

Loading…
Cancel
Save