搜索资源列表
Project1(local)
- 完成最基本功能的本地简易字符串搜索(文本匹配)引擎,还不支持对中文的检索
括号匹配
- 文本括号匹配
jedit41source
- 用java 编写的源码开放的文本编辑器。有很多有用的特性,包括语法加亮显示,括号 匹配,表达式搜索,多个文件搜索和替换,定义键盘宏-Java prepared with open-source text editor. There are many useful features, including syntax highlighting show matching brackets, expression search, multi
speakerrecongnizion
- 与文本有关的利用模块匹配算法的说话人确认系统-text and the use of the matching algorithm module Speaker Verification System
CodeTexts_v1
- 从2005年10月开始着手编写,开始的想法主要是做个自己看资料方便的工具 因为自己有不少从网上down下来的资料,看了大多的资料收集的软件都是以 数据库的形式存储,个人觉得不方便,而且没时间去存,我的资料主要是htm和 txt文本,所以主要功能是能显示文本类文件和网页文件。 现在主要功能有: 1. 简单文本编辑功能 2. 语法作色功能 3. 正则表达式匹配替换功能 4. 2006-2-9 增加书
CSharpZZBDS
- 如果你曾经用过Perl或任何其他内建正则表达式支持的语言,你一定知道用正则表达式处理文本和匹配模式是多么简单。如果你不熟悉这个术语,那么“正则表达式”(Regular Expression)就是一个字符构成的串,它定义了一个用来搜索匹配字符串的模式。-If you have used Perl or any other built-in regular expression support for the language, You k
Invert
- 用于信息检索方面,可以试试看,还不错的。每次只能输入一个单词,可以检索出所有与之匹配的文件名字,和相应的位置。-For information retrieval, it can give it a try, but also good. Enter only one word each time, you can retrieve all files matching the name, and the corresponding p
wenbenbianji_c
- 数据结构课程设计, 文本编辑, 自己写算法实现查找串儿匹配.c语言编码.-Data structure the curriculum design, text editor, to write their own algorithm to find matching string of abuse. C language coding.
DataImport
- 导从文本文件或Excel导入数据到SQL SERVER中,自动匹配字段-Introduction from a text file or Excel to import data to SQL SERVER, the automatic matching field
Project1(local)
- 完成最基本功能的本地简易字符串搜索(文本匹配)引擎,还不支持对中文的检索-To complete the most basic function of the local Simple search string (text matching) engine, do not support the Chinese language search
jedit5.0
- jedit 是一个用java 编写的源码开放的文本编辑器。有很多有用的特性,包括语法加亮显示,括号匹配,表达式搜索,多个文件搜索和替换,定义键盘宏-jedit is prepared to use java and open source text editor. Has many useful features, including syntax highlighting show in parentheses matching, r
algo4
- 实验中我们使用了四种方法进行串匹配,通过对相同的文本和相同的模式串进行四种不同算法的串匹配操作,比较四种算法的优劣。-Experiment we used four methods for string matching, through the same text and the same pattern for four different algorithms string matching operation to compar
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 fr a mework 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 `` ``
TTSApp
- 微软提供的语音编程示例程序,实现了文本朗读,口型匹配-Microsoft provides programming examples of the voice process, the realization of the text read, I type matching
文本查重
- 类说明: 名称:Contrast 描述:用于两文本进行各种方法的相似度对比。 相似度对比方法: 1.EditDistance编辑距离 2.CosineSimilarAlgorithm余弦定理 3.JianDanMoHu模糊匹配 4.综合对比,三种方法皆对比一遍,取平局值 方法:String getDegree(文本1,文本2,使用方法id)返回值为:字符串型的,相似度百分比(Class descr
基于特征匹配的英文印刷字符识别
- 对英文文本进行提取和识别,用到特征匹配等算法,可以运行。(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.)