Browse Source

Documentation: cross-referenced links for dictrules

master
Valdis Vitolins 9 years ago
parent
commit
16012ce5ea
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      docs/dictionary.md
  2. 1
    1
      docs/voices.md

+ 1
- 1
docs/dictionary.md View File

Conditional rules have `?` and a condition number at the start if Conditional rules have `?` and a condition number at the start if
the line in the `*_rules` or `*_list` file. This means that the rule the line in the `*_rules` or `*_list` file. This means that the rule
only applies of that condition number is specified in a `dictrules` only applies of that condition number is specified in a `dictrules`
line in the [voice file](voices.md). line in the [voice file](voices.md#dictrules).


If the rule starts with `?!` then the rule only applies if the If the rule starts with `?!` then the rule only applies if the
condition number is `not` specified in the voice file. e.g. condition number is `not` specified in the voice file. e.g.

+ 1
- 1
docs/voices.md View File

voice. Rule numbers are in the range 0 to 31 and are specific to a voice. Rule numbers are in the range 0 to 31 and are specific to a
language dictionary. They apply to rules in the language's `*_rules` language dictionary. They apply to rules in the language's `*_rules`
dictionary file and also its `*_list` exceptions list. See dictionary file and also its `*_list` exceptions list. See
[Text to Phoneme Translation](dictionary.md). [Text to Phoneme Translation](dictionary.md#conditional-rules).


### replace ### replace



Loading…
Cancel
Save