CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 语音合成与识别 搜索资源 -

搜索资源列表

  1. wf1-2

    2下载:
  2. 可进行词频计算,自然语言处理或语音识别。N-gram待续
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1667
    • 提供者:yejiawei
  1. python ftp上传工具

    0下载:
  2. python ftp上传工具
  3. 所属分类:语音合成与识别

  1. Chinese-Word-Segment-And-POS-Tagger

    1下载:
  2. 实现了中文分词和词性标注程序。分词方法采用“三词正向最长匹配”。词性标注使用HMM方法,用Viterbi算法实现。“三词正向最长匹配”保持了“正向最长匹配算法”快速的特点,同时提高了分词的准确性。-Chinese word segmentation and implemented procedures for POS tagging. Segmentation Methods, " the longest three-match positive words." POS tag
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-14
    • 文件大小:4034615
    • 提供者:paul
  1. MyPython_file

    0下载:
  2. 计算fobo序列,根据输入的上限值进行相应的迭代计算-Calculated fobo sequence, in accordance with limits on the importation of the corresponding iterative calculation
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-12
    • 文件大小:1476
    • 提供者:Elton
  1. step01-12

    0下载:
  2. 基于HTK的PYTHON脚本,严格按照HTK BOOK指南中的步骤编写。好理解、好用、好扩展。值得下载。-PYTHON scr ipt based on the HTK, HTK BOOK strict accordance with the steps in the preparation of guidelines. Good understanding, easy to use, good extension. Worth downloading.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:5921
    • 提供者:xu mingxing
  1. score_tradeoff

    1下载:
  2. 计算说话人识别系统的全局EER,DCF和平均EER,DCF-Calculation of the overall situation of the speaker recognition system the EER, DCF and average EER, DCF
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-13
    • 文件大小:2146
    • 提供者:吴聿修
  1. pythonHTK

    0下载:
  2. 关于数字语音是别的python脚本执行,包括声音原文件和各种模型文件,在eclipse下运行良好-Digital voice is another python scr ipt execution, including the sound of the original file and the model file, run well in eclipse
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-18
    • 文件大小:14178
    • 提供者:杨斌
  1. pyhtk

    0下载:
  2. 语音声学模型构建,用到了sphix和htk,环境是python,运行良好-Speech acoustic model to use sphix and of htk, the environment is a python, running well
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-12
    • 文件大小:1237337
    • 提供者:杨斌
  1. pinyin_python

    0下载:
  2. 能将任一分过词的文章,进行去重、排序,转换为拼音、将拼音转换为音素。可用于汉语语音识别前的语料准备。代码已在python 2.7上运行通过。-Able to any one point of the cross-word article, de-emphasis, sort, convert Pinyin Pinyin conversion to phonemes. Can be used for the corpus preparation before the Chinese speech
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-07
    • 文件大小:78680
    • 提供者:main
  1. tone_recognition

    2下载:
  2. 通过向量化方法,提取量化特征,实现四声语调识别系统。-tone recognition system
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2014-06-18
    • 文件大小:1152000
    • 提供者:徐文强
  1. code

    1下载:
  2. 此代码完成歌曲库哼唱识别,并能够将哼唱转化为其它乐器的声音回放-This code complete song library humming recognition, and can be converted into other instruments humming sound playback
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-06
    • 文件大小:3424
    • 提供者:杨少凡
  1. DTW

    0下载:
  2. 在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。-In isolated word speech recognition, the mos
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:2028
    • 提供者:黑色地位
  1. MusicRecogniseding

    0下载:
  2. 国科大数字信号处理2课程,基于Python的哼唱识别,有乐库的-ucas digital signal processing 2 courses, humming recognition based on Python, there is music library
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2015-07-24
    • 文件大小:1024
    • 提供者:振超 张
  1. HMM-master

    0下载:
  2. This code is to integrate HMM and HTK
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-12-13
    • 文件大小:15593
    • 提供者:madhu
  1. audio-feature-extraction

    1下载:
  2. 音频的特征提取,是用python写的,里面有readme可以查看(audio features extraction)
  3. 所属分类:语音合成与识别

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:tammy_w
  1. tensorflow_speech_recognition_demo-master

    0下载:
  2. 此程序为语音识别深度学习程序,使用python程序编写。(This program is written for the speech recognition depth learning program, using the python program.)
  3. 所属分类:语音合成与识别

    • 发布日期:2018-04-18
    • 文件大小:6144
    • 提供者:朱雀火车站
  1. mfcc

    0下载:
  2. mfcc used in python mel-scale(mfcc used in python mel-scale)
  3. 所属分类:语音合成与识别

    • 发布日期:2018-04-20
    • 文件大小:8192
    • 提供者:liumeng
  1. dtw

    0下载:
  2. python版的dtw算法极其改进fastdtw算法实现(The DTW algorithm in the python edition improves the implementation of the fastdtw algorithm extremely)
  3. 所属分类:语音合成与识别

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:saber5433
  1. code

    0下载:
  2. 可以对方波、三角波、正弦波等做倒放、上下颠倒等操作(python processor for audio)
  3. 所属分类:语音合成与识别

    • 发布日期:2018-04-30
    • 文件大小:9216
    • 提供者:Alisa1111
  1. MFCC

    1下载:
  2. 本程序使用python编写的用于提取mfcc特征(extract feature of MFCC)
  3. 所属分类:语音合成与识别

    • 发布日期:2019-10-16
    • 文件大小:2048
    • 提供者:深海贝壳
« 12 »
搜珍网 www.dssz.com