Skip to content

Commit

Permalink
improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Bernard committed Feb 21, 2020
1 parent 8ed73bf commit ec1c2e4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ See the installed backends with the `--version` option:
hhaxlow werld

* In French, using **espeak** and **espeak-mbrola**, with custom token
separators (see below). espeak-mbrola does not support words separation.
separators (see below). **espeak-mbrola** does not support words separation.

$ echo "bonjour le monde" | phonemize -b espeak -l fr-fr -p ' ' -w '/w '
b ɔ̃ ʒ u ʁ /w l ə /w m ɔ̃ d /w
Expand All @@ -160,6 +160,14 @@ See the installed backends with the `--version` option:
The exhaustive list of supported languages is available with the command
`phonemize --list-languages [--backend <backend>]`.

* Languages supported by **espeak** are available
[here](https://github.com/espeak-ng/espeak-ng/blob/master/docs/languages.md).

* Languages supported by **espeak-mbrola** are available
[here](https://github.com/numediart/MBROLA-voices). Please note that the
mbrola voices are not bundled with the phonemizer and must be installed
separately.

* Languages supported by **festival** are:

en-us -> english-us
Expand All @@ -176,18 +184,10 @@ The exhaustive list of supported languages is available with the command
Instead of a language you can also provide a file specifying a
grapheme to phone mapping (see the files above for examples).

* Languages supported by **espeak** are available
[here](https://github.com/espeak-ng/espeak-ng/blob/master/docs/languages.md).

* Languages supported by **espeak-mbrola** are available
[here](https://github.com/numediart/MBROLA-voices). Please note that the
mbrola voices are not bundled with the phonemizer and must be installed
separately.


### Token separators

You can specify separators for phones, syllables (**festival** only and
You can specify separators for phones, syllables (**festival** only) and
words (excepted **espeak-mbrola**).

$ echo "hello world" | phonemize -b festival -w ' ' -p ''
Expand Down Expand Up @@ -217,7 +217,7 @@ a space for both phones and words):

By default the punctuation is removed in the phonemized output. You can preserve
it using the ``--preserve-punctuation`` option (not supported by the
**espeak-mbrola** backend:
**espeak-mbrola** backend):

$ echo "hello, world!" | phonemize --strip
həloʊ wɜːld
Expand Down

0 comments on commit ec1c2e4

Please sign in to comment.