cmusphinx / sphinx4

Pure Java speech recognition library
cmusphinx.sourceforge.net
Other
1.4k stars 586 forks source link

fix StringIndexOutOfBoundsException #105

Closed suoyi123wang closed 1 year ago

suoyi123wang commented 2 years ago

if batchFileLine is empty, it will throw StringIndexOutOfBoundsException when calling substring(0,-1); image