AbstractIn this paper, we are interested in solving the approximate regular expression matching problem: we are given a regular expression R in advance and we wish to answer the following query: given a text T and a parameter k, find all the substrings of T which match the regular expression R with at most k errors (an error consist in deleting inserting, or substituting a character). There exists a well known solution for this problem in time O(mn) where m is the size of the regular expression (the number of operators and characters appearing in R) and n the length of the text. There also exists a solution for the case k=0 (exact regular expression matching) which solves the problem in time O(dn), where d is the number of strings in the re...
We give two algorithms for finding all approximate matches of a pattern in a text, where the edit di...
AbstractThe exact string matching problem is to find the occurrences of a pattern of length m from a...
Given a text string of length n and a pattern string of length m over a b-letter alphabet, the k dif...
AbstractIn this paper, we are interested in solving the approximate regular expression matching prob...
Abstract Regular expression matching is a key task (and often computational bottleneck) in a variety...
In this thesis, we study approximate pattern matching problems. Our study is based on the Levenshtei...
Regular expressions constitute a fundamental notion in formal language theory and are frequently use...
Given a regular expression R and a string Q, the regular expression parsing problem is to determine ...
We present a bit-parallel technique to search a text of length n for a regular expression of m symbo...
AbstractWe study 4 problems in string matching, namely, regular expression matching, approximate reg...
We study regular expression membership testing: Given a regular expression of size $m$ and a string ...
We present new algorithms for approximate string matching based in simple, but efficient, ideas. Fir...
International audienceRegular expression search is a key primitive in myriads of applications, from ...
AbstractWe introduce a new dimension to the widely studied on-line approximate string matching probl...
We give two algorithms for finding all approximate matches of a pattern in a text, where the edit di...
We give two algorithms for finding all approximate matches of a pattern in a text, where the edit di...
AbstractThe exact string matching problem is to find the occurrences of a pattern of length m from a...
Given a text string of length n and a pattern string of length m over a b-letter alphabet, the k dif...
AbstractIn this paper, we are interested in solving the approximate regular expression matching prob...
Abstract Regular expression matching is a key task (and often computational bottleneck) in a variety...
In this thesis, we study approximate pattern matching problems. Our study is based on the Levenshtei...
Regular expressions constitute a fundamental notion in formal language theory and are frequently use...
Given a regular expression R and a string Q, the regular expression parsing problem is to determine ...
We present a bit-parallel technique to search a text of length n for a regular expression of m symbo...
AbstractWe study 4 problems in string matching, namely, regular expression matching, approximate reg...
We study regular expression membership testing: Given a regular expression of size $m$ and a string ...
We present new algorithms for approximate string matching based in simple, but efficient, ideas. Fir...
International audienceRegular expression search is a key primitive in myriads of applications, from ...
AbstractWe introduce a new dimension to the widely studied on-line approximate string matching probl...
We give two algorithms for finding all approximate matches of a pattern in a text, where the edit di...
We give two algorithms for finding all approximate matches of a pattern in a text, where the edit di...
AbstractThe exact string matching problem is to find the occurrences of a pattern of length m from a...
Given a text string of length n and a pattern string of length m over a b-letter alphabet, the k dif...