Browse Source

docs: make clear that listed languages are supported in development version, move comments below table

master
Valdis Vitolins 4 years ago
parent
commit
8481ced2d9
1 changed files with 11 additions and 8 deletions
  1. 11
    8
      docs/languages.md

+ 11
- 8
docs/languages.md View File

@@ -1,14 +1,9 @@
# Languages

The languages in espeak-ng are grouped by their
[ISO 639-5](https://en.wikipedia.org/wiki/List_of_ISO_639-5_codes) language
family code. They are identified by their
[BCP 47](https://en.wikipedia.org/wiki/BCP47) identifier. For several accents
and dialects,
[private-use extensions](https://raw.githubusercontent.com/espeak-ng/bcp47-data/master/bcp47-extensions)
have been used.
Development version of eSpeak NG supports 121 languages and accents,
which are listed in table below.

The 121 supported languages and accents are:
To check, what languages are supported by distributed version, run `espeak-ng --voices` command.

| Family Code | Identifier | Language Family | Language | Accent/Dialect |
|-------------|-------------------|-----------------------|-----------------------------|------------------------|
@@ -134,6 +129,14 @@ The 121 supported languages and accents are:
| `aav` | `vi-vn-x-south` | Austroasiatic | Vietnamese | Southern Vietnam |
| `cel` | `cy` | Celtic | Welsh | |

The languages in espeak-ng are grouped by their
[ISO 639-5](https://en.wikipedia.org/wiki/List_of_ISO_639-5_codes) language
family code. They are identified by their
[BCP 47](https://en.wikipedia.org/wiki/BCP47) identifier. For several accents
and dialects,
[private-use extensions](https://raw.githubusercontent.com/espeak-ng/bcp47-data/master/bcp47-extensions)
have been used.

\[1\] With Latin alphabet.

\[2\] With Cyrillic alphabet.

Loading…
Cancel
Save