In this paper, we report our work on multiple-pattern matching in LZW compressed files using Aho-Corasick algorithm. The algorithm takes O(mt+n+r) time with O(mt) extra space, where n is the size of the compressed file, m is the total size of all patterns, t is the size of the LZW trie and r is the number of occurrences of the patterns. Extensive experiments have been conducted to test the performance of our algorithms. The results show that our multiple-pattern matching algorithm is practically the fastest among all approaches when the number of patterns is not very large. Therefore, our algorithm is preferable for general string matching applications. The proposed algorithm is efficient for large files and it is particularly efficient whe...
Recently the compressed pattern matching problem has attracted special concern, where the goal is to...
We introduce a general framework which is suitable to capture an essence of compressed pattern match...
Abstract. We present a solution to the problem of performing approx-imate pattern matching on compre...
Compressed pattern matching is an emerging research area that aims in searching patterns efficiently...
A novel multiple-pattern matching algorithm for LZW compressed files using Aho-Corasick algorithm [1...
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...
In this paper we address the problem of searching in LZW compressed text directly, and present a new...
The compressed pattern matching in LZW compressed files was studied. The study was based on \u27almo...
This paper considers the Shift-And approach to the problem of pattern matching in LZW compressed tex...
Abstract—Compressed pattern matching is an emerging research area that addresses the following probl...
Abstract. Given an LZW/LZ78 compressed text, we want to find an approximate occurrence of a given pa...
In recent times, we have witnessed an unprecedented growth of textual information via the Internet, ...
We consider a natural generalization of the classical pattern matching problem: given compressed rep...
AbstractThe current explosion of stored information necessitates a new model of pattern matching, th...
Recently the compressed pattern matching problem has attracted special concern, where the goal is to...
We introduce a general framework which is suitable to capture an essence of compressed pattern match...
Abstract. We present a solution to the problem of performing approx-imate pattern matching on compre...
Compressed pattern matching is an emerging research area that aims in searching patterns efficiently...
A novel multiple-pattern matching algorithm for LZW compressed files using Aho-Corasick algorithm [1...
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...
In this paper we address the problem of searching in LZW compressed text directly, and present a new...
The compressed pattern matching in LZW compressed files was studied. The study was based on \u27almo...
This paper considers the Shift-And approach to the problem of pattern matching in LZW compressed tex...
Abstract—Compressed pattern matching is an emerging research area that addresses the following probl...
Abstract. Given an LZW/LZ78 compressed text, we want to find an approximate occurrence of a given pa...
In recent times, we have witnessed an unprecedented growth of textual information via the Internet, ...
We consider a natural generalization of the classical pattern matching problem: given compressed rep...
AbstractThe current explosion of stored information necessitates a new model of pattern matching, th...
Recently the compressed pattern matching problem has attracted special concern, where the goal is to...
We introduce a general framework which is suitable to capture an essence of compressed pattern match...
Abstract. We present a solution to the problem of performing approx-imate pattern matching on compre...