今天在Linux上安裝好ultrasphinx后, 打算跑一下rake ultrasphinx:configure生成配置文件. 結果運行期間出現提示 Anonymous modules have no name to be referenced by 根據rake --trace 提示,找到了出錯的地方,修改了一下,便可以運行了 I was able to fix the problem by changing the last call in the load_constants method from # Build the field-to-type mappings. Fields.instance.configure(MODEL_CONFIGURATION) to # Build the field-to-type mappings. Ultrasphinx::Fields.instance.configure(MODEL_CONFIGURATION)
巨人網絡通訊聲明:本文標題《linux ultrasphinx Anonymous modules have no name to be referenced by》,本文關鍵詞 linux,ultrasphinx,Anonymous,modules,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
相關文章
下面列出與本文章《linux ultrasphinx Anonymous modules have no name to be referenced by》相關的同類信息!