Comments

Flat
Regarding MLF file creation
User: Gururaj
Date: 12/13/2016 1:16 am
Views: 2344
Rating: 0

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 ?

Re: Regarding MLF file creation
User: colbec
Date: 12/13/2016 8:13 am
Views: 1
Rating: 0

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"
.

Re: Regarding MLF file creation
User: Gururaj
Date: 12/14/2016 5:32 am
Views: 1
Rating: 0

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

Re: Regarding MLF file creation
User: colbec
Date: 12/14/2016 9:06 am
Views: 0
Rating: 0

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.

PreviousNext