CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 中文 匹配

搜索资源列表

  1. 2006111

    1下载:
  2. 支持英文、数字、中文(简体)混合分词 常用的数量和人名的匹配 超过22万词的词库整理 实现正向最大匹配算法 智能数字,日期,人名识别。-support English, figures, Chinese (simplified) mixed at the number of commonly used words and the names of more than 220,000 matching word thesaurus finishing achieve the greatest po
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:37291
    • 提供者:王成平
  1. LZ77conbined_with_KMP_algorithm

    0下载:
  2. LZ77算法与模式匹配KMP算法的结合及算法实现,压缩包内部是一个详细讲解文档,其中文档中附有对应实现源码。-LZ77 algorithm and pattern matching algorithm KMP and the integration algorithm, Compression is an internal packet elaborate document, which document with the corresponding realization source.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:18671
    • 提供者:张华
  1. mmseg-v0.1

    0下载:
  2. 基于词典和最大匹配算法的的中文分词组件,达到很好的分词准确率-Dictionary and the largest based on the matching algorithm of the Chinese word segmentation components, to achieve good word accuracy rate
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:607478
    • 提供者:binger
  1. 中文匹配程序

    0下载:
  2. 所属分类:其他小程序

  1. 最大匹配算法

    0下载:
  2. 中文分词正反向最大匹配算法
  3. 所属分类:源码下载

    • 发布日期:2011-03-20
    • 文件大小:1810392
    • 提供者:chengenjin
  1. worddiv

    0下载:
  2. 中文分词算法,用正向最大匹配算法实现的中文分词,包裹dao操作数据库。
  3. 所属分类:源码下载

  1. Chinese_Regex

    0下载:
  2. 用来将一文本文档里的所列中文自然语言格式转换成Unicode码后,再转换成预编译的正则表达式,可以用来匹配微博客里的词语-One text document to be listed in the English natural language format into a Unicode code, then replaced with pre-compiled regular expression can be used to match words in the micro-blog
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:200810
    • 提供者:吴轩宇
  1. fenci

    0下载:
  2. PHP 织梦逆向最大匹配算法 中文分词 分词算法-PHP DedeCms reverse maximum matching algorithm for Chinese word segmentation algorithm
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-04-01
    • 文件大小:677643
    • 提供者:紫电
  1. WordSegment

    0下载:
  2. 基于字符串匹配的中文分词程序,C++版。 结果以文件显示。-String matching based on the Chinese word segmentation procedures, C++ version. To document the results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:335146
    • 提供者:李宏波
  1. Dictory

    1下载:
  2. 用B-树作为查找存储结构,对中文单词进行哈希,用最长逆向匹配算法进行中文句段分词,实现中文词典以及分词。中文词典规模为十万八千多词汇。分词的正确率在90 以上。-Use the B-tree as storage structure , and hash the Chinese word while storing or searching. Use the longest reverse matching algorithm to split Chinese sentence to word
  3. 所属分类:MultiLanguage

    • 发布日期:2014-12-28
    • 文件大小:798764
    • 提供者:康维鹏
  1. WordPartation2

    0下载:
  2. 中文分词程序 利用最大匹配算法 支持GB2312编码格式的文件-Chinese word segmentation procedure using the maximum matching algorithm to support GB2312 encoding format of the file
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:199478
    • 提供者:CAlio
  1. BlockMatching

    0下载:
  2. 有直接可以运行的VC6块匹配程序,还有块匹配的三篇中文论文,适合新手。-VC6 can run directly block-matching process, as well as block-matching of three English papers, suitable for novice.
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4874968
    • 提供者:xujie
  1. 1

    0下载:
  2. 中文分词在中文信息处理中是最最基础的,无论机器翻译亦或信息检索还是其他相关应用,如果涉及中文,都离不开中文分词,因此中文分词具有极高的地位。中文分词入门最简单应该是最大匹配法了-Chinese word segmentation in Chinese information processing is the most basic, whether in machine translation Yihuo information retrieval, or other related appli
  3. 所属分类:Search Engine

    • 发布日期:2017-04-01
    • 文件大小:60096
    • 提供者:随风
  1. MP

    0下载:
  2. 压缩感知 根据匹配追踪算法自制的代码 直接调用即可,内有中文注释- Compressive sensing, the code is made from Match pursuit algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:577
    • 提供者:网络
  1. Desktop

    1下载:
  2. 可以实现matlab中文分词采用反向最大匹配法可以准确实现分词(Matlab Chinese word segmentation can be achieved, using the reverse maximum matching method, you can accurately achieve word segmentation)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:`BUGBOY
  1. 中文分离

    0下载:
  2. 简介:基于词典逆向最大匹配法而实现的中文分离代码。 作用:可将一个汉字序列切分成一个一个单独的词。(Introduction: the Chinese separation code based on the dictionary reverse maximum matching method. Function: a Chinese character sequence can be divided into a single word.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:昔年种柳
  1. repBomcn2en

    0下载:
  2. 在AutoCAD作图环境中,将中文文本翻译成英文(词语匹配),或者互翻的情形。(translate text to English in AutoCAD drawing.)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:2048
    • 提供者:jntxj
  1. chinese_seg_update

    0下载:
  2. 中文分词,采用逆向最大匹配方法实现,利用字典作为索引(The Chinese word segmentation is realized by the reverse maximum matching method, and the dictionary is used as the index.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1583104
    • 提供者:meizu
  1. Python逆向最大匹配实现-代码-文档-截图等

    1下载:
  2. 对于文本进行自然语言处理,中文分词。北邮计算机院NLP课的作业。(This is a homework for BUPT student, implementing the word segment of natural language processing.)
  3. 所属分类:Windows编程

    • 发布日期:2019-06-29
    • 文件大小:3631104
    • 提供者:hhhsss
  1. MATLAB神经网络手写数字识别(GUI,论文)

    3下载:
  2. 本课题为基于MATLAB的BP神经网络手写数字识别系统。带有GUI人机交互式界面。读入测试图片,通过截取某个数字,进行预处理,经过bp网络训练,得出识别的结果。可经过二次改造成识别中文汉字,英文字符等课题。(This project is based on Matlab bp neural network Handwritten digit recognition system. With GUI human-computer interactive interface. Read in the
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-02-12
    • 文件大小:542720
    • 提供者:www.wobishe.com
« 12 3 4 5 6 »
搜珍网 www.dssz.com