搜索资源列表
Project1(local)
- 完成最基本功能的本地简易字符串搜索(文本匹配)引擎,还不支持对中文的检索
括号匹配
- 文本括号匹配
AutoPrompt_asp ASP文本框匹配提示功能
- ASP文本框匹配提示功能 文本输入框自动提示(ie测试通过,未测试其他浏览器的事件兼容) 输入后可上下箭头选择,esc 关闭提示 -ASP text box matches the text input box prompts automatically prompt (ie test, test other browsers are not compatible with the event) up and down arrows to select the inp
jedit41source
- 用java 编写的源码开放的文本编辑器。有很多有用的特性,包括语法加亮显示,括号 匹配,表达式搜索,多个文件搜索和替换,定义键盘宏-Java prepared with open-source text editor. There are many useful features, including syntax highlighting show matching brackets, expression search, multiple file search and replace, t
Finder
- 通过多线程查找文本匹配内容,比windows的文本内容查询更快一些。-Multi-threaded search through text matching the contents of the text than windows inquiries faster.
Text-File-Array
- Matlab实现文本文件读取并存储成矩阵源代码 -这个Matlab程序,可以读取任何文本文件,并返回一个内容的数组。它在执行过程中,对每个字符串进行匹配,每行作为一次匹配的结束。
regexp-6019
- 正则表达式工具源码,用于检查正则表达式是否与文本匹配。 语言:c# 3.0 需要.Net 3.5-Regular Expression Tool can help you to check whether a regular expression matches a piece of text. Developed in C# 3.0. .Net Framework 3.5 is required.
TestFind
- 实现文本格式文件中的括号匹配. 匹配算法采用堆栈来实现. 文件读取异常还需完善的人性化一些-Text format documents matching brackets. Matching algorithm uses the stack to achieve. Paper anomaly needs to be well-read human nature of some `` ``
bm_algorithm
- 字符串匹配boyer_moore算法—— 首先输入查找模式,然后输入文本,如果匹配,输出文本匹配,如果不匹配输出文本不匹配。-Boyer_moore string matching algorithm- the first input search mode, and then enter the text, if the match, the output text-matching, if you do not match the output of the text do not ma
KMP
- 求解KMP算法,用的是c++语言进行编写,KMP是一种迅速的字符串匹配算法,输入文本和要匹配的字符串即可-a solution of KMP alogorithms
stex
- 用于进行字符串的匹配查找,查找整个文件夹中的文本文件。并给出相应的相似度。-Search for the string matching to find an entire folder of text files. And the corresponding similarity.
java-Editor
- 自己为java IDE写的java编辑器,仿制notepad2. 可实现代码染色、括号匹配、书签标注、编辑辙销、文本查找等基本功能。 非所见所得,没有加入文件处理功能。-Java editor. Might be useful for projects such as IDE. The jar file runs under jdk 1.6.
ex1
- JAVA应用于文本匹配度的查询,搜索引擎基础-search engin
machine-unrestricted-version
- 软件名称:全能字符串替换机7.0无限制版 软件大小:230 KB 软件语言:简体中文 软件类别:国产软件/转换翻译 运行环境:WinXP/2003/Vista 软件简介: 本工具有以下特点: 1、具有批量替换、批量查找、批量改名等功能:文件内容或名称的修改和查找; 2、支持一次批量处理多个文件:记事本/写字板/Word都没有提供; 3、*支持一次批量处理多组串:包括UltraEdit/VC等比较强的替换/查找工具都没有提供这个功能; 4、*支持高级表达式
KMP
- 本文主要实现了 kmp匹配算法在文本匹配中的应用 源代码高效简洁-KMP
K-match
- K-近似匹配,动态规划法。输入两个文本和编辑距离k,找出k以内的文本匹配情况。代码很短短,没有相当算法功底很难看懂。最好参考经典的算法设计书籍。-K-approximate matching, dynamic programming method. Two input text and edit distance k, find k within the text to match. The code is a short, not quite algorithms foundation is
zhumofengbao
- 诛魔封包易语言源码,包含正则文本匹配,可提交诛魔数据封包-To punish the magic packet easy language source code, including regular text-matching, may submit to punish the magic data packets
文本查重
- 类说明: 名称:Contrast 描述:用于两文本进行各种方法的相似度对比。 相似度对比方法: 1.EditDistance编辑距离 2.CosineSimilarAlgorithm余弦定理 3.JianDanMoHu模糊匹配 4.综合对比,三种方法皆对比一遍,取平局值 方法:String getDegree(文本1,文本2,使用方法id)返回值为:字符串型的,相似度百分比(Class descr iption: Name: Contrast Desc
基于特征匹配的英文印刷字符识别
- 对英文文本进行提取和识别,用到特征匹配等算法,可以运行。(The English text is extracted and identified, and features matching algorithms can be used.)
text_matching-master
- Python文本匹配模型的实现和训练,和运行。(Implementation, training and operation of text matching model.)