1. Text Indexing for Regular Expression Matching
- Author
-
Sharma V. Thankachan and Daniel Gibney
- Subjects
regular expressions ,Polynomial ,Matching (graph theory) ,Industrial engineering. Management engineering ,0102 computer and information sciences ,02 engineering and technology ,T55.4-60.8 ,text indexing ,01 natural sciences ,Theoretical Computer Science ,Combinatorics ,0202 electrical engineering, electronic engineering, information engineering ,Regular expression ,Pattern matching ,Time complexity ,Mathematics ,Numerical Analysis ,Exponential time hypothesis ,Conjecture ,020207 software engineering ,QA75.5-76.95 ,Computational Mathematics ,Computational Theory and Mathematics ,pattern matching ,010201 computation theory & mathematics ,Electronic computers. Computer science ,Multiplication - Abstract
Finding substrings of a text T that match a regular expression p is a fundamental problem. Despite being the subject of extensive research, no solution with a time complexity significantly better than O(|T||p|) has been found. Backurs and Indyk in FOCS 2016 established conditional lower bounds for the algorithmic problem based on the Strong Exponential Time Hypothesis that helps explain this difficulty. A natural question is whether we can improve the time complexity for matching the regular expression by preprocessing the text T? We show that conditioned on the Online Matrix–Vector Multiplication (OMv) conjecture, even with arbitrary polynomial preprocessing time, a regular expression query on a text cannot be answered in strongly sublinear time, i.e., O(|T|1−ε) for any ε>, 0. Furthermore, if we extend the OMv conjecture to a plausible conjecture regarding Boolean matrix multiplication with polynomial preprocessing time, which we call Online Matrix–Matrix Multiplication (OMM), we can strengthen this hardness result to there being no solution with a query time that is O(|T|3/2−ε). These results hold for alphabet sizes three or greater. We then provide data structures that answer queries in O(|T||p|τ) time where τ∈[1,|T|] is fixed at construction. These include a solution that works for all regular expressions with Expτ·|T| preprocessing time and space. For patterns containing only ‘concatenation’ and ‘or’ operators (the same type used in the hardness result), we provide (1) a deterministic solution which requires Expτ·|T|log2|T| preprocessing time and space, and (2) when |p|≤|T|z for z=2o(log|T|), a randomized solution with amortized query time which answers queries correctly with high probability, requiring Expτ·|T|2Ωlog|T| preprocessing time and space.
- Published
- 2021
- Full Text
- View/download PDF