Andy Sun - 2017-09-23

Dear all,

I run this Command (https://cmusphinx.github.io/wiki/phonemerecognition/):
pocketsphinx_continuous -infile arctic_a0001.raw -hmm pocketsphinx-5prealpha/model/en-us/en-us -allphone pocketsphinx-5prealpha/model/en-us/en-us-phone.lm.bin -backtrace yes -beam 1e-20 -pbeam 1e-20 -lw 2.0

Results:
INFO: allphone_search.c(849): 322 frames, 281146 HMMs (873/fr), 150348 senones (466/fr), 150688 history entries (467/fr)
INFO: allphone_search.c(862): allphone 1.23 CPU 0.380 xRT
INFO: allphone_search.c(864): allphone 1.23 wall 0.380 xRT
INFO: allphone_search.c(907): Hyp: SIL TH L
INFO: pocketsphinx.c(1168): SIL TH L (-1561)
word start end pprob ascr lscr lback
SIL 0 2 1.000 -105 0 0
TH 3 5 1.000 -171 -63 0
L 6 321 1.000 -1041 -181 0
INFO: allphone_search.c(907): Hyp: SIL TH L

Question
Why the recognized word is ' SIL TH L'? The sentence is " AUTHOR OF THE DANGER TRAIL, PHILIP STEELS, ETC". Thank you vey much!

Andy