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

搜索资源列表

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

    0下载:
  2. 前向最大分词算法,翻译软件的最基本思想。用Java语言开发的程序。-Prior to the maximum segmentation algorithm, translation software, the basic idea. Java language programs.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1655
    • 提供者:白玉娇龙
  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. 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. java_participle

    0下载:
  2. java分词算法的实现的里面有demo,下载直接运行即可看到效果。-java sub-word algorithm there are demo, download and run directly can see the effect.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-17
    • 文件大小:4153796
    • 提供者:lowkeylau
  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. search_engine

    0下载:
  2. 搜索引擎课程的几次作业,第一次作业实现分词算法,使用正向最大匹配原则。第二次作业实现倒排索引。第三次作业实现正排索引。第四次作业实现索引功能。实现的比较简单,但均可正常运行。-Several job search engine programs, the first job segmentation algorithm, using forward maximum matching principle. The second job inverted index. The third job t
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:171672
    • 提供者:张明
  1. shootseg-4235

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

    • 发布日期:2017-11-30
    • 文件大小:1014530
    • 提供者:source
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com