搜索资源列表
mydtw
- 基于MFCC算法建立的参数模型,然后用DTW算法进行模型匹配,从而实现语音识别的作用~-MFCC algorithm based on parameters established model, and model matching using DTW algorithm to achieve the role of speech recognition ~
keyword-chouqu
- 基于逆向最大匹配算法的分词及基于HMM模型的词性标注系统,包括了未登录词的识别、数据库的添加等内容。(需要手动修改数据库的路径才可以运行)-Reverse Maximum Matching Algorithm Based on the sub-word HMM-based model and part of speech tagging system, including the unknown word identification, such as the contents of the d
wordSegment
- 汉语分词 隐马尔科夫模型 最大匹配法 最大概率法-HMM MaxMatch
Speaker_recognition
- 基于mathmatic环境下的语者识别介绍本程序通过滤波、去噪、建模、匹配等过程,将录音人的声音建立成模型,当录音人再次输入声音时能自动识别说话人的身份。-based on mathmatic,that will recognise the speaker
org
- 一个java编写的开源的杀毒软件模型,实现病毒特征码的匹配-Write a java open source anti-virus software model
pipeiT
- 基于阶跃响应的预测控制,包括模型失配和模型匹配情况-Step response prediction based on control, including model mismatch and model matching case
DTW
- 在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。-In isolated word speech recognition, the mos