Search schemes enable the efficient identification of all approximate occurrences of a search pattern in a text. Using a bidirectional FM-index, search schemes describe how to explore the search space in such a way that runtime is minimized. Even though in-index matching has an optimal time complexity, relatively expensive random memory access is required for elementary operations on the FM-index. We analyze to what extent in-index matching can be complemented with in-text verification where a candidate occurrence is directly validated in the text using a bit-parallel, pairwise alignment procedure. We find that hybrid in-index/in-text matching can reduce the running time by more than a factor of two, compared to pure in-index matching. We p...
International audienceText matching with errors is a regular task in computational biology. We prese...
AbstractWe present a new index for approximate string matching. The index collects text q-samples, t...
We propose a text indexing technique for approximate pattern matching, which is practical and especi...
Approximate pattern matching entails finding approximate occurrences of a search pattern P in a sear...
Approximate pattern matching entails finding approximate occurrences of a search pattern P in a sear...
Finding approximate occurrences of a pattern in a text using a full-text index is a central problem ...
Search schemes constitute a flexible and generic framework to describe how all approximate occurrenc...
We discuss using an indexing scheme to accelerate approximate search over a static text in the case ...
String matching is the searching of patterns in a very long string called text. It is involved in DN...
Abstract—String matching is a ubiquitous problem that arises in a wide range of applications in comp...
We present a new bit-parallel technique for approximate string matching. We build on two previous te...
A few known techniques of exact pattern matching, such as 2-byte read, skip loop, and sliding search...
Motivation: Recent experimental studies on compressed indexes (BWT, CSA, FM-index) have confirmed th...
Searching for a pattern in a text file is a very common operation in many applications ranging from ...
This paper revisits the problem of indexing a text S[1.,n] to support searching substrings in S that...
International audienceText matching with errors is a regular task in computational biology. We prese...
AbstractWe present a new index for approximate string matching. The index collects text q-samples, t...
We propose a text indexing technique for approximate pattern matching, which is practical and especi...
Approximate pattern matching entails finding approximate occurrences of a search pattern P in a sear...
Approximate pattern matching entails finding approximate occurrences of a search pattern P in a sear...
Finding approximate occurrences of a pattern in a text using a full-text index is a central problem ...
Search schemes constitute a flexible and generic framework to describe how all approximate occurrenc...
We discuss using an indexing scheme to accelerate approximate search over a static text in the case ...
String matching is the searching of patterns in a very long string called text. It is involved in DN...
Abstract—String matching is a ubiquitous problem that arises in a wide range of applications in comp...
We present a new bit-parallel technique for approximate string matching. We build on two previous te...
A few known techniques of exact pattern matching, such as 2-byte read, skip loop, and sliding search...
Motivation: Recent experimental studies on compressed indexes (BWT, CSA, FM-index) have confirmed th...
Searching for a pattern in a text file is a very common operation in many applications ranging from ...
This paper revisits the problem of indexing a text S[1.,n] to support searching substrings in S that...
International audienceText matching with errors is a regular task in computational biology. We prese...
AbstractWe present a new index for approximate string matching. The index collects text q-samples, t...
We propose a text indexing technique for approximate pattern matching, which is practical and especi...