VoxForge
I Downloaded Julius-4.2.1 on Mac OS 10.6.8
Followed the following process to install the software after unzipping it in /HOME/bin/Julius-4.2.1 folder
$ ./configure --prefix=$HOME/bin/julius
The last output was like this:
****************************************************************
Julius/Julian libsent library rev.4.2.1:
- Audio I/O
primary mic device API : coreaudio (MacOSX CoreAudio)
available mic device API :
supported audio format : RAW and WAV only
NetAudio support : no
- Language Modeling
class N-gram support : yes
- Libraries
file decompression by : zlib library
- Process management
fork on adinnet input : no
Note: compilation time flags are now stored in "libsent-config".
If you link this library, please add output of
"libsent-config --cflags" to CFLAGS and
"libsent-config --libs" to LIBS.
****************************************************************
Now I run the following two command inside the same folder as Julius-4.2.1
$ make all
$ make install
and following files were installed in bin folder inside julius:
file://localhost/Users/ns/bin/julius/bin/accept_check.dSYM
file://localhost/Users/ns/bin/julius/bin/dfa_determinize.dSYM
file://localhost/Users/ns/bin/julius/bin/dfa_minimize.dSYM
file://localhost/Users/ns/bin/julius/bin/generate-ngram.dSYM
file://localhost/Users/ns/bin/julius/bin/generate.dSYM
file://localhost/Users/ns/bin/julius/bin/gram2sapixml.pl
file://localhost/Users/ns/bin/julius/bin/jclient.pl
file://localhost/Users/ns/bin/julius/bin/jcontrol.dSYM
file://localhost/Users/ns/bin/julius/bin/julius.dSYM
file://localhost/Users/ns/bin/julius/bin/libjulius-config
file://localhost/Users/ns/bin/julius/bin/libsent-config
file://localhost/Users/ns/bin/julius/bin/mkbingram.dSYM
file://localhost/Users/ns/bin/julius/bin/mkbinhmm.dSYM
file://localhost/Users/ns/bin/julius/bin/mkbinhmmlist.dSYM
file://localhost/Users/ns/bin/julius/bin/mkdfa.pl
file://localhost/Users/ns/bin/julius/bin/mkfa.dSYM
file://localhost/Users/ns/bin/julius/bin/mkgshmm
file://localhost/Users/ns/bin/julius/bin/nextword.dSYM
file://localhost/Users/ns/bin/julius/bin/yomi2voca.pl
In .bash_profile following path was added:
export PATH=$PATH:~/bin/julius/bin
terminal restarted.
inside the folder voxforge there is a folder as manual and inside manual I have generated two sample files same way as described in tutorial at VOXFORGE website:
sample.grammar sample.voca
Now I run the following command
$ mkdfa.pl sample
and output was like:
sample.grammar has 3 rules
sample.voca has 6 categories and 18 words
---
Warning: dfa_minimize not found in the same place as mkdfa.pl
Warning: no minimization performed
---
no .dfa or .dict file generated
--- (Edited on 1/20/2012 10:45 am [GMT-0600] by naeemsaleem) ---