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

搜索资源列表

  1. hungrian

    1下载:
  2. 匈牙利算法的源代码,可以解决二分图的最大匹配问题-Hungarian algorithm source code, can solve the maximum matching problem for bipartite graphs
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:573
    • 提供者:Niker
  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. xyl_suanfa

    1下载:
  2. 匈牙利算法是基于Hall定理中充分性证明的思想,它是部图匹配最常见的算法,该算法的核心就是寻找增广路径,它是一种用增广路径求二分图最大匹配的算法。-Hungarian algorithm is based on the thought of the Hall theorem sufficient proof, it is the Ministry of graph matching most common algorithm, the core of the algorithm is to fi
  3. 所属分类:assembly language

    • 发布日期:2017-11-17
    • 文件大小:985
    • 提供者:雨儿涟
  1. Hungary

    0下载:
  2. 二部图的最大匹配的一种算法:匈牙利算法的matlab程序-Two parts graph the maximal matching of a kind of algorithm: Hungary algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:853
    • 提供者:Crazy
  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. hxsfPzdpp

    0下载:
  2. 核心算法和最大匹配,对于数据结构的学习较有帮助-Core algorithm and the maximum matching, for the data structure of the study more
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:2203949
    • 提供者:刘佳霖
  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. maximum-matching

    0下载:
  2. 离散数学,求解图论里的最大匹配,包含两种方法,最大支持100个节点-Discrete mathematics for solving the maximum matching in graph theory, contains two methods, maximum support 100 nodes
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:367523
    • 提供者:
  1. Kmp

    1下载:
  2. 字符串匹配问题,最经典的KMP算法。p为模式串,t为主串。返回的是最大匹配数-String matching problem, the most classic of KMP algorithm. p is the pattern string, t the main string. Back is the maximum number of matches
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-10
    • 文件大小:1024
    • 提供者:陶翔
  1. LZ77-compression

    0下载:
  2. 本文共分三部分:第一部分简明介绍了课题研究的背景及意义 第二部分详细阐述了无损数据压缩的原理机制和关键技术,突出强调了影响LZ77压缩效果的三要素:滑动窗口、最大匹配长度和查找策略 第三部分重占讨论了系统的设计、实现和实验数据。-This article altogether is divided three parts:The first part concisely introduced the topic research background and the significance T
  3. 所属分类:Project Design

    • 发布日期:2017-11-14
    • 文件大小:47199
    • 提供者:路敬
  1. WordSequence

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

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

    0下载:
  2. 复杂网络中寻找最大匹配的Hopcroft-Karp算法的java实现代码,希望对大家有用-Looking for the biggest match in the complex network Hopcroft-Karp algorithm to achieve the java code, the hope that useful
  3. 所属分类:Java Develop

    • 发布日期:2017-11-16
    • 文件大小:2789425
    • 提供者:李楠
  1. xiongyali

    0下载:
  2. 匈牙利匹配算法,利用匈牙利匹配算法,解决图论中的最大匹配问题,-Hungarian matching algorithm using Hungarian matching algorithm to solve the maximum matching problem in graph theory,
  3. 所属分类:File Formats

    • 发布日期:2017-11-04
    • 文件大小:4508
    • 提供者:王欢
  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. ACM.algorithm

    1下载:
  2. 各种算法模板(二分图最大匹配匈牙利算法、最小生成树prime和kruskal算法、Dijkstra算法、两点最短路径负权值边SPFA算法、图任意两点最短路径Floy算法、网络最大流SAP算法、网络最大流最小费用算法、乘法逆元gcd扩展求解算法、线段树区间划分统计算法、矩阵n次方分治法求解、gcd算法、整数划分问题、函数最小点问题、十进制转ACM算法、素数筛选法和欧拉函数求解、快模算法、字符串匹配KMP算法、字典全排列算法、快排、三维度排序、)-Various algorithms templat
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:18165
    • 提供者:林云
  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. Hungarian(1)

    0下载:
  2. 有关复杂网络的算法,用于找有向图中的最大匹配,即最大子图的干和环-max match
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-11-16
    • 文件大小:1227
    • 提供者:zhaoqian
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 25 »
搜珍网 www.dssz.com