We present a solution to the problem of regular expression searching on compressed text. The format we choose is the Ziv-Lempel family, specifically the LZ78 and LZW variants. Given a text of length u compressed into length n, and a pattern of length m, we report all the R occurrences of the pattern in the text in O(2 + mn + Rm log m) worst case time. On average this drops to O(m + n + Ru=n) for most regular expressions. This is the first nontrivial result for this problem. The experimental results show that our compressed search algorithm needs half the time necessary for decompression plus searching, which is currently the only alternative
Given a text T [1..u] over an alphabet of size σ, the full-text search problem consists in finding ...
AbstractWe present the first nontrivial algorithm for approximate pattern matching on compressed tex...
We present a bit-parallel technique to search a text of length n for a regular expression of m symbo...
Abstract. We present a solution to the problem of regular expression searching on compressed text. T...
AbstractWe present a solution to the problem of regular expression searching on compressed text. The...
We present an algorithm for searching regular expression matches in compressed text. The algorithm r...
We study the approximate string matching and regular expression matching problem for the case when t...
Abstract. We present a solution to the problem of performing approx-imate pattern matching on compre...
Abstract. We address the problem of string matching on Ziv-Lempel compressed text. The goal is to se...
We address the problem of string matching on Ziv-Lempel compressed text. The goal is to search a pat...
AbstractWe address the problem of string matching on Ziv–Lempel compressed text. The goal is to sear...
We consider the problem of decompressing the Lempel-Ziv 77 representation of a string S of length n ...
Abstract. Countless variants of the Lempel-Ziv compression are widely used in many real-life applica...
We consider several basic problems for texts and show that if the input texts are given by their Lem...
TR-COSC 06/89:Ziv-Lempel coding is currently one of the more practical data compression schemes. It ...
Given a text T [1..u] over an alphabet of size σ, the full-text search problem consists in finding ...
AbstractWe present the first nontrivial algorithm for approximate pattern matching on compressed tex...
We present a bit-parallel technique to search a text of length n for a regular expression of m symbo...
Abstract. We present a solution to the problem of regular expression searching on compressed text. T...
AbstractWe present a solution to the problem of regular expression searching on compressed text. The...
We present an algorithm for searching regular expression matches in compressed text. The algorithm r...
We study the approximate string matching and regular expression matching problem for the case when t...
Abstract. We present a solution to the problem of performing approx-imate pattern matching on compre...
Abstract. We address the problem of string matching on Ziv-Lempel compressed text. The goal is to se...
We address the problem of string matching on Ziv-Lempel compressed text. The goal is to search a pat...
AbstractWe address the problem of string matching on Ziv–Lempel compressed text. The goal is to sear...
We consider the problem of decompressing the Lempel-Ziv 77 representation of a string S of length n ...
Abstract. Countless variants of the Lempel-Ziv compression are widely used in many real-life applica...
We consider several basic problems for texts and show that if the input texts are given by their Lem...
TR-COSC 06/89:Ziv-Lempel coding is currently one of the more practical data compression schemes. It ...
Given a text T [1..u] over an alphabet of size σ, the full-text search problem consists in finding ...
AbstractWe present the first nontrivial algorithm for approximate pattern matching on compressed tex...
We present a bit-parallel technique to search a text of length n for a regular expression of m symbo...