Skip to content

Instantly share code, notes, and snippets.

@Laurian
Created July 17, 2012 10:41
Show Gist options
  • Save Laurian/3128661 to your computer and use it in GitHub Desktop.
Save Laurian/3128661 to your computer and use it in GitHub Desktop.
Exception in thread "main" java.lang.RuntimeException: Allocation of search manager resources failed
at edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager.allocate(SimpleBreadthFirstSearchManager.java:650)
at edu.cmu.sphinx.decoder.AbstractDecoder.allocate(AbstractDecoder.java:87)
at edu.cmu.sphinx.recognizer.Recognizer.allocate(Recognizer.java:168)
at edu.cmu.sphinx.demo.aligner.Aligner.main(Aligner.java:103)
Caused by: java.io.FileNotFoundException: /Users/laurian/Downloads/sphinx4-1.0beta6-src/sphinx4-1.0beta6/bld/lm_giga_64k_nvp_3gram/means (No such file or directory)
at java.io.FileInputStream.open(Native Method)
with
<component name="dictionary"
type="edu.cmu.sphinx.linguist.dictionary.FastDictionary">
<property name="dictionaryPath"
value="resource:/lm_giga_64k_nvp_3gram/lm_giga_64k_nvp.sphinx.dic"/>
<property name="fillerPath"
value="resource:/lm_giga_64k_nvp_3gram/lm_giga_64k_nvp.sphinx.filler"/>
<property name="addSilEndingPronunciation" value="false"/>
<property name="wordReplacement" value="&lt;sil&gt;"/>
<property name="unitManager" value="unitManager"/>
</component>
<component name="wsj"
type="edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel">
<property name="loader" value="wsjLoader"/>
<property name="unitManager" value="unitManager"/>
</component>
<component name="wsjLoader" type="edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader">
<property name="logMath" value="logMath"/>
<property name="unitManager" value="unitManager"/>
<property name="location" value="resource:/lm_giga_64k_nvp_3gram"/>
<!-- <property name="location" value="resource:/WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz"/>-->
</component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment