2003
DOI: 10.1016/s0304-3975(02)00426-7
|View full text |Cite
|
Sign up to set email alerts
|

Collage system: a unifying framework for compressed pattern matching

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4

Citation Types

0
61
0

Year Published

2003
2003
2014
2014

Publication Types

Select...
6
1
1

Relationship

1
7

Authors

Journals

citations
Cited by 80 publications
(61 citation statements)
references
References 30 publications
0
61
0
Order By: Relevance
“…It has been successfully used in different scenarios related to wordbased text compression [17], searching compressed text [8], compression of Web graphs [4], and suffix array compression [7], to give some examples.…”
Section: Introductionmentioning
confidence: 99%
“…It has been successfully used in different scenarios related to wordbased text compression [17], searching compressed text [8], compression of Web graphs [4], and suffix array compression [7], to give some examples.…”
Section: Introductionmentioning
confidence: 99%
“…Navarro and Raffinot [13] developed more general technique, which abstracts both LZ77 and LZ78 and runs in O(nm/w + m + occ), where w is the machine word length and occ is the number of pattern occurrences. Kida et al [7] proposed the collage systems: a formal system to represent a string by dictionary D and sequence S of variables, which unifies various dictionary-based compressions such as LZ family (LZ77, LZSS, LZ78, LZW), CFG transform based compressions, Run-Length encoding, etc. They also presented a general CPM algorithm on collage systems which…”
Section: Introductionmentioning
confidence: 99%
“…The aim of compression in the context of Goal 2 is not only to reduce disk storage requirement or data transmission cost but also to speed up string searching. In this section, we consider the CPM problem for restricted Σ-sensitive grammars and show a CPM algorithm based on [7]. We then discuss a Goal 2-oriented implementation of it.…”
mentioning
confidence: 99%
“…There are textual substitution compression methods which are more powerful than those CFG-based [17]. A well-known one is LZ77 [30], which cannot be directly expressed using CFGs.…”
Section: Introduction and Related Workmentioning
confidence: 99%
“…As for finding patterns, there has been much work on sequential compressed pattern matching [1], that is, scanning the whole grammar. The most attractive result is that of Kida et al [17], which can search general SLPs/CFGs in time O(n + m 2 + occ). This may be o(u), but still linear in the size of the compressed text.…”
Section: Introduction and Related Workmentioning
confidence: 99%