Comments

Flat
Problem with julia-mkdfa
User: spirit1920
Date: 2/21/2016 5:56 am
Views: 2536
Rating: 0

Hi everyone,i am new to this and i am facing a problem. When i run the command "julia ../bin/mkdfa.jl sample" the result i get is this: 

sample.grammar has 3 rules --- sample.voca has 6 categories and 23 words generated: sample.term --- ERROR: could not start process `mkfa -e1 -fg /tmp/tmpGg1Sj8/g7018.grammar -fv /tmp/tmpGg1Sj8/g7018.voca -fo sample.dfa.tmp -fh /tmp/tmpGg1Sj8/g7018.h`: no such file or directory (ENOENT) in test_success at process.jl:460 in success at process.jl:468 in run at process.jl:453 in main at /home/osboxes/username/voxforge/bin/mkdfa.jl:152 in include at boot.jl:238 in include_from_node1 at loading.jl:114 in process_options at client.jl:303 in _start at client.jl:389 at /home/osboxes/username/voxforge/bin/mkdfa.jl:164

Can anyone help me?

Thanks in advance

Re: Problem with julia-mkdfa
User: kmaclean
Date: 2/23/2016 10:54 am
Views: 44
Rating: 0

>/home/osboxes/username/voxforge/bin/mkdfa.jl:152

this tells you which line is problematic.  this corresponds to:

 run(`$mkfa -e1 -fg $rgramfile -fv $tmpvocafile -fo $(dfafile).tmp -fh $headerfile`)

where the julia script calls the Julius program called "mkfa"

can you run the mkfa executable from your command line?  

ken

Re: Problem with julia-mkdfa
User: Visitor
Date: 2/25/2016 10:53 pm
Views: 44
Rating: 0

Download the grammar and voca files instead of copy and pasting from the page.

PreviousNext