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

搜索资源列表

  1. freqci2009

    0下载:
  2. 是一个自动分词软件,采用正向最大匹配法,文档解压后可以直接使用,内附有源代码。-An automatic segmentation software, using the forward maximum matching method, the document can be used directly after decompression included the source code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-18
    • 文件大小:5081088
    • 提供者:刘艳文
  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. WordSeg

    0下载:
  2. 此系统是用MFC编写的正向最大匹配的汉语分词系统,代码详尽,经本人调试能运行且正确。-The system is written in MFC forward maximum matching Chinese word segmentation system, a detailed source, I debug run and correct.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-09
    • 文件大小:16116095
    • 提供者:高伟娜
  1. chinese-_segmentation

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

    • 发布日期:2017-04-09
    • 文件大小:60076
    • 提供者:pud
  1. WordSeg

    0下载:
  2. 这是一个分词程序,有正向最大匹配算法,逆向最大匹配算法,正向最小匹配算法。-This is a word segmentation program, there are positive maximal matching algorithm, reverse maximal matching algorithm, positive minimum matching algorithms.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:491470
    • 提供者:guizhongyun
  1. Rkeyword-choue

    0下载:
  2. 基于逆向最大匹配算法的分词及基于HMM模型的词性标注系统,包括了未登登录词的识别、数据库的添加等内容。(需要手动修改数据库的路径才可以运行) -Based on the segmentation of the reverse maximum matching algorithm and the HMM-based POS tagging system, including unadvertised login word recognition, and add the database co
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1262197
    • 提供者:geli
  1. MyAnalyzer

    0下载:
  2. 简单的中文分词及敏感词检索工具,其中可以任意添加敏感词,并且可以选择使用正向最大匹配算法,逆向最大匹配算法,双向最大匹配算法中的一种进行分词。-Simple Chinese word and sensitive word retrieval tool, which can add any sensitive words, and you can choose to use the forward maximum matching algorithm, reverse maximum matchi
  3. 所属分类:MultiLanguage

    • 发布日期:2017-11-12
    • 文件大小:1325874
    • 提供者:
  1. CwordSegmenth

    0下载:
  2. 汉语分词 隐马尔科夫模型 最大大匹配法 最大概率法可直接使用。 -The Chinese word hidden Markov model maximum probability of large matching method can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-28
    • 文件大小:1411744
    • 提供者:shakaqier
  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. WordSequence

    0下载:
  2. 正向最大匹配法实现中文分词,并计算其正确率(P)、召回率(R)和F测度-Positive maximum matching method to realize the Chinese word segmentation
  3. 所属分类:JavaScript

    • 发布日期:2017-11-28
    • 文件大小:852
    • 提供者:董磊
  1. WordsDividing

    0下载:
  2. 这是一个自己写的分词系统,主要用到的算法有最大前向匹配算法和最大熵。-This is a written word segmentation system, mainly used maximum forward matching algorithm and maximum entropy algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:3192658
    • 提供者:两院
  1. CutWords

    0下载:
  2. 正向最大匹配实现的分词程序,有注释,清晰易懂-Positive maximum matching realize word segmentation procedure, have comments, transparent
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:982480
    • 提供者:shyboy
  1. fencizf

    0下载:
  2. 基于java编程,采用最大匹配算法实现简单的中文分词,并过滤停用词-The maximum matching algorithm based on java programming, simple Chinese word segmentation and filtering stop words
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:736256
    • 提供者:赵飞
  1. CnFenci(0)

    0下载:
  2. 基于字典的分词,采用正向最大匹配和反向最小匹配相结合。-Forward maximum matching and reverse the minimum matching combination of dictionary-based segmentation.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-27
    • 文件大小:3122040
    • 提供者:钟锋
  1. segment

    0下载:
  2. 用最大匹配法对汉语进行自动分词 seg.py 分词的实现 accuracy.py 分词性能评估 PD_1998_01_POS.txt ”人民日报“语料库-Automatically the word seg.py segmentation achieve maximum matching of Chinese accuracy.py word performance assessment PD_1998_01_POS.txt " People' s Daily"
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:2825399
    • 提供者:高圆圆
  1. RMM

    0下载:
  2. 这个是RMM算法,支持正向、逆向最大匹配,是自然语言处理的重要算法之一,只要替代程序中的词库即可。本词库取自1988年人民日报语料材料,算法对中文分词精确度达到90 以上-This is RMM algorithm supports forward, reverse maximum matching, natural language processing algorithm, as long as the alternative procedures thesaurus can. The th
  3. 所属分类:Search Engine

    • 发布日期:2017-11-09
    • 文件大小:251403
    • 提供者:he
  1. 1

    0下载:
  2. 自动对文本进行分词,用正向最大逆向最大匹配法结合进行。-Automatic word segmentation of the text, with the maximum reverse maximum matching method combined with.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:4008879
    • 提供者:heyibin
  1. maxmatch

    0下载:
  2. 通过对词库进行降序排序,提出窗口的思想,按正向最大匹配的方式进行分词,实现了长词优先。-By thesaurus descending order, proposed the idea of ​ ​ the window, according to the way forward maximum matching word, to achieve a long-term priority.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-14
    • 文件大小:3539
    • 提供者:张莉
  1. MyChineseSeg

    0下载:
  2. 自然语言处理 C# 汉语分词软件 基于正向最大匹配算法并基于一定规则-Natural language processing C# Chinese word segmentation software is based on forward maximum matching algorithm based on certain rules
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1616901
    • 提供者:闫琪琪
  1. test

    0下载:
  2. 分享一段asp站内类似百度引擎的模糊搜索代码 早在N年前就有网友问过:类似百度的站内模糊搜索怎样才能实现?最近工作需要,做了一个 asp 站内搜索。要求完全匹配的关键词要排在前面,关键词要模糊匹配。在网上搜了半天没有找到需要的代码,只好自己编写,现在分享给有需要的人。 功能介绍: 1、利用分词技术,先把关键词拆分为多个词组。如:“搜索炼药师”,拆分为:“搜索”、“索炼”、“炼药”、“药师”等多个词组。 2、如:数据库标题字段完全匹配“搜索炼药师”的排在前面,数据库标题字段模糊匹配
  3. 所属分类:Web Server

    • 发布日期:2017-03-30
    • 文件大小:74946
    • 提供者:邓王子
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com