scispace - formally typeset
Search or ask a question

Showing papers on "Compressed pattern matching published in 2016"


Journal ArticleDOI
TL;DR: This work defines the compressed parameterized pattern matching (compressed p-matching) problem to find all of the p-matches between a pattern P and text T, using only P and the compressed text T c .

3 citations


Journal ArticleDOI
TL;DR: A critical review on the recent techniques on the compressed pattern matching includes: Word based Huffman codes, Word Based Tagged Codes; Wavelet Tree Based Indexing; and a comparative analysis of all the techniques mentioned above and highlighted their advantages and disadvantages.
Abstract: Summary Compressed pattern matching (CPM) refers to the task of locating all the occurrences of a pattern (or set of patterns) inside the body of compressed text. In this type of matching, pattern may or may not be compressed. CPM is very useful in handling large volume of data especially over the network. It has many applications in computational biology, where it is useful in finding similar trends in DNA sequences; intrusion detection over the networks, big data analytics etc. Various solutions have been provided by researchers where pattern is matched directly over the uncompressed text. Such solution requires lot of space and consumes lot of time when handling the big data. Various researchers have proposed the efficient solutions for compression but very few exist for pattern matching over the compressed text. Considering the future trend where data size is increasing exponentially day-by-day, CPM has become a desirable task. This paper presents a critical review on the recent techniques on the compressed pattern matching. The covered techniques includes: Word based Huffman codes, Word Based Tagged Codes; Wavelet Tree Based Indexing. We have presented a comparative analysis of all the techniques mentioned above and highlighted their advantages and disadvantages.

3 citations


Patent
19 Feb 2016
TL;DR: In this article, the Boyer-Moore-Horspool algorithm was used to calculate a moving distance according to a moving rule on a pattern by using a Boyer Moore Horspool (BMH) algorithm.
Abstract: According to an embodiment of the present invention, a compressed pattern matching method comprises the following steps: calculating a moving distance according to a moving rule on a pattern by using a Boyer-Moore-Horspool algorithm; and performing compressed pattern matching with a compressed text letter based on the calculated moving distance