Browse Source

Documentation fix

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

+ 2
- 2
docs/dictionary.md View File

@@ -379,8 +379,8 @@ instead of, or as well as, the phonetic translation.
| `$hasdot` | Use this pronunciation if the word is followed by a dot. (This attribute also implies `$dot`). |
| `$max3` | Limit to 3 repetitions in pronunciation.|
| `$text` | Word translates to replacement text, not phonemes.|
| `$verbf` | The following word is probably is a verb. |
| `$verbsf` | The following word is probably is a if it has an "s" suffix. |
| `$verbf` | The following word is probably a verb. |
| `$verbsf` | The following word is probably a verb if it has an "s" suffix. |
| `$nounf` | The following word is probably not a verb. |
| `$pastf` | The following word is probably past tense. |
| `$verb` | Use this pronunciation if it's a verb, i.e. previously processed word had `$verbf` or `$verbsf` set.|

Loading…
Cancel
Save