我是靠谱客的博主 体贴蛋挞,最近开发中收集的这篇文章主要介绍linux ultrasphinx Anonymous modules have no name to be referenced by ,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

今天在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 have no name to be referenced by 所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(159)

评论列表共有 0 条评论

立即
投稿
返回
顶部