码迷,mamicode.com
首页 >  
搜索关键字:speech    ( 284个结果
Web也来玩语音
还在羡慕移动设备上的语音输入吗?ok让我们在Web上也来试一下吧。HTML5标签Input新提供了x-webkit-speech语法。能让我们将语音输入的功能很简单的带到我们的网站中,虽然它还不完美。(一目了然目前只有webkit核心的可以使用。例:Chrome只能在11以后的版本)第一个例子:第二...
分类:Web程序   时间:2015-05-12 20:43:47    阅读次数:135
Part of Speech Tagging
Natural Language Processing with PythonCharpter 6.1suffix_fdist处代码稍微改动。 1 import nltk 2 from nltk.corpus import brown 3 4 def common_suffixes_fun(): ....
分类:其他好文   时间:2015-04-24 00:48:43    阅读次数:304
Thinking in one of my experience——My second lecture in Miss Harrell’s class
Good morning, everyone! Today, my topic is Thinking in One My of Experience. In my speech, I will share my experience of getting back home from schoo....
分类:其他好文   时间:2015-04-10 17:03:53    阅读次数:132
5、《Speech recognition with speech synthesis models by marginalising over decision tree leaves》_1
2.1 Decision Tree Marginalization现在决策树边缘化的基本过程已经了解了简单叙述一下:这个决策树是HMM合成的决策树给定的triphone标注是:r-ih+z然后,根据给定的triphone标注,利用当前的语音合成的模型,去推理得到语音识别的模型对给定的triphone...
分类:其他好文   时间:2015-04-09 00:45:56    阅读次数:179
读论文 《TransForm Mapping Using Shared Decision Tree Context Clustering for HMM-based Cross-Lingual Speech Synthesis》(3)
3.1. Shareddecisiontreecontextclustering(STC)STC [11] was originally proposed to avoid generating speaker-biased leaf nodes in the tree construction o...
分类:移动开发   时间:2015-04-01 10:51:51    阅读次数:214
读论文 《TransForm Mapping Using Shared Decision Tree Context Clustering for HMM-based Cross-Lingual Speech Synthesis》(2)
3 Cross-lingualspeakeradaptationusing STC with a bilingual corpus第一段:In the state mapping technique described in the previous section, the mismatch of...
分类:移动开发   时间:2015-04-01 09:24:16    阅读次数:204
读论文 《TransForm Mapping Using Shared Decision Tree Context Clustering for HMM-based Cross-Lingual Speech Synthesis》(1)
3. Cross-lingual speaker adaptation using STC with a bilingual corpus 第一段问题1,为什么要用双语语料库,双语语料库是同一个说话人的吗?cross-lingual speaker adaptation的开山鼻祖是Yijiang ....
分类:移动开发   时间:2015-03-31 21:59:58    阅读次数:170
玩一下C#的语音识别
在.NET4.0中,我可以借助System.Speech组件让电脑来识别我们的声音。 以上,当我说"name",显示"Darren",我说"age",显示"永远21"。如何做呢? 首先要开启电脑的语音识别功能。 右键电脑右下方的扬声器,选择"录音设备"。 点击默认的"麦克风",再点击左下角的"配置"...
分类:Windows程序   时间:2015-03-28 11:18:51    阅读次数:256
PAT:1071. Speech Patterns (25) AC
#include#include#include#includeusing namespace std;bool check(char a) //判断是否为有效字符{ if(isdigit(a) || isalpha(a)) return true; return fal...
分类:其他好文   时间:2015-03-11 00:34:32    阅读次数:193
How to make a not-so-boring speech?
For almost 26 years, even a trivial boy like me, have made over 100 and listened uncountable speeches, most of which are boring and tedious. Some pro....
分类:其他好文   时间:2015-03-08 11:44:24    阅读次数:153
284条   上一页 1 ... 21 22 23 24 25 ... 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!