Microsoft 语音识别器 6.1 培训文件

发布于 2024-07-15 04:14:02 字数 666 浏览 5 评论 0原文

我正在用 C# 开发语音应用程序。 语音识别功能在 Windows XP 上的 SAPI 5.1 上运行良好。 但现在我的机器上安装了 Office 2003 附带的 Microsoft 语音识别器 v 6.1。无论我进行多少训练,我都发现语音文件(MSASR 下的 .dat 文件)没有更新(至少从上一次开始)修改时间戳)。 有人可以告诉我,与 v 5.1 相比,语音识别器 v 6.1 中的语音训练工作方式是否有任何重大变化?

提前致谢。

更新:有人在 Microsoft 语音论坛中回答了这个问题。 这是回复的链接。 http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.speech_tech.sdk&mid=53f6b970-3252- 4ef5-91da-eaf20367c023&sloc=en-us

I am developing a Speech Application in C#. The speech recognition stuff is working fine with SAPI 5.1 on Windows XP. But I now have Microsoft Speech Recognizer v 6.1 on my machine that came with Office 2003. No matter how much training I do, I see that the speech files (the .dat files under MSASR) are not getting updated ( at least from the last modified time stamp) . Can someone please let me know if there is any major change in how speech training works in Speech Recognizer v 6.1 when compared to v 5.1 ?

Thanks in advance.

UPDATE: Someone answered the question in the Microsoft Speech Forums. Here is the link to the reply. http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.speech_tech.sdk&mid=53f6b970-3252-4ef5-91da-eaf20367c023&sloc=en-us

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

意中人 2024-07-22 04:14:02

您确定您找对地方了吗? 检查 HKEY_CURRENT_USER\Software\Microsoft\Speech\RecoProfiles 下的注册表
有关用户配置文件和培训数据的信息。 我用的是Vista,控制面板显示版本是8.0。 我看到培训文件正在更新。

此 MSDN 参考包含注册表设置的详细信息 http://msdn .microsoft.com/en-us/library/ms717036(VS.85).aspx

Are you sure you are looking in the right place? Check the registry under HKEY_CURRENT_USER\Software\Microsoft\Speech\RecoProfiles
for info about user profiles and training data. I'm on Vista, control panel indicates that it is version 8.0. I see the training files updating.

This MSDN reference has details of registry settings http://msdn.microsoft.com/en-us/library/ms717036(VS.85).aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文