VoxForge
Hi all,
I am not able to create the mlf file using the command
julia ../bin/prompts2mlf.jl prompts.txt words.mlf
this command runs fine without any errors but i am not getting the words.mlf file in that tutorial folder.
can anyone please help me in this matter?
and also when i try with that HLEd command i get
-A command not found
what is the problem here...what i need to do ?
Given the sample prompts file:
*/setup0001 YES NO
*/setup0002 ONE TWO
run this with the prompts2mlf.jl and see what output you get. I see:
#!MLF!#
"*/setup0001.lab"
YES
NO
.
"*/setup0002.lab"
ONE
TWO
.
".lab"
.
How to run that using prompts2mlf.jl ?
to do that only i run the command
julia ../bin/prompts2mlf.jl prompts.txt words.mlf
but didn't get the words.mlf file
Try to think of some reasons why you might not see the output file. One reason might be that you are looking in the wrong place. Try running the command with full paths to each file so that you know exactly where the input comes from and output should end up. Check that you are using exactly the right valid prompts.txt file. If there is nothing to process then there will be no output.