Comments

Flat
problem converting to julian form
User: cvani
Date: 4/1/2011 12:00 pm
Views: 3363
Rating: 6

hi

when i tried to compile  the sample file using mkdfa.pl it says,

mkdfa.pl : command not found

 

could anyone tell me whats going on.. thank

Re: problem converting to julian form
User: kmaclean
Date: 4/11/2011 8:25 am
Views: 100
Rating: 6

>mkdfa.pl : command not found

did you change directory to the auto directory as directed in Step 1? i.e.:

$ cd voxforge/auto      

 

Re: problem converting to julian form
User: Brenda J. Butler
Date: 3/24/2012 1:27 pm
Views: 59
Rating: 8

mkdfa.pl comes from julius.  You need to download julius (julius-bin is sufficient), and ensure that mkdfa.pl is in your path when you run it (or specify the full path to it).

It's in julius-dir/bin/mkdfa.pl (for julius-4.2.1 anyway).

Re: problem converting to julian form
User: rob
Date: 6/11/2012 4:22 pm
Views: 202
Rating: 8

this one caught me out too, the perl script has been made into a executable perl script on Ubuntu, so instead of

mkdfa.pl sample

use

mkdfa sample

 

its installed to /usr/bin/mkdfa

PreviousNext