This report investigates two approaches for online pattern-matching in files compressed with the Burrows-Wheeler transform (Burrows & Wheeler 1994). The first is based on the Boyer-Moore pattern matching algorithm (Boyer & Moore 1977), and the second is based on binary search. The new methods use the special structure of the Burrows-Wheeler transform to achieve efficient, robust pattern matching algorithms that can be used on files that have been only partly decompressed. Experimental results show that both new methods perform considerably faster than a decompress-and-search approach for most applications, with binary search being faster than Boyer-Moore at the expense of increased memory usage. The binary search in particular is strongly r...
Compressed pattern matching is an emerging research area that addresses the following problem: Given...
We investigate off-line dictionary oriented approaches to DNA sequence compression, based on the Bur...
This paper describes how the problem of exact and approximate string matching can be resolved using ...
A number of algorithms have recently been developed to search files compressed with the Burrows-Whee...
This paper explores two techniques for on-line exact pattern matching in files that have been compre...
Recently a number of algorithms have been developed to search files compressed with the Burrows-Whee...
Recently a number of algorithms have been developed to search files compressed with the Burrows-Whee...
Summary form only given. The approximate pattern matching on the text transformed by the Burrows-Whe...
Recently the compressed pattern matching problem has attracted special concern, where the goal is to...
This book will serve as a reference for seasoned professionals or researchers in the area, while rem...
Abstract. The compressed pattern matching problem is to locate the occurrence(s) of a pat-tern P in ...
TR-COSC 07/01This paper provides a survey of techniques for pattern matching in compressed text and ...
In this paper we present hardware algorithms and their software implementation to search a compresse...
The fields of succinct data structures and compressed text indexing have seen quite a bit of progres...
Compressed pattern matching is an emerging research area that addresses the following problem: Given...
Compressed pattern matching is an emerging research area that addresses the following problem: Given...
We investigate off-line dictionary oriented approaches to DNA sequence compression, based on the Bur...
This paper describes how the problem of exact and approximate string matching can be resolved using ...
A number of algorithms have recently been developed to search files compressed with the Burrows-Whee...
This paper explores two techniques for on-line exact pattern matching in files that have been compre...
Recently a number of algorithms have been developed to search files compressed with the Burrows-Whee...
Recently a number of algorithms have been developed to search files compressed with the Burrows-Whee...
Summary form only given. The approximate pattern matching on the text transformed by the Burrows-Whe...
Recently the compressed pattern matching problem has attracted special concern, where the goal is to...
This book will serve as a reference for seasoned professionals or researchers in the area, while rem...
Abstract. The compressed pattern matching problem is to locate the occurrence(s) of a pat-tern P in ...
TR-COSC 07/01This paper provides a survey of techniques for pattern matching in compressed text and ...
In this paper we present hardware algorithms and their software implementation to search a compresse...
The fields of succinct data structures and compressed text indexing have seen quite a bit of progres...
Compressed pattern matching is an emerging research area that addresses the following problem: Given...
Compressed pattern matching is an emerging research area that addresses the following problem: Given...
We investigate off-line dictionary oriented approaches to DNA sequence compression, based on the Bur...
This paper describes how the problem of exact and approximate string matching can be resolved using ...