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

搜索资源列表

  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. FastSeg

    0下载:
  2. 搜索引擎相关,中文分词算法,java编写-Search engines related, Chinese word segmentation algorithm, written in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:2021367
    • 提供者:小琪
  1. chinese-_segmentation

    0下载:
  2. 中文分词算法介绍,正向最大匹配。word-word for chinese segmentation algrithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:60076
    • 提供者:pud
  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. 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. java

    0下载:
  2. 用java实现的前向最大中文分词算法代码-Using java to achieve before the largest Chinese word segmentation algorithm code
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:10272
    • 提供者:liukui
  1. mmseg

    0下载:
  2. MMSEG 中文分词算法内有说明及例子,源代码-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:544561
    • 提供者:Inrespon
  1. mmseg

    0下载:
  2. MMSEG 中文分词算法内有说明及例子,源代码-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:544657
    • 提供者:pressbri
  1. Split

    0下载:
  2. Java实现逆向最大匹配中文分词算法,本程序可以实现较为简单的中文分词-Java implementation reverse maximum matching Chinese word segmentation algorithm, the program can be implemented relatively simple Chinese word segmentation
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-11
    • 文件大小:1121
    • 提供者:赵世超
  1. Chinese-Word-Segmentation

    0下载:
  2. 很好的中文分词算法,详细介绍请解压后看注释。字典文件也要放在目录下。-Good Chinese word segmentation algorithm, detailed look after unzip comment. But also on the dictionary file directory.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1876986
    • 提供者:zyt
  1. LBChSeg

    0下载:
  2. 这是用c++写的一个正向最大匹配中文分词算法,主要实现的是中文的分词,从左向右,实现分词的最大匹配-This is the biggest match using c++ to write a forward maximum matching Chinese word segmentation algorithm, the main achievement is the Chinese word, and left to right, to achieve sub-word
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3811238
    • 提供者:李好
  1. 909aae2c-4f2c-4771-83e4-6894516f14e1

    0下载:
  2. 一个中文分词算法,可以实现将分词文本切分成自定义字典中的单词-A Chinese word segmentation algorithm, you can achieve the word segmentation text into a dictionary of words
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-28
    • 文件大小:15653
    • 提供者:lhs
  1. totsearch_v3.3

    0下载:
  2. 淘特站内搜索引擎是由淘特JSP搜索引擎发展而来,系统基于Lucene.Net核心,通过高效的中文分词算法将数据库中内容进行分析、索引并保存至硬盘中。前台搜索时,通过读取索引文件查询,避免了传统数据库查询在高并发及海量数据下的性能问题。因前台搜索不在连接数据库,为不希望数据库放到前台的特殊用户群体提供了数据快速查询解决方案。 淘特站内搜索引擎(C#版)v3.3更新内容: 1、解决生成的文件链接始终是第一个的错误 2、解决GbK编码搜索程序Default_Gbk.aspx下一页链接错误的
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-11
    • 文件大小:2264097
    • 提供者:zzpudn1
  1. sentence_split

    0下载:
  2. 中文分词算法,输出以\作为分隔符,需要词典-Chinese word segmentation algorithm, the output with \ as the delimiter, needs dictionary
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:307048
    • 提供者:LYC
  1. fenci

    0下载:
  2. 中文分词算法双向最大匹配算法基于词典匹配的分词算法-Chinese word segmentation algorithm bidirectional maximum matching algorithm based on dictionary word matching algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-05-03
    • 文件大小:713728
    • 提供者:
  1. 6_29

    0下载:
  2. 基于逆向匹配的中文分词算法实现,产生词典和测试数据,分词后具有结果分析功能,计算精确度,召回率,F值, -Chinese word segmentation algorithm based on reverse matching, dictionary and test data, with the result after word analysis function, calculation precision and recall rate, F value,
  3. 所属分类:Other systems

    • 发布日期:2017-06-16
    • 文件大小:25073687
    • 提供者:段冰倩
  1. TFIDF

    0下载:
  2. 经典的中文分词算法 亲测可行,效果一般般,可供小白学习。(Classical Chinese word segmentation algorithm, pro test feasible)
  3. 所属分类:Java编程

    • 发布日期:2017-12-12
    • 文件大小:1913241
    • 提供者:胡峰
  1. 4925660

    0下载:
  2. 此程序解决的问题 较好的, 并适应短字符串的中文分词算法 根据词库 发现以换行符分隔的众多标题中的 top N 关键字并以此更()
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:8192
    • 提供者:uorrnsplnd
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com