Pay no attention to the slides behind this curtain...
speech-tools
package in Debian, /usr/libexec/speech-tools/
in the festival
package in Fedora Core)akwavs.zip
)la nelci bebna
)# ln -s english /usr/share/festival/voices/lojban
# ln -s kal_diphone /usr/share/festival/voices/lojban/kal_diphone_jbo_us1
# cp local/festvox/kal_diphone_jbo_us1/festvox/kal_diphone_jbo_us1.scm /usr/share/festival/voices/lojban/kal_diphone_jbo_us1/festvox/
ln -s . /usr/libexec/speech-tools/bin
to compensate for a non-standard ESTDIR layout on that distribution.
festvox/ljb_diphone/wav/
ESTDIR
(Edinburgh Speech Tools Directory) is set properly (for Debian it should be set to /usr
) and run make
. This should build the timings from the Praat files and generate the pitchmark files from the wavs.ljb_diphone/festvox/lojban_diphone.scm
so it reflects your installed path. XXX this should go away$ gunzip -c local/parser.shar.gz > parser.shar
$ unshar parser.shar
$ cp mill/parser/*.c . # poor man's patch
$ make `for i in *.c; do echo "$i" | sed 's/\.c$/.o/'; done`
$ cc -l c -o node *.o
$ lex -l -oanalyser.c analyser.lex
$ gcc -l c -l fl -o analex analyser.c
$ cat mill/genesis-excerpt.txt | node -dl | analex > cooked.txt
$ $YOURPROLOG
| ?- ['mill/analyser.pl'].
| ?- parse('cooked.txt').