VoxForge
I have already created a prompts2wlist.jl file but when I attempt to run the command to create the wlist file I get command not found.
The instructions say from the voxforge directory run this command:
julia.../bin/promts2wlist.jl prompts.txt wlist
and it will creat a wlist file but it doesn't.
Any ideas on what I need to do?
Any help would be greatly appreciated.
Thanks in advance
--- (Edited on 11/9/2015 7:40 pm [GMT-0600] by ) ---
>julia.../bin/promts2wlist.jl prompts.txt wlist
first, make sure prompts2wlist has a p:
julia ../bin/prompts2wlist.jl prompts.txt wlist
Which O/S are you using?
What is your directory structure (for the voxforge tutorial)? and
where are you executing the prompts2wlist.jl from?
--- (Edited on 11/10/2015 9:24 am [GMT-0500] by kmaclean) ---
Thanks for responding.
I'm running Slackware Linux.
My directory structure for the voxforge tutorial is:
/home/zebracat/voxforge/bin.
While I'm in that directory I'm executing that command from the commandline terminal.
--- (Edited on 11/10/2015 5:21 pm [GMT-0600] by ) ---
The tutorial currently says:
Download prompts2wlist.jl to your voxforge/bin folder. Then from your 'voxforge/tutorial' directory execute the following:
julia ../bin/prompts2wlist.jl prompts.txt wlist
I will update it to make it clearer.
You can get a better idea of what your directory structure should look like by checking out the github repository for all the tutorial code.
--- (Edited on 11/10/2015 8:42 pm [GMT-0500] by kmaclean) ---
I tried again and I'm still getting command not found.
This command looks like it's missing additional wording. In otherwords it has been truncated. Is that why the cmd isn't working for me?
Could I just copy the wlist file and than place it in the proper directory?
If so, what directory would I place it in?
Thanks for the link but I don't understand those files that look like scripts.
--- (Edited on 11/10/2015 8:38 pm [GMT-0600] by Zt291245) ---
--- (Edited on 11/10/2015 8:58 pm [GMT-0600] by Zt291245) ---
--- (Edited on 11/10/2015 9:05 pm [GMT-0600] by Zt291245) ---
For this tutorial, go to the 'voxforge' folder you created in your home directory. Create a new directory called 'tutorial'.
Your directory structure should look like this:
voxforge
bin
prompts2wlist.jl
tutorial
prompts.txt
go to the tutorial folder, create the wlist file using the command:
julia ../bin/prompts2wlist.jl prompts.txt wlist
--- (Edited on 11/11/2015 8:00 am [GMT-0500] by kmaclean) ---
bash-4.2$ cd /home/zebracat/voxforge/bin/tutorial/
bash-4.2$ ls
prompts.txt
bash-4.2$ julia ../bin/prompts2wlist.jl prompts.txt wlist
bash: julia: command not found
bash-4.2$
I trying, really I am-
What am I doing wrong?
--- (Edited on 11/12/2015 9:17 pm [GMT-0600] by Visitor) ---
>bash: julia: command not found
this looks like is a path issue... how did you install julia?
when you type julia at your command line, what happens? Do you get the julia command prompt?
--- (Edited on 11/12/2015 11:31 pm [GMT-0500] by kmaclean) ---
Sorry for the delay. I had to take a break.
I can't remember if I installed Julia or not but it shows in the whereis command.
When I type Julia in commandline all I get is "command not found"
If I ask the system where is Julia I get:
julia: /usr/man/man6/julia.6.gz /usr/share/man/man6/julia.6.gz /usr/X11/man/man6/julia.6.gz
--- (Edited on 11/16/2015 9:00 pm [GMT-0600] by Visitor) ---
I downloaded Julius-standard-alsa-4.3.1.tar.gz and placed it in:
home/zebracat/voxforge/bin
It wasn't there before.
I created a bash_profile and placed this in the file:
#User specific envirnment and starup programs
PATH=$PATH/voxforge//bin/htk/bin:
$HOME/voxforge/bin/julius-4.3.1-linuxbin/bin
I hope that's right. ?Is it?
--- (Edited on 11/16/2015 9:23 pm [GMT-0600] by Zt291245) ---
--- (Edited on 11/16/2015 9:54 pm [GMT-0600] by Zt291245) ---