• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    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 kill 关闭进程命令
    下一篇:Linux oracle 9i图文安装方法一
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    linux ultrasphinx Anonymous modules have no name to be referenced by linux,ultrasphinx,Anonymous,modules,