We perform compressed pattern matching in Huffman encoded texts. A modified Knuth-Morris-Pratt (KMP) algorithm is used in order to overcome the problem of false matches, i.e., an occurrence of the encoded pattern in the encoded text that does not correspond to an occurrence of the pattern itself in the original text. We propose a bitwise KMP algorithm that can move one extra bit in the case of a mismatch, since the alphabet is binary. To avoid processing any encoded text bit more than once, a preprocessed table is used to determine how far to back up when a mismatch is detected, and is defined so that the encoded pattern is always aligned with the start of a codeword in the encoded text. We combine our KMP algorithm with two Huffman decodin...
AbstractA few lines pattern matching algorithm is obtained by using the correctness proof of program...
In this paper we focus on the problem of compressed pattern matching for the text compression using ...
TR-COSC 07/01This paper provides a survey of techniques for pattern matching in compressed text and ...
This paper addresses the problem of speeding up string matching by text compression, and presents a ...
In this paper we present hardware algorithms and their software implementation to search a compresse...
Abstract. In this paper we propose an efficient approach to the compressed string matching problem o...
The classical pattern matching problem is to find all occurrences of patterns in a text. In many pra...
Compressed pattern matching (CPM) refers to the task of locating all the occurrences of a pattern (o...
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...
The string-searching algorithms, also called string-matching algorithms, are a significant class of ...
The Knuth-Morris-Pratt (KMP) pattern-matching algorithm guarantees both independence from alphabet s...
AbstractThe Boyer and Moore (BM) pattern matching algorithm is considered as one of the best, but it...
International audienceWe propose a simple but e cient algorithm for searching all occurrences of a p...
In this article, a fully compressed pattern matching problem is studied. The compression is represen...
AbstractA few lines pattern matching algorithm is obtained by using the correctness proof of program...
In this paper we focus on the problem of compressed pattern matching for the text compression using ...
TR-COSC 07/01This paper provides a survey of techniques for pattern matching in compressed text and ...
This paper addresses the problem of speeding up string matching by text compression, and presents a ...
In this paper we present hardware algorithms and their software implementation to search a compresse...
Abstract. In this paper we propose an efficient approach to the compressed string matching problem o...
The classical pattern matching problem is to find all occurrences of patterns in a text. In many pra...
Compressed pattern matching (CPM) refers to the task of locating all the occurrences of a pattern (o...
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...
The string-searching algorithms, also called string-matching algorithms, are a significant class of ...
The Knuth-Morris-Pratt (KMP) pattern-matching algorithm guarantees both independence from alphabet s...
AbstractThe Boyer and Moore (BM) pattern matching algorithm is considered as one of the best, but it...
International audienceWe propose a simple but e cient algorithm for searching all occurrences of a p...
In this article, a fully compressed pattern matching problem is studied. The compression is represen...
AbstractA few lines pattern matching algorithm is obtained by using the correctness proof of program...
In this paper we focus on the problem of compressed pattern matching for the text compression using ...
TR-COSC 07/01This paper provides a survey of techniques for pattern matching in compressed text and ...