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

搜索资源列表

  1. 多种分词方法

    0下载:
  2. 含有多个分词算法。毕业设计的时候获得的,希望对大家在汉字处理中能用的到。 ICTCLAS算法,中科院,对名字识别能力很强。VC开发。 CSharp分词,向前匹配加向后最大匹配,C#开发,容易扩展。 小叮咚分词,由后向前最大匹配,C#开发。 xerdoc分词,基于ICTCLAS的Java版本分词。 文本分词词典,分词的词典,可以提供分词数据源。-containing more than Segmentation. Graduation was the time of hope
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:20833489
    • 提供者:阿瑟多幅
  1. xiongyali

    1下载:
  2. 匈牙利算法,求解二分图最大匹配的一个时间复杂度与程序复杂度折中的算法-Hungary algorithm to solve the greatest two minutes map matching a time complexity and the complexity of program compromise Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3053
    • 提供者:霍党泽
  1. wordppl

    0下载:
  2. 本程序采用正向 逆向最大匹配才实现汉字分词-the procedures being used in reverse to get the maximum matching Chinese Word
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:492305
    • 提供者:liuchuan
  1. AlgorithmonMaximalMatchingofStrings

    0下载:
  2. 给定两个串S和T,长分别m和n,本文给出了一个找出二串间最大匹配的算法。该算法可 用于比较两个串S和T的相似程度,它与串的模式匹配有别-given two series of S and T, length m and n, the paper presents a series of two to identify the largest matching algorithm. The algorithm can be used to compare two strings S and T
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:29104
    • 提供者:daisiguang
  1. hisense

    0下载:
  2. 程序的主要思想是先对数组进行处理,使其有序,处理后的结果存放在t1.txt文件中。。然后在此基础上建立索引,使在查字典时可以减少比较的次数,节省程序的时间。再利用最大匹配算法对程序进行分词,分词的结果保存在t2.txt文件中。然后再拿分好词的文件与libing_test文件进行比较匹配率,匹配结果存放在result.txt文件中。-procedures main idea is first to array processing, it orderly, After processing the
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:185594
    • 提供者:王磊
  1. 2006111

    1下载:
  2. 支持英文、数字、中文(简体)混合分词 常用的数量和人名的匹配 超过22万词的词库整理 实现正向最大匹配算法 智能数字,日期,人名识别。-support English, figures, Chinese (simplified) mixed at the number of commonly used words and the names of more than 220,000 matching word thesaurus finishing achieve the greatest po
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:37291
    • 提供者:王成平
  1. AnyMap_Match

    0下载:
  2. 任意图的最大匹配算法,值得一学。毕竟各位不是只要会会匈牙利算法的那种人吧?-arbitrary map of the maximum matching algorithm, it is worth a study. After all, you would not say that the kind of Hungary algorithm people? Ha ha
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1479
    • 提供者:byron
  1. whiteblackpoint

    4下载:
  2. 黑白点的匹配贪心算法 设平面上分布着n个白点和n个黑点,每个点用一对坐标(x, y)表示。一个黑点b=(xb,yb)支配一个白点w=(xw, yw)当且仅当xb>=xw和yb>=yw。若黑点b支配白点w,则黑点b和白点w可匹配(可形成一个匹配对)。在一个黑点最多只能与一个白点匹配,一个白点最多只能与一个黑点匹配的前提下,求n个白点和n个黑点的最大匹配对数。-black and white point matching greedy algorithm based on the d
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1110
    • 提供者:陈馨
  1. cutword

    0下载:
  2. 用VB与数据库相连接实现中 文分词的程序,采用了正向 最大匹配算法。-using VB and database links, Chinese word segmentation procedures using the largest positive matching algorithm.
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:214040
    • 提供者:李玉
  1. SW-I

    0下载:
  2. 汉语分词算法,包含最大匹配和基于概率的分词算法-Chinese word segmentation algorithm, and contains the largest matching probability - based segmentation algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:54342
    • 提供者:godtroop
  1. NLP

    0下载:
  2. 该软件实现了正向增字最大匹配和未登陆词的识别.程序用java语言编写,界面使用简单友好.-the software by word of the positive and not matching the largest landing word recognition. Procedures using java language. simple and friendly interface.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2740006
    • 提供者:吴明
  1. mmseg-v0.1

    0下载:
  2. 基于词典和最大匹配算法的的中文分词组件,达到很好的分词准确率-Dictionary and the largest based on the matching algorithm of the Chinese word segmentation components, to achieve good word accuracy rate
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:607478
    • 提供者:binger
  1. ACM_template.rar

    1下载:
  2. 本人参加ACM竞赛使用的一些算法模板,包括二分图匹配,欧拉回路的构造以及网络流中的最大流与最小费用最大流等,可以说实战性非常强。,ACM competitions I take part in a number of algorithms used in templates, including two sub-graph matching, Euler circuit, as well as network flow structure of the maximum flow and mini
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:14732
    • 提供者:诗苇
  1. stereomatchingaft

    2下载:
  2. 图割算法 求图像的立体匹配问题 最大流最小割问题-graphcut stereomatching matlabcode
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-30
    • 文件大小:1606
    • 提供者:njyunting
  1. keyword-chouqu

    0下载:
  2. 基于逆向最大匹配算法的分词及基于HMM模型的词性标注系统,包括了未登录词的识别、数据库的添加等内容。(需要手动修改数据库的路径才可以运行)-Reverse Maximum Matching Algorithm Based on the sub-word HMM-based model and part of speech tagging system, including the unknown word identification, such as the contents of the d
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-04
    • 文件大小:1259447
    • 提供者:张莉娟
  1. graphtheory

    1下载:
  2. 5个关于图论的算法 包括K短路问题 NLOGN问题 二分图匹配问题 费用流问题 最大流问题-5 on the graph theory algorithms, including K shortest path problem NLOGN problems cost bipartite matching maximum flow flow
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:547715
    • 提供者:李驷聪
  1. OpenCV模板匹配的方法识别手势

    0下载:
  2. 首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。 将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:2819072
    • 提供者:WUluWUlu
  1. 9178839

    0下载:
  2. 汉语分词算法,包含最大匹配和基于概率的分词算法()
  3. 所属分类:大数据

    • 发布日期:2018-01-07
    • 文件大小:43008
    • 提供者:Eclis
  1. 图论算法及其MATLAB程序代码

    1下载:
  2. 常用图论算法及其MATLAB程序代码: 1.最短路的Warshall-Floyd算法 2.最小生成树Kruskal避圈法 3.二部图G的最大匹配的算法(匈牙利算法)(The commonly used graph theory algorithm and its MATLAB program code: 1. shortest path Warshall-Floyd algorithm 2. minimum spanning tree Kruskal avoidance meth
  3. 所属分类:其他

    • 发布日期:2020-02-04
    • 文件大小:37888
    • 提供者:解码
  1. 动力匹配理论计算MATLAB

    2下载:
  2. 用于电动汽车动力系统初步匹配,包括最高车速、最大爬坡度、百公里加速时间(Preliminary Matching of Electric Vehicle Power System)
  3. 所属分类:其他

    • 发布日期:2019-11-02
    • 文件大小:311296
    • 提供者:张多123
« 1 23 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com