搜索资源列表
LasVegas
- 这是根据算法设计课上讲的LasVegas算法用java实现的模式匹配算法-This algorithm is based on the design of the curriculum speaking with java LasVegas algorithm to achieve the pattern matching algorithm
BM
- java 实现的BM算法。 BM算法是一种字符串匹配算法。
segmenter
- 一个简单有效的中文分词算法,包含正向最大匹配算法,java实现。
SimpleTreeMatching
- 使用java实现的简单树匹配算法,用于比较两个Xml文件相似节点的个数
IMGDeal
- 动画素材图像语义标注系统:该系统实现对图片的语义标注,提取图片的物理特征,并可以截取一张图片的任意部分进行物理特征提取,然后存入数据库;在客户端客户输入任意一张图片用匹配算法和数据库进行匹配,得出图片的描述(该图片的对象语义和场景语义描述)。该系统的开发与动漫公司和软件园863 项目专家进行的研讨,具有一定的应用价值。对匹配算法、图像物理特征提取、语义标注研究有很大的启发,同时用到的Java截图知识对Java学习者是很好的学习资料。-Semantic marking material
java
- java最大正向匹配算法 帮助大家了解分词原理-java maximum matching algorithm to help you understand the positive word principle
java_tree
- 自己开发的可扩展java树结构,包括节点排序,遍历(非递归算法),查找(单节点,全路径匹配),添加删除等。排序方式,节点匹配方式均可通过接口可扩展,本代码是自己开发的一个cms项目中的一部分,可独立使用-Self-developed scalable java tree structure, including nodes sorting, traversal (non-recursive algorithm), find (single node, the full path to match
geoMatch
- java编程:自己编写的地名相似度匹配算法包括地名相似度、地理位置相似度-java programming: write their own names, including names similarity similarity matching algorithm, the geographical similarity
1
- 基于面向对象编程的文档向量相似度匹配算法-Object-oriented programming document vector similarity matching algorithm
zhengdike
- (个人原创)《中文网页自动分类》 牵扯的技术有:分词,统计词频,踢出网页中一些特殊字符(用正则表达式),还有需要提取培训集等等!! 此软件禁止商业活动,版权所属“qyTT论坛--www.qyclass.org/bbs” 本文来自: qyTT论坛 http://www.qyclass.org/bbs 我们的使命:让世界认识qyTT,让qyTT认识世界! 结果分析的思想:就是把得到的词频与建立的词库里每一类进行比较,如果存在一个最大匹配程度,就去这个类作为结果,如果存
improved_all_max_match
- 一种改进的匈牙利匹配算法,可以进行婚姻匹配。-An improved matching algorithm in Hungary.
Index
- 方便检索匹配等应用的,中文后序最大匹配算法的实现,数据库中词表和停用词自行更改即可-Convenient retrieval matching, Chinese applications such as after the realization of maximal matching algorithm sequences, the database tables and stop words seen to change can
WmParser
- java字符串多模式匹配算法, 实现汉字和ACII字符串的快速匹配-java multiple match
FMM
- 最大正向匹配算法,FMM算法大正向匹配算法-Maximum forward matching algorithm, FMM algorithm large forward matching algorithm
ImageMatch
- 基于指纹信息的图像匹配算法 简单、有效、快速的匹配算法-print based image match
SASE
- 用Java实现输入事件流的模式匹配,该算法是经典的事件流模式匹配算法SASE,广泛应用于物联网复杂事件处理。压缩包里包含源代码、原论文,并有详细的例子和结果供参考。-Using Java to achieve pattern matching input event stream, the algorithm is a classic event stream pattern matching algorithm SASE, widely used in networking complex e
MarriageMatchModel2
- 中兴捧月程序编写大赛——数字婚姻匹配算法实现-ZTE holding monthly programming contest- Digital marriage matching algorithm
Main
- 使用数据结构进行括号匹配算法。核心是数据结构的栈思想。这里使用了java语言进行编写,算法优化较好,使用方便。-ON划词翻译ON实时翻译 Using the data structure of the parenthesis matching algorithm. Is the core data structure of stack thought. Here the use of Java language, algorithm optimization is good, easy
HMM-and-FMM
- 正向最大匹配算法和逆向最大匹配算法,词典也放进来了-Forward and reverse maximum matching algorithm maximum matching algorithm, the dictionary also put to the
Hungary-Algorithm
- 二分图最大匹配算法JAVA实现,使用匈牙利算法,eclipse环境-Hungary Algorithm