搜索资源列表

  1. 无词典分词

    0下载:
  2. 基于后缀数组的无词典分词算法,通过后缀和散列表获取汉字的结合模式,通过置信度筛选词
  3. 所属分类:其他小程序

    • 发布日期:2009-05-28
    • 文件大小:4087
    • 提供者:yidouyi@163.com
  1. hash结构最大逆向中文分词算法

    1下载:
  2. 建立hash结构的中文词典,并实现了最大逆向中文分词算法
  3. 所属分类:中文信息处理

    • 发布日期:2010-12-21
    • 文件大小:720960
    • 提供者:shef66
  1. 百度分词算法分析

    0下载:
  2. 百度分词算法
  3. 所属分类:文档资料

  1. 中文分词

    1下载:
  2. 一个不错的简单有效的中文分词算法, 可以做为研究中文的一个好例子
  3. 所属分类:中文信息处理

    • 发布日期:2011-02-24
    • 文件大小:5479885
    • 提供者:chenjia6605
  1. 分词算法

    0下载:
  2. 分词算法
  3. 所属分类:Windows编程

  1. worddiv

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

  1. WordSeg

    0下载:
  2. 利用最大匹配法进行汉语句子的分词 最大匹配算法是最常用的分词算法,简单实用正确率可达到80%以上-the maximum matching method for the Chinese Sentence Word maximum matching algorithm is the most commonly used word segmentation algorithm, simple and practical accuracy r
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:73728
    • 提供者:廖剑
  1. lucene-1.4.3

    0下载:
  2. java分词技术,只实现英文分词,但是该分词算法很经典(来源于apache)-java-term technology, achieving only English Word, but the Word algorithm classic (from apache)
  3. 所属分类:搜索引擎

    • 发布日期:2024-05-20
    • 文件大小:1704960
    • 提供者:淞信呈
  1. 多种分词方法

    0下载:
  2. 含有多个分词算法。毕业设计的时候获得的,希望对大家在汉字处理中能用的到。 ICTCLAS算法,中科院,对名字识别能力很强。VC开发。 CSharp分词,向前匹配加向后最大匹配,C#开发,容易扩展。 小叮咚分词,由后向前最大匹配,C#开发。 xerdoc分词,基于ICTCLAS的Java版本分词。 文本分词词典,分词的词典,可以提供分词数据源。-containing more than Segmentation. Gr
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:20833280
    • 提供者:阿瑟多幅
  1. CDevideSentence

    0下载:
  2. 用c++写的分词算法,简单,实用,详情看里面的帮助文件!-using c++ to write the sub-term algorithm is simple, practical, inside look at the details of the help files!
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-20
    • 文件大小:602112
    • 提供者:徐科
  1. segmentor_Perl

    0下载:
  2. 中文分词算法。Perl语言编写。wordlist.txt为词库。-Chinese Segmentation. Perl language. Wordlist.txt for the thesaurus.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:366592
    • 提供者:kevinmou
  1. findkey.c

    0下载:
  2. 此程序解决的问题:较好的, 并适应短字符串的中文分词算法.根据词库 发现以换行符分隔的众多标题中的 top N 关键字并以此更新词库.是一个分类分词算法 -this procedure to solve the problem : better, and adapt to the short string of Chinese Segmentation. According thesaurus found in the many s
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:刘红周
  1. SQLET_split

    0下载:
  2. SQLET分词算法,一个C程序,供大家参考。-SQLET segmentation algorithm, a C program, for your reference.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:779264
    • 提供者:白乔
  1. lunce-splitword

    0下载:
  2. 一个运用于lunce中的中文分词算法源码,与大家共享-a lunce applied to the Chinese word segmentation algorithm source code and share
  3. 所属分类:其它资源

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:彭昱
  1. ShootSearch_path_for_bate_1.0

    0下载:
  2. 一段关于中文信息分类的分词算法,他实现了信息过滤中的分词,为信息过滤的分类打下基础-section on the classification of information in Chinese word segmentation algorithm, he realized the information filtering the word, Information filtering to lay the foundation f
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-20
    • 文件大小:919552
    • 提供者:朱振方
  1. SW-I

    0下载:
  2. 汉语分词算法,包含最大匹配和基于概率的分词算法-Chinese word segmentation algorithm, and contains the largest matching probability- based segmentation algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:54272
    • 提供者:godtroop
  1. FreeICTCLAS

    0下载:
  2. 中科院ICTCLAS最新free开放源代码,里面有中文分词算法,大家一起共同学习和研究,对搜索引擎中文分词方面有很大用处哦!-Chinese Academy of Sciences ICTCLAS latest free open-source, which has Chinese word segmentation algorithm, everybody together to study and research on Chine
  3. 所属分类:搜索引擎

    • 发布日期:2024-05-20
    • 文件大小:8921088
    • 提供者:刘俊轩
  1. zhongwenzidongfenciyanjiu

    0下载:
  2. 关于中文分词算法基本研究的介绍,综合的介绍了中文自动分词的原理及一般算法。-Chinese word segmentation algorithm on the basic research of the introduction and comprehensive introduction of the Chinese word segmentation algorithm and the general principle.
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:479232
    • 提供者:赵蕾
  1. word_vc

    0下载:
  2. vc++实现的基于字典的中文分词算法,基于贝耶斯网络的概率中文分词算法,以及文本相似程度比较的算法。-vc++ achieve dictionary-based Chinese word segmentation algorithm, based on the Bayesian probability network algorithm for Chinese word segmentation, as well as the text
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-20
    • 文件大小:1138688
    • 提供者:ye wang
  1. 自然语言处理NPL-最大概率分词算法

    0下载:
  2. 自然语言处理NLP,最大概率分词算法,带有详细说明文档(Natural Language Processing NLP, maximum probability segmentation algorithm)
  3. 所属分类:移动互联网开发

    • 发布日期:2024-05-20
    • 文件大小:99328
    • 提供者:MaysThree
« 12 3 4 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org