VoxForge
I am running ubuntu 8.10 linux.
Add extacted file to harddrive call the directory julius. Then tried the command /julian -input mic -C julian.jconf fail. So then try after cd'ing to directory julius$/ julian -input mic -C julian.jconf fail again bash: julian: command not found file is there in green any help would be nice. Anyway thank you for trying to help with this program keep up the good work. If you need to email me use user name at hotmail.com Thanks again
Hi chuxxsss,
>Add extacted file to harddrive call the directory julius. Then tried the
>command /julian -input mic -C julian.jconf fail.
If you extracted the Julius quickstart into your 'julius' directory, you need to change directory (i.e. 'cd') to the extract quickstart folder, like this:
$ cd julius/julius-3.5.2-quickstart-linux
and then execute the Julius command as per the readme in the tar file:
$ ./julian -input mic -C julian.jconf
The julian.jconf file contains the paths to the acoustic model files (the '-h' and '-hlist' parameters).
Hope that helps,
Ken