-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
text2token 的 C++ 实现 #1548
Comments
请 @pkufool 帮忙回答。 |
谢谢,那 issue 暂时 open 吧, 其实就是如果热刺配置文件能传明文就不需要这个 API, 先自己写了,另外想问一下带 key words 参数的 CreateKeySpotterStream 里的 keyword 是 plain keyword 还是 encoded keyeord, 大概看了一眼源码是传 plain keyword, 代码里看起来会自己编码,我理解的对吗?因为代码还没搞完,也没测试,麻烦告知一下 |
KWS 传的应该是 encoded keyword, 因为涉及到pinyin的问题,还没加C++ 实现。 热词是可以传 plain text 的。 |
呃,了解了,谢谢解答,这里其实很复杂,不读代码很难弄清楚格式,建议有空时候完善一下文档,最好是能提供 C API 例子,因为现在 bin 里的例子是用更底层 CPP 实现,需要自己阅读 C API 源码去理解,总之,瑕不掩瑜, sherpa 自从有了 TTS 和 符号模型以后变成一个全能库了,赞一个 |
感谢你的建议,API 文档这块确实有些缺失。 |
@pkufool 你好,能在帮忙确认一下 我对比了
在
所以 |
BTW, 我是用的 master 分支自己编译的 |
@endink 你看我上面的评论,这个是给热词用的, kws 还不能传正常文本,要传 encode 过的文本。 看名字,Hotwords 和 Keywords, 不是一样的。 |
看了你那个 PR, cppinyin 无法在 windows 下编译:
好难,等你们集成吧 |
估计是哪个地方搞错了,cppinyin 都有windows 下的 wheel,肯定是可以在 windows 下编译的。 可以,等我们集成吧。 |
程序内如果允许用户填入热词,C++ 没有直接可用的函数?
The text was updated successfully, but these errors were encountered: