Monday, May 20, 2013

configure error: Can't find dumpfeats of festival

./configure  --with-tcl-search-path =/usr/local/ActiveTcl-8.4/bin/  --with-fest-search-path=/home/boss/tts_install/festival/examples/ --with-sptk-search-path =/usr/local/SPTK/bin/  --with-hts-search-path =/usr/local/HTS-2.2beta/bin/  --with-hts-engine-search-path =/home/boss/installations/hts_engine_API-1.06/bin/


checking for dumpfeats... :
configure error: Can't find dumpfeats of festival


Solution:
check the following part in mentioned command:
--with-fest-search-path   =/home/boss/tts_install/festival/examples/

remove the space between word '-path'  ymbol '='

so it will be
--with-fest-search-path=/home/boss/tts_install/festival/examples/




--
Pranaw Kumar
C-DAC MUMBAI
Ph-(+91) (22) 26201606

Friday, May 17, 2013

ERROR [+8220] LatticeFromLabels: Word ? not defined in dictionary


ERROR [+8220]  LatticeFromLabels: Word ? not defined in dictionary

Solution: Check the mlf file, it must be having '?', remove it.