Vufa
Vufa
homo预计根据情景独立的实现多轮对话功能,所以仅用了rasa的nlu模块。 你想实现的多轮对话功能直接使用 rasa core 提供的应该就可以,homo正在重构( [dev分支](https://github.com/countstarlight/homo/tree/dev)),要接入现在的项目可能帮不到你。 rasa core 提供了[相关对话api](https://rasa.com/docs/rasa/api/http-api/),你可以直接用rasa core提供的http服务,参考homo主分支的图形界面,或自行实现界面即可。
Sphinx log file maybe saved as `log/sphinx.log`, can you paste it? I tested it on a newly installed Archlinux, everything works fine, maybe you can add the current system user...
@stardiviner I think this is a permission issue. If you have added system users to the docker group, maybe you can try to clone the homo into another directory, put...
@suzhaomin666 运行 `make gen` 的时候如果没有安装 `go-bindata` 会通过 `go get` 安装,这一步可能需要代理,可以输入 `go-bindata` 试试这个命令是否已经被安装了
@stardiviner @imdreamer2018 I can't reproduce your issue. Can you post your installation steps?
在portaudio的回调里用sphinx进行静音检测和判断唤醒词,相关代码在:[module/sphinx/sphinx.go](https://github.com/countstarlight/homo/blob/master/module/sphinx/sphinx.go)
:sweat_smile:Yes, this is what I have planned, I am already doing it. Plugin will support golang and python.
字体问题参照 [README#中文字体显示为方框/显示模糊](https://github.com/vufa/deepin-wine-wechat-arch#%E4%B8%AD%E6%96%87%E5%AD%97%E4%BD%93%E6%98%BE%E7%A4%BA%E4%B8%BA%E6%96%B9%E6%A1%86%E6%98%BE%E7%A4%BA%E6%A8%A1%E7%B3%8A) 试试
参照[最新的run.sh](https://github.com/vufa/deepin-wine-wechat-arch/blob/action/run.sh),对 `/opt/apps/com.qq.weixin.deepin/files/run.sh`修改试试: ```diff Run() { if [ -z "$DISABLE_ATTACH_FILE_DIALOG" ];then export ATTACH_FILE_DIALOG=1 fi if [ -n "$EXEC_PATH" ];then if [ ! -f "$WINEPREFIX/reinstalled" ];then # run installer env WINEDLLOVERRIDES="winemenubuilder.exe=d" $START_SHELL_PATH...
已经更新,安装最新版试试