CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 分词算法

搜索资源列表

  1. totsearch

    0下载:
  2. 淘特站内搜索引擎(C#版)基于Lucene.Net核心,通过高效的中文分词算法将数据库中内容进行分析、索引并保存至硬盘中。前台搜索时,通过读取索引文件查询,避免了传统数据库查询在高并发及海量数据下的性能问题。因前台搜索不在连接数据库,为不希望数据库放到前台的特殊用户群体提供了数据快速查询解决方案-Amoy Special Search Engine (C# Edition) Based on Lucene.Net core, through the effective Chinese word
  3. 所属分类:Search Engine

    • 发布日期:2017-03-29
    • 文件大小:611568
    • 提供者:yanghe
  1. fencisuanfa

    0下载:
  2. 用正向最大匹配发实现句子的分词。是基于词典的分词算法。该算法的特点是速度快,准确率高。-Made to achieve a positive match with a maximum sentence segmentation. Dictionary-based segmentation algorithm. The algorithm is characterized by fast and accurately.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:901429
    • 提供者:张喜
  1. liaotianfenci

    0下载:
  2. 一种基于国标2312(GB2312)汉字编码标准的分词算法,实现的分词效果是分成单个的汉字,可以识别英文、空格、中英文符号和数字等。也称原子分词算法。-Based on GB 2312 (GB2312) Chinese character coding standard segmentation algorithm to achieve the segmentation effect is divided into individual characters, can be identified
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:137964
    • 提供者:张喜
  1. FMM

    0下载:
  2. 自己的写的一个分词算法,希望对需要的人有所帮助吧-Write your own algorithm, a sub-word, hope to help those who need it
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:724
    • 提供者:赵凤丽
  1. small

    0下载:
  2. 一个测试用的中文分词代码,基于FMM分词算法-Chinese word segment code
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-01
    • 文件大小:180875
    • 提供者:liwei
  1. C_CPPfds

    0下载:
  2. 中文分词技术属于自然语言处理技术范 畴,是语义理解过程中最初的一个环节。 它 将组成语句的核心词提炼出来供语义分析模 块使用。对于一句话人可以通过自己的知识 来判断哪些是词,哪些不是词。但计算机如 何能理解,其处理过程就称为分词算法。-This is a dictionary of algorithms, algorithmic techniques, data structures, archetypal problems,
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-15
    • 文件大小:3687864
    • 提供者:wangyao
  1. PanGu_Release_V2.3.1.0

    1下载:
  2. 盘古分词算法,应用于搜索和需要分词的地方,源码-Pangu word segmentation algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:207746
    • 提供者:普俊
  1. ICTCLAS50_Windows_32_JNI

    0下载:
  2. 中科院开发的中文分词算法,带词性标注等,经典的一个算法-Chinese Academy of Sciences of the Chinese word segmentation algorithm developed, with part of speech tagging, etc., a classic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-26
    • 文件大小:9077506
    • 提供者:吴东
  1. ICTCLAS50_Windows_32_C

    0下载:
  2. C++实现的中文分词算法,可以直接运行,也可以编译运行,还可以添加词典。-C++ of the realization of the Chinese word segmentation algorithm, it can run directly, also can compile operation, also can add dictionary.
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:9088607
    • 提供者:Lee
  1. worddiv

    0下载:
  2. 中文分词算法,用正向最大匹配算法实现的中文分词,包裹dao操作数据库。-Chinese word segmentation algorithm, the forward maximum matching algorithm of Chinese word segmentation, wrapped dao operations database.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:83773
    • 提供者:刘嘉
  1. backforwardSegmentationjava

    0下载:
  2. 后向分词算法对中文文本进行简单分词,有Swing界面,适合初学者.-Backforward propergation chinese segmentation. with the visible interface by Swing. It s useful for the new guy.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-10
    • 文件大小:1459251
    • 提供者:巴吉拉
  1. textcluster

    0下载:
  2. 实现中文分词并聚类输出,分词算法是自己写的以空格分词,如果有需要高级的分词算法可自己下载相关算法-Realization of the Chinese word segmentation and clustering output
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:28317
    • 提供者:wangke
  1. Bbeiyessa

    0下载:
  2. 贝叶斯网络概率中文分词算法,,基于概率的分词算法可直接使用。 -Bayesian network probability Chinese word segmentation algorithm, probability-based segmentation algorithm can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:1139042
    • 提供者:包裹
  1. dyueerzipa

    0下载:
  2. 前几天因为好久没发blog了,就拿我毕设中的一段算法凑数,没想到引起非常多人的兴趣。因此就把我的分分词算法单独拎出来做了一个项目叫作DartSplitter。暂时把分词算法的名称叫做树状词库分词法。 -A few days ago because of the long time no hair blog, Take I completed the set for some algorithm to make up the numbers, I did not expect to cause
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-16
    • 文件大小:2453
    • 提供者:海的
  1. httpcws-php-demo

    0下载:
  2. php分词 中文分词 分词算法 HTTPCWS-php sub-word Chinese word segmentation segmentation algorithm HTTPCWS
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:1862
    • 提供者:陈笑
  1. shootseg-4235

    0下载:
  2. 基于统计的分词算法 以/为分隔符 分词 C# -Statistics-based segmentation algorithm/word delimiter
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:1014530
    • 提供者:source
  1. totsearch

    0下载:
  2. 淘特站内搜索引擎(C#版)基于Lucene.Net核心,通过高效的中文分词算法将数据库中内容进行分析、索引并保存至硬盘中。前台搜索时,通过读取索引文件查询,避免了传统数据库查询在高并发及海量数据下的性能问题。因前台搜索不在连接数据库,为不希望数据库放到前台的特殊用户群体提供了数据快速查询解决方案。 -Amoy special stations within the search engine (C# version) is based on Lucene.Net core through e
  3. 所属分类:.net

    • 发布日期:2017-12-06
    • 文件大小:2267109
    • 提供者:sdgd50898
  1. fencisuanfa

    0下载:
  2. 正逆向的分词算法 已经测试通过了 里面有完整的源码 和测试程序-Forward and reverse segmentation algorithm has been tested by the complete source code and testing procedures
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:2581289
    • 提供者:唐金棲
  1. 123897

    0下载:
  2. n_gram,分词算法,准确率很高 ,值得参考!--n_gram, segmentation algorithm, the accuracy rate is high, and worth considering!-
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:630946
    • 提供者:cuit
  1. findleft

    0下载:
  2. 这个是概率统计最大算法,此算法是分词算法的一种,是自然语言处理中最有效的分词算法之一,本算法精确度达到95 以上-This is the probability statistics algorithm, this algorithm is a sub-word segmentation algorithm is the most effective natural language processing word segmentation algorithm, the algorithm an
  3. 所属分类:Search Engine

    • 发布日期:2017-11-09
    • 文件大小:404972
    • 提供者:he
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com