Browse Source

Fixed typo in dictionary documentation.

master
Quin 2 years ago
parent
commit
97414c47b9
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      docs/dictionary.md

+ 5
- 5
docs/dictionary.md View File

- [Letter Names](#letter-names) - [Letter Names](#letter-names)
- [Numbers](#numbers) - [Numbers](#numbers)
- [Character Substitution](#character-substitution) - [Character Substitution](#character-substitution)
- [(Re)definition of charater groups](#redefinition-of-charater-groups)
- [(Re)definition of character groups](#redefinition-of-character-groups)


---------- ----------


|-------------|-------------| |-------------|-------------|
| `_` | Beginning or end of a word (or a hyphen). | | `_` | Beginning or end of a word (or a hyphen). |
| `-` | Hyphen. | | `-` | Hyphen. |
| `A` | Any vowel[<sup>1</sup>](#redefinition-of-charater-groups). |
| `C` | Any consonant [<sup>1</sup>](#redefinition-of-charater-groups). |
| `B H F G Y` | These may indicate other sets of characters[<sup>1</sup>](#redefinition-of-charater-groups). |
| `A` | Any vowel[<sup>1</sup>](#redefinition-of-character-groups). |
| `C` | Any consonant [<sup>1</sup>](#redefinition-of-character-groups). |
| `B H F G Y` | These may indicate other sets of characters[<sup>1</sup>](#redefinition-of-character-groups). |
| `L<nn>` | Any of the sequence of characters defined as a letter grup. | | `L<nn>` | Any of the sequence of characters defined as a letter grup. |
| `D` | Any digit. | | `D` | Any digit. |
| `K` | Not a vowel (i.e. a consonant or word boundary or non-alphabetic character). | | `K` | Not a vowel (i.e. a consonant or word boundary or non-alphabetic character). |
cx  ĉ   // (Esperanto) allow "cx" as an alternative to c-circumflex cx  ĉ   // (Esperanto) allow "cx" as an alternative to c-circumflex
fi   fi  // replace a single character ligature by two characters fi   fi  // replace a single character ligature by two characters


## (Re)definition of charater groups
## (Re)definition of character groups


The set of these vowel characters in `A` group and consonants in `C` group may be The set of these vowel characters in `A` group and consonants in `C` group may be
redefined for a particular language. Other sets of letters indicated by `B`, `E`, `F` and `G` redefined for a particular language. Other sets of letters indicated by `B`, `E`, `F` and `G`

Loading…
Cancel
Save