Space-efficient detection of unusual words
Abstract
Detecting all the strings that occur in a text more frequently or less frequently than expected according to an IID or a Markov model is a basic problem in string mining, yet current algorithms are based on data structures that are either space-inefficient or incur large slowdowns, and current implementations cannot scale to genomes or metagenomes in practice. In this paper we engineer an algorithm based on the suffix tree of a string to use just a small data structure built on the Burrows-Wheeler transform, and a stack of bits, where is the length of the string and is the size of the alphabet. The size of the stack is except for very large values of . We further improve the algorithm by removing its time dependency on , by reporting only a subset of the maximal repeats and of the minimal rare words of the string, and by detecting and scoring candidate under-represented strings that in the string. Our algorithms are practical and work directly on the BWT, thus they can be immediately applied to a number of existing datasets that are available in this form, returning this string mining problem to a manageable scale.
Cite
@article{arxiv.1508.02968,
title = {Space-efficient detection of unusual words},
author = {Djamal Belazzougui and Fabio Cunial},
journal= {arXiv preprint arXiv:1508.02968},
year = {2015}
}
Comments
arXiv admin note: text overlap with arXiv:1502.06370