Approximate String Matching的意思|示意
模糊匹配;近似串匹配
Approximate String Matching的网络常见释义
模糊匹配 ... Factoring and Primality Testing 因子分解/质数判定 Approximate String Matching 模糊匹配 enumerators 列举元(enum 型别中的成员) 枚举成员、枚举器 ...
近似串匹配 依据其功能来分,串匹配算法可分为三类:精确串匹配算法(Exact String Matching)、近似串匹配(Approximate String Matching)算法和正则表达式匹配(Expression Matching,Predicate Matching)算法。精确串
近似匹配 正则表达式表示的模式 近似匹配(Approximate String Matching) :与目标T(或其子串) 存在某种程度的相似, 则认为匹配成功。
Approximate String Matching相关短语
1、 multiple approximate string matching 多模式相似匹配
2、 large scale approximate string matching 大规模特征串近似匹配
3、 string approximate matching 字符串相似匹配
Approximate String Matching相关例句
It has very important theoretical value and practical meaning to research and design very fast approximate string matching algorithms.
因此,研究(设计)高效的近似字符串匹配算法具有重要的理论价值和实际意义。
Experiments demonstrate that the algorithm can solve such approximate string matching problem, and it can be used in the filed of sentence pattern matching and skip word matching.
实验结果表明,该算法的确能解决字符串有序跳跃模式匹配问题,完全可以适用于句型匹配与主题词跳词匹配。
The purposes of it were to improve the efficiency of searching a string in a large-scale database by the means of approximate string matching and to provide a means to search a string with wildcards.
其目的在于提高基于相似字符串匹配的查询在大规模字符串数据库中的查询效率,并且提供带通配符的字符串查询方式。
I tried using modules for approximate (fuzzy) string matching to narrow the selection of disks that are interesting.
我尝试用近似的(模糊的)字符串匹配模块来限制对感兴趣唱片的选择。
Listing 3 (full source is in words2.pl) USES the original idea but employs approximate matching through the String: : approx module (which you may have to install).
清单3(在words2 . pl中有完整的代码)采用了前一篇文章中的原始思想,但通过String: Approx模块(您可能必须要安装它)进行近似匹配。