I have installed festival tts.
Now when I try running
echo "Helllloooo! Is anyone home?" | festival --tts
I get the output
lexicon english_poslex not defined
How do I resolve this error?
I'm running Linux Mint by the way.
I have installed festival tts.
Now when I try running
echo "Helllloooo! Is anyone home?" | festival --tts
I get the output
lexicon english_poslex not defined
How do I resolve this error?
I'm running Linux Mint by the way.
I found the answer here http://ubuntuforums.org/showthread.php?t=677277 thanks to @Rinzwind
I ran the command
sudo apt-get install festlex-poslex
and that fixed the error.