NVIDIA / tacotron2

Tacotron 2 - PyTorch implementation with faster-than-realtime inference
BSD 3-Clause "New" or "Revised" License
5.11k stars 1.39k forks source link

No phonemizer found for language es #557

Open seonake opened 2 years ago

seonake commented 2 years ago

Hi, I guess this must be preaty easy... but i dont get it right. From pre-trained model ("tts_models/es/mai/tacotron2-DDC"), I get this error:

----> ValueError: No phonemizer found for language es. You may need to install a third party library for this language.

Where can I get this library? Many thanks