coqui-tts/TTS/tts/utils/text
Enno Hermann 2af0220996
fix: don't pass quotes to espeak (#3286)
Previously, the text was wrapped in an additional set of quotes that was passed
to Espeak. This could result in different phonemization in certain edges and
caused the insertion of an initial separator "_" that had to be removed.
Compare:
$ espeak-ng -q -b 1 -v en-us --ipa=1 '"A"'
_ˈɐ
$ espeak-ng -q -b 1 -v en-us --ipa=1 'A'
ˈeɪ

Fixes #2619
2023-11-24 12:25:37 +01:00
..
bangla Make lint 2023-04-17 15:02:56 +02:00
belarusian 🔥 XTTS implementation 2023-09-13 17:51:24 +02:00
chinese_mandarin Create language folders under `TTS.tts.utils.text` 2022-02-25 09:32:54 +01:00
english Create `text/english` folder 2022-02-25 09:32:54 +01:00
french Create language folders under `TTS.tts.utils.text` 2022-02-25 09:32:54 +01:00
japanese Fix Tortoise load (#2791) 2023-07-24 13:42:47 +02:00
korean Prevent installing mecab-ko (#1967) 2022-09-14 10:28:07 +02:00
phonemizers fix: don't pass quotes to espeak (#3286) 2023-11-24 12:25:37 +01:00
__init__.py Remove OLD TOKENIZATION ROUTINES 2022-02-25 09:32:54 +01:00
characters.py Port Fairseq TTS models (#2628) 2023-06-05 11:15:13 +02:00
cleaners.py Fix DelightfulTTS (#2823) 2023-07-31 13:52:45 +02:00
cmudict.py reformatting and styling 2021-04-12 11:47:39 +02:00
punctuation.py Fix tokenizer for punc only (#1717) 2022-07-06 22:59:41 +02:00
tokenizer.py Port Fairseq TTS models (#2628) 2023-06-05 11:15:13 +02:00