When I try to convert to the Julian format I put in
mkdfa.pl sample
and get this message
cannot open "sample.grammar" at /Julius/bin/mkdfa.pl line 66.
What am I doing wrong? HELP!!!
Hi ethan,
You need to change directory into the directory where sample.sfa and sample.voca are located (I assume the "voxforge/auto" directory), and execute the mkdfa.pl script from there.
I'll make this clearer in the instructions.
thanks,
Ken
hi..
i did the same as given in the instructions of converting to juliun.
i have also changed the drive to home/voxforge/auto
but on running mkdfa.pl
its giving an error:-
$ mkdfa.pl sample
cannot open "sample.grammar" at /cygdrive/c/Cygwin/Julius/julius-3.5.2-multipath
-win32bin/bin/mkdfa.pl line 66.
is there any solution to the problem i mentioned above....???
>cannot open "sample.grammar" at /cygdrive/c/Cygwin/Julius/julius-3.5.2-multipath
is sample.grammar in your path?
Hi,
I'm experiencing the same problem. both the .voca and .grammar files are already in auto
but i still get the same error. line 66. can anyone help?
alright guys. stupid but true, i solved it.
theline 66 error occurs because sample.grammar is a txt file.
and since the EOL for windows and unix is different, i used notepad++ to convert it to unix and changed the extenstion to .grammar instead of sample.grammar.txt
hope this help