String matching with variable length gaps

P Bille, IL Gørtz, HW Vildhøj, DK Wind - Theoretical Computer Science, 2012 - Elsevier
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 …

NetNPG: Nonoverlap** pattern matching with general gap constraints

Q Shi, J Shan, W Yan, Y Wu, X Wu - Applied Intelligence, 2020 - Springer
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 …

String indexing for patterns with wildcards

P Bille, IL Gørtz, HW Vildhøj, S Vind - Theory of Computing Systems, 2014 - Springer
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 …

Gapped indexing for consecutive occurrences

P Bille, IL Gørtz, MR Pedersen, TA Steiner - Algorithmica, 2023 - Springer
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 …

Regular expression matching with multi-strings and intervals

P Bille, M Thorup - Proceedings of the Twenty-first annual ACM-SIAM …, 2010 - SIAM
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 …

Mind the gap: Essentially optimal algorithms for online dictionary matching with one gap

A Amir, T Kopelowitz, A Levy, S Pettie… - … on Algorithms and …, 2016 - drops.dagstuhl.de
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 …

Strict approximate pattern matching with general gaps

Y Wu, S Fu, H Jiang, X Wu - Applied Intelligence, 2015 - Springer
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 …

Fast indexes for gapped pattern matching

M Cáceres, SJ Puglisi, B Zhukova - SOFSEM 2020: Theory and Practice of …, 2020 - Springer
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 …

Gapped indexing for consecutive occurrences

P Bille, IL Gørtz, MR Pedersen, TA Steiner - arxiv preprint arxiv …, 2021 - arxiv.org
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 …

Bounded-Ratio Gapped String Indexing

A Ganguly, D Gibney, P MacNichol… - … Symposium on String …, 2024 - Springer
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 …