CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - word recognition

搜索资源列表

  1. C语言课程设计

    1下载:
  2. 这是我的第一个C语言程序,非常简单,:识别并统计单词.现在想来,感触颇多!-This is my first one C Programming Language, very simple, : statistics and word recognition. Now, come to think of a lot of feelings!
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:29764
    • 提供者:谷穗
  1. ICTCLAS50_Windows_64_C

    0下载:
  2. 中文词法分析是中文信息处理的基础与关键。中国科学院计算技术研究所在多年研究工作积累的基础上,研制了汉语词法分析系统ICTCLAS(Institute of Computing Technology,Chinese Lexical Analysis System),主要功能包括中文分词;词性标注;命名实体识别;新词识别;同时支持用户词典;支持繁体中文;支持gb2312、GBK、UTF8等多种编码格式。 ICTCLAS分词速度单机500KB/s,分词精度98.45 ,API不超过100kb,各种词典
  3. 所属分类:CSharp

    • 发布日期:2017-05-26
    • 文件大小:9239317
    • 提供者:huangfei
  1. melodyRecognition

    0下载:
  2. 自动语音识别源码对非特定人的孤立词语音识别算法 进行研究。考虑到语音识别技术在嵌入式系统处理能力较弱、存储空间有限的问 题上进行算法的选择和优化,以提高系统的鲁棒性,减少系统的 -Automatic speech recognition source code for non-specific human isolated word speech recognition algorithm research. Taking into account the voice recogni
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:156748
    • 提供者:cq
  1. TTS1

    0下载:
  2. TTS.TTS是text-to-speech的缩写,英文也称Speech Synthesis即语音合成. Microsoft Visual Studio2005+Windows2000/XP+ Microsoft Speech SDK 5.1+Microsoft Speech SDK 5.1 Language Pack 功能说明: 按课或级分类单词,用文件或数据库保存,用户可根据需要选择对应课或级别中的单词; 从文件或数据库中读取英文字符; 通过TTS完成文-本语音转换;
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-24
    • 文件大小:72799
    • 提供者:张许
  1. KDD

    0下载:
  2. KDD在单词识别中的应用,写的很好,可以参考-KDD in word recognition application, write a good reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:831493
    • 提供者:tang yang
  1. GestureStudy

    0下载:
  2. 本程序基于 BP 神经网络完成了对用户使用鼠标输入的特定手势的识别,并且可以学习 用户创建的新手势。程序中已经存储的手势是 Palm 系列掌上电脑中手写识别专用的 Graffiti 字体的数字 0~9,这种字体的特点是每个字由一个连续笔划构成,适合用一个连贯的鼠标手势表示: -This procedure based on BP neural network was completed using the mouse to the user input of a specific ges
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:297182
    • 提供者:郑强
  1. PExtractor

    0下载:
  2. 地名抽取算法,利用开源分词组件,并增加了地名前词识别,地名组合等逻辑。-Names extraction algorithm, using open-source word components, and increases the names before the word recognition, place names and combination logic.
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3205737
    • 提供者:chensd
  1. Dbassed_on_DDT

    0下载:
  2. DTW算法在实现小词汇表孤立词识别系统时既简单易懂又有效 ,在特定的场合下获的了广泛的应用。但但DTW算法实际应用时有许多缺点 ,本文对语音识别数学模型DTW作了深入的研究 ,提出了改进算法 -DTW algorithm in small vocabulary isolated word recognition system is simple to understand and effective in specific situations have been a wide range
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:216171
    • 提供者:xpntt
  1. Rkeyword-choue

    0下载:
  2. 基于逆向最大匹配算法的分词及基于HMM模型的词性标注系统,包括了未登登录词的识别、数据库的添加等内容。(需要手动修改数据库的路径才可以运行) -Based on the segmentation of the reverse maximum matching algorithm and the HMM-based POS tagging system, including unadvertised login word recognition, and add the database co
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1262197
    • 提供者:geli
  1. TDTWspeecchh

    0下载:
  2. 本 文 首先 介绍了语音识别的研究和发展状况,然后循着语音识别系统的处理过程,介绍了语音识别的各个步骤,并对每个步骤可用的几种方法在实验基础上进行了分析对比。研究了语音信号的预处理和特征参数提取,包括括语音信号的数字化、分帧加窗、预加重滤波、端点检测及时域特征向量和变换域特征向量.其中端点检测采用双门限法.通过实验比对特征参数的选取,采用12阶线性预测倒谱系数作为识别参数。详细分析了特定人孤立词识别 -This paper first introduces the research and
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-21
    • 文件大小:2491326
    • 提供者:mx
  1. dtw

    0下载:
  2. DTW算法研究独立词识别C实现,比较不错的资料-The DTW independent word recognition implemented in C
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:2570
    • 提供者:吴光辉
  1. CodesPandPApplication

    0下载:
  2. 中科院中文词法分析器,对输入文本分词,词性标注,未登陆词识别功能,正确率高。-Chinese Academy of Sciences Chinese lexical analyzer, to enter text segmentation, POS tagging, not landing word recognition, correct rate.
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2307825
    • 提供者:zhengjie
  1. dtw_recognition

    0下载:
  2. 用mailab写的使用dtw方法的孤立词识别,代码完整,有训练测试数据,可以直接运行-Written by mailab dtw method using isolated word recognition, code integrity, and there is training test data, can be directly run
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:466627
    • 提供者:xiaofeng
  1. DTW

    0下载:
  2. 利用DTW算法实现特定人孤立词识别,C++代码-Use DTW algorithm independent isolated word recognition, C++ Code
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:472214
    • 提供者:胡荣
  1. DTW

    0下载:
  2. 基于DTW算法的孤立词语音识别,DTW(Dynamic Time Warping,动态时间归整)算法,解决发音长短不一的模板匹配问题,用于孤立词识别.-Isolated word speech recognition based on DTW algorithm.DTW (Dynamic Time Warping, dynamic time warping algorithm), solve the pronunciation of varying lengths of template mat
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-30
    • 文件大小:377491
    • 提供者:张盛
  1. inxeryreter

    0下载:
  2. 本程序利用java语言,实现了对英文单词的模拟识别-This procedure using the Java language, realizes simulation of the English word recognition
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-14
    • 文件大小:50176
    • 提供者:rtgvest
  1. gaze-text-detection

    0下载:
  2. SWT 基于等字符宽度自然环境下的字符自动识别 -SWT word recognition
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-16
    • 文件大小:13266944
    • 提供者:zhao
  1. tqaq

    0下载:
  2. 本程序利用java语言,实现了对英文单词的模拟识别-This procedure using the Java language, realizes simulation of the English word recognition
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:35599
    • 提供者:suark
  1. Kinect代码WORD版

    1下载:
  2. 用微软的Kinec捕捉器t实现人体位置坐标确定和输出,以便于后续操作(kinect skeleton recognition)
  3. 所属分类:C#编程

    • 发布日期:2017-10-29
    • 文件大小:17408
    • 提供者:lwreed
  1. Speech Recognition

    0下载:
  2. Word recognition in MATLAB
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:436224
    • 提供者:abo_osamah
« 12 3 »
搜珍网 www.dssz.com