Computing q-gram non-overlapping frequencies on SLP compressed texts

  • Authors:
  • Keisuke Goto;Hideo Bannai;Shunsuke Inenaga;Masayuki Takeda

  • Affiliations:
  • Department of Informatics, Kyushu University, Nishiku, Fukuoka, Japan;Department of Informatics, Kyushu University, Nishiku, Fukuoka, Japan;Department of Informatics, Kyushu University, Nishiku, Fukuoka, Japan;Department of Informatics, Kyushu University, Nishiku, Fukuoka, Japan

  • Venue:
  • SOFSEM'12 Proceedings of the 38th international conference on Current Trends in Theory and Practice of Computer Science
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Length-q substrings, or q -grams, can represent important characteristics of text data, and determining the frequencies of all q -grams contained in the data is an important problem with many applications in the field of data mining and machine learning. In this paper, we consider the problem of calculating the non-overlapping frequencies of all q -grams in a text given in compressed form, namely, as a straight line program (SLP). We show that the problem can be solved in O (q 2n ) time and O (qn ) space where n is the size of the SLP. This generalizes and greatly improves previous work (Inenaga & Bannai, 2009) which solved the problem only for q =2 in O (n 4logn ) time and O (n 3) space.