-
Notifications
You must be signed in to change notification settings - Fork 1
/
julius.jconf
27 lines (24 loc) · 1.26 KB
/
julius.jconf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# VoxForge configurations:
-dfa julius.dfa # finite state automaton grammar file
-v julius.dict # pronunciation dictionary
-h /usr/share/julius/acoustic/cy/hmmdefs # acoustic HMM (ascii or Julius binary)
-hlist /usr/share/julius/acoustic/cy/tiedlist # HMMList to map logical phone to physical
-smpFreq 16000 # sampling rate (Hz)
-spmodel "sp" # name of a short-pause silence model
-multipath # force enable MULTI-PATH model handling
-gprune safe # Gaussian pruning method
-iwcd1 max # Inter-word triphone approximation method
-iwsppenalty -70.0 # transition penalty for the appended sp models
-iwsp # append a skippable sp model at all word ends
-penalty1 5.0 # word insertion penalty for grammar (pass1)
-penalty2 20.0 # word insertion penalty for grammar (pass2)
-b2 200 # beam width on 2nd pass (#words)
-sb 200.0 # score beam envelope threshold
-n 1 # num of sentences to find
-forcedict
# you may need to adjust your "-lv" value to prevent the recognizer inadvertently
# recognizing non-speech sounds:
-lv 4000 # level threshold (0-32767)
# comment these out for debugging:
#-logfile julius.log
#-quiet