Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with lex_lookup #82

Open
isobely79797 opened this issue Sep 14, 2022 · 2 comments
Open

Problems with lex_lookup #82

isobely79797 opened this issue Sep 14, 2022 · 2 comments

Comments

@isobely79797
Copy link

I'm trying to install lex_lookup on Cygwin but I keep getting an error message:
$ cd testsuite
$ make lex_lookup
make: *** No rule to make target 'lex_lookup'. Stop.

How can I get this to work?

@Erickrus
Copy link

Erickrus commented Jul 7, 2023

I tested these steps in colab environment. Hope, this can solve your problem.

# download and decompress the package
# wget http://tts.speech.cs.cmu.edu/awb/flite-2.0.5-current.tar.bz2
# bzip2 -d flite-2.0.5-current.tar.bz2
# tar -xvf flite-2.0.5-current.tar
# mv flite-2.0.5-current flite

# recently I notice, server tts.speech.cs.cmu.edu is off
# let's use github's version instead, which is version 2.1-release
git clone https://github.com/festvox/flite

# install flite
cd flite && ./configure 
cd flite && make
cd flite && make install

# install lex_lookup
cd flite/testsuite && make
cp flite/testsuite/lex_lookup /usr/local/bin
chmod 777 /usr/local/bin/lex_lookup

# test
lex_lookup tiktok

Finally the output is:

(t iy1 k t ax0 k)

@tejkiran-v
Copy link

Thanks, this worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants