作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2011, Vol. 37 ›› Issue (23): 27-29,32. doi: 10.3969/j.issn.1000-3428.2011.23.009

• 软件技术与数据库 • 上一篇    下一篇

大规模语料中频繁模式增量发现算法

廖 豪1,2,陈 洁1,3,谭建龙1   

  1. (1. 中国科学院计算技术研究所,北京 100190;2. 中国科学院研究生院,北京 100049;3. 北京邮电大学计算机学院,北京 100876)
  • 收稿日期:2011-06-03 出版日期:2011-12-05 发布日期:2011-12-05
  • 作者简介:廖 豪(1986-),男,硕士,主研方向:数据挖掘,网络与信息安全;陈 洁,博士;谭建龙,副研究员
  • 基金资助:
    国家“973”计划基金资助项目(2007CB311100);国家自然科学基金资助项目(20110250)

Frequent Pattern Increment Discovery Algorithm in Large-scale Corpus

LIAO Hao 1,2, CHEN Jie 1,3, TAN Jian-long 1   

  1. (1. Institute of Computing Technology, Chinese Academy of Sciences, Beijing 100190, China; 2. Graduate University of Chinese Academy of Sciences, Beijing 100049, China; 3. School of Computer Science, Beijing University of Posts and Telecommunications, Beijing 100876, China)
  • Received:2011-06-03 Online:2011-12-05 Published:2011-12-05

摘要: 提出一种适用于大规模语料的频繁模式增量发现算法。统计局部区域提取的字符串频度,对局部相对低频字符串进行剪枝。利用多模式串匹配算法,统计剪枝后局部相对高频字符串在整个语料中的频度,得到频度大于阈值的频繁模式。实验结果表明,该算法具有较低的空间复杂度和时间复杂度,内存消耗为基于后缀数组的频繁模式发现算法的20%左右。

关键词: 频繁模式, 增量式, 多模式串匹配算法, 后缀树, 后缀数组

Abstract: This paper presents a memory-based frequent pattern incremental discovering algorithm for large-scale corpus. It extracts strings and counts frequencies of them from local area, prunes the local relative low frequency strings, and uses multi-mode string matching algorithm to count the local relative high frequency strings in the whole corpus, eventually gets the frequent patterns that the frequency is greater than the threshold. Experimental result shows that the algorithm has a better space complexity and the highest consumption of the memory size in the process of frequent-pattern discovery is about 20% to the size of the algorithm based on suffix array.

Key words: frequent pattern, incremental, multi-pattern string matching algorithm, suffix tree, suffix array

中图分类号: