String matching with variable length gaps
We consider string matching with variable length gaps. Given a string T and a pattern P
consisting of strings separated by variable length gaps (arbitrary strings of length in a …
consisting of strings separated by variable length gaps (arbitrary strings of length in a …
NetNPG: Nonoverlap** pattern matching with general gap constraints
Pattern matching (PM) with gap constraints (or flexible wildcards) is one of the essential
tasks in repetitive sequential pattern mining (or sequence pattern mining), since it can …
tasks in repetitive sequential pattern mining (or sequence pattern mining), since it can …
String indexing for patterns with wildcards
We consider the problem of indexing a string t of length n to report the occurrences of a
query pattern p containing m characters and j wildcards. Let occ be the number of …
query pattern p containing m characters and j wildcards. Let occ be the number of …
Gapped indexing for consecutive occurrences
The classic string indexing problem is to preprocess a string S into a compact data structure
that supports efficient pattern matching queries. Typical queries include existential queries …
that supports efficient pattern matching queries. Typical queries include existential queries …
Regular expression matching with multi-strings and intervals
Regular expression matching is a key task (and often computational bottleneck) in a variety
of software tools and applications. For instance, the standard grep and sed utilities, scripting …
of software tools and applications. For instance, the standard grep and sed utilities, scripting …
Mind the gap: Essentially optimal algorithms for online dictionary matching with one gap
We examine the complexity of the online Dictionary Matching with One Gap Problem
(DMOG) which is the following. Preprocess a dictionary D of d patterns, where each pattern …
(DMOG) which is the following. Preprocess a dictionary D of d patterns, where each pattern …
Strict approximate pattern matching with general gaps
Pattern matching with gap constraints is one of the essential problems in computer science
such as music information retrieval and sequential pattern mining. One of the cases is called …
such as music information retrieval and sequential pattern mining. One of the cases is called …
Fast indexes for gapped pattern matching
We describe indexes for searching large data sets for variable-length-gapped (VLG)
patterns. VLG patterns are composed of two or more subpatterns, between each adjacent …
patterns. VLG patterns are composed of two or more subpatterns, between each adjacent …
Gapped indexing for consecutive occurrences
The classic string indexing problem is to preprocess a string S into a compact data structure
that supports efficient pattern matching queries. Typical queries include existential queries …
that supports efficient pattern matching queries. Typical queries include existential queries …
Bounded-Ratio Gapped String Indexing
In the gapped string indexing problem, one is given a text T [1.. n] to preprocess. At query
time, a gapped pattern P= P 1 [α.. β] P 2 and an integer range [α.. β] are provided, where P 1 …
time, a gapped pattern P= P 1 [α.. β] P 2 and an integer range [α.. β] are provided, where P 1 …