Artículo de revista
A grammar compression algorithm based on induced suffix sorting
Fecha
2018Registro en:
Data Compression Conference Proceedings, 2018
10680314
10.1109/DCC.2018.00012
Autor
Nogueira Nunes, Daniel
Louza, Felipe
Gog, Simon
Ayala-Rincon, Mauricio
Navarro, Gonzalo
Institución
Resumen
We introduce GCIS, a grammar compression algorithm based on the induced suffix sorting algorithm SAIS, presented by Nong et al. in 2009. Our solution builds on the factorization performed by SAIS during suffix sorting. We construct a context-free grammar on the input string which can be further reduced into a shorter string by substituting each substring by its corresponding factor. The resulting grammar is encoded by exploring some redundancies, such as common prefixes between suffix rules, which are sorted according to SAIS framework. When compared to well-known compression tools such as Re-Pair and 7-zip under repetitive sequences, our algorithm is faster at compressing and achieves compression ratio close to that of Re-Pair, at the cost of being the slowest at decompressing.