The Burrows-Wheeler Transform (BWT) is the basis for many of the most effective compression and selfindexing methods used today. A key to the versatility of the BWT is the ability to search for patterns directly in the transformed text. A backwards search for a pattern P can be performed on a transformed text by iteratively determining the range of suffixes that match P. The search can be further enhanced by constructing a wavelet tree over the output of the BWT in order to emulate a suffix array. In this paper, we investigate new algorithms for search derived from a variation of the BWT whereby rotations are only sorted to a depth k, commonly referred to as a context bound transform. Interestingly, this BWT variant can be used to mimic a k...
The Burrows-Wheeler Transform is a string transformation that plays a fundamental role for the desig...
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...
The Burrows-Wheeler Transform (BWT) produces a permutation of a string X, denoted X, by sorting the ...
The Burrows-Wheeler transform (BWT) is a permutation whose applications are prevalent in data compre...
Approximate pattern matching is an important computational problem with a wide variety of applicatio...
Indexing highly repetitive texts is important in fields such as bioinformatics and versioned reposit...
[[abstract]]We introduce a new variant of the popular Burrows-Wheeler transform (BWT) called geometr...
(c) 2008 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for...
The Burrows-Wheeler Transform (BWT) is a word transformation introduced in 1994 for Data Compression...
Introduced about thirty years ago in the field of Data Compression, the Burrows-Wheeler Transform (B...
This paper explores two techniques for on-line exact pattern matching in files that have been compre...
Summary form only given. The approximate pattern matching on the text transformed by the Burrows-Whe...
The Burrows-Wheeler Transform is a string transformation that plays a fundamental role for the desig...
The fields of succinct data structures and compressed text indexing have seen quite a bit of progres...
The Burrows-Wheeler Transform is a string transformation that plays a fundamental role for the desig...
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...
The Burrows-Wheeler Transform (BWT) produces a permutation of a string X, denoted X, by sorting the ...
The Burrows-Wheeler transform (BWT) is a permutation whose applications are prevalent in data compre...
Approximate pattern matching is an important computational problem with a wide variety of applicatio...
Indexing highly repetitive texts is important in fields such as bioinformatics and versioned reposit...
[[abstract]]We introduce a new variant of the popular Burrows-Wheeler transform (BWT) called geometr...
(c) 2008 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for...
The Burrows-Wheeler Transform (BWT) is a word transformation introduced in 1994 for Data Compression...
Introduced about thirty years ago in the field of Data Compression, the Burrows-Wheeler Transform (B...
This paper explores two techniques for on-line exact pattern matching in files that have been compre...
Summary form only given. The approximate pattern matching on the text transformed by the Burrows-Whe...
The Burrows-Wheeler Transform is a string transformation that plays a fundamental role for the desig...
The fields of succinct data structures and compressed text indexing have seen quite a bit of progres...
The Burrows-Wheeler Transform is a string transformation that plays a fundamental role for the desig...
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...