History Grading
Background
Many problems in Computer Science involve maximizing some measure according to constraints.
Consider a history exam in which students are asked to put seve...
分类:
其他好文 时间:
2014-07-10 23:04:32
阅读次数:
340
Step 1: Convert any text into uint8 type in matlab : Step 2: Add models in matlab : copy the uint8 numbers and put them in Repeating Sequence Stair mo...
分类:
其他好文 时间:
2014-07-10 13:47:42
阅读次数:
327
为了方便调用暂停、继续的方法。要将speech的功能写成一个类。直接附上代码: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Speech.Synthesis; ...
分类:
其他好文 时间:
2014-07-09 18:44:34
阅读次数:
1183
今天搞了下微软的TTS,逛了好多网页、博客,拼拼凑凑搞了点东西吧。 首先添加类库调用,系统自带的system.speech1 using System.Speech.Synthesis;然后就能调用方法了1 SpeechSynthesizer speech = new SpeechSynthesi....
分类:
其他好文 时间:
2014-07-08 23:06:16
阅读次数:
1263
1、TTS 就是 Text to Speech ,把文本内容变为语音。 谷歌在Android 1.6 开始就支持TTS 了,但是可惜,只是支持英语法语德语等五种语言,唯独丫丫的木有我们中文。 所以,我们只能另外自己开发中文语音包程序。
目前主要有以下几种中文TTS 。
(1)开源项目 eyes-free ,链接是: http://code.google.com/p/eyes-fr...
分类:
移动开发 时间:
2014-07-06 08:14:52
阅读次数:
946
在自然语言处理中有一个常见的任务,即标注。常见的有:1)词性标注(Part-Of-Speech Tagging),将句子中的每个词标注词性,例如名词、动词等;2)实体标注(Name Entity Tagging),将句子中的特殊词标注,例如地址、日期、人物姓名等。粗略看来,这并不是一个简单问题。首先每个词都可能有多个含义,不同情况表达不同含义;其次,一个词的含义或者词性也受到前后多个词的影响。
然后隐马尔科夫模型却从数学上给出了一个近乎完美的解决方案。...
分类:
其他好文 时间:
2014-07-02 10:45:21
阅读次数:
283
PalindromeTime Limit:15000MSMemory Limit:65536KTotal Submissions:3695Accepted:1338DescriptionAndy the smart computer science student was attending an ...
分类:
其他好文 时间:
2014-06-27 13:46:53
阅读次数:
296
微软近期Open的职位:Job Description:Extracting accurate, insightful and actionable information from data is part art and part science and full of interesting ...
分类:
其他好文 时间:
2014-06-26 21:49:47
阅读次数:
320
微软近期Open的职位:Extracting accurate, insightful and actionable information from data is part art and part science and full of interesting puzzles and chal...
分类:
其他好文 时间:
2014-06-26 13:06:23
阅读次数:
184
Code Simplicity–The Science of Software Development
分类:
其他好文 时间:
2014-06-25 11:48:12
阅读次数:
193