AbstractGiven an alphabet A, a pattern p is a word ν1@…@νm, where νi ϵ A∗ and @ ϵ̷ A is a distinguished symbol called a variable length don't care symbol. Pattern p matches a text t ϵ A∗ if t = u0ν1u1…um − 1νmum for some u0,…,um ϵ A∗. We address the following problem: given a set P of patterns and a text t, test whether one of the patterns of P matches t. We describe an algorithm that solves the problem in time O((¦t¦ + ¦P¦)log¦P¦).In contrast to most of the existing string matching algorithms (such as that of Aho-Corasick) our algorithm is not composed of two successive stages — preprocessing the pattern (resp. the text) and reading through the text (resp. the pattern) — but has these two stages essentially interleaved. Our approach is bas...
A pattern ? is a string of variables and terminal letters. We say that ? matches a word w, consistin...
International audienceWe propose a simple but e cient algorithm for searching all occurrences of a p...
A pattern (i. e., a string of variables and terminals) maps to a word, if this is obtained by unifor...
AbstractGiven an alphabet A, a pattern p is a word ν1@…@νm, where νi ϵ A∗ and @ ϵ̷ A is a distinguis...
this paper we address the following problem: given a set P of patterns and a text t, test whether on...
The classical pattern matching paradigm is that of seeking occurrences of one string in another, whe...
Given a pattern p = s1x1s2x2 … sr-1xr-1sr such that (Formula presented), where x is a variable and x...
A pattern $\alpha$ is a string of variables and terminal letters. We say that $\alpha$ matches a wor...
AbstractWe study the exact number of symbol comparisons that are required to solve the string matchi...
AbstractGiven a text of length n, a pattern of length m, and an integer k, we present an algorithm f...
AbstractSuppose we are given two strings of real numbers. The longer string is called text and the o...
AbstractWe consider string matching with variable length gaps. Given a string T and a pattern P cons...
The present chapter describes a few standard algorithms used for processing texts
AbstractGiven a text T over alphabet Σ and a complete index for T constructed using the finite autom...
Abstract. In this paper we have presented new algorithms to handle the pattern matching problem wher...
A pattern ? is a string of variables and terminal letters. We say that ? matches a word w, consistin...
International audienceWe propose a simple but e cient algorithm for searching all occurrences of a p...
A pattern (i. e., a string of variables and terminals) maps to a word, if this is obtained by unifor...
AbstractGiven an alphabet A, a pattern p is a word ν1@…@νm, where νi ϵ A∗ and @ ϵ̷ A is a distinguis...
this paper we address the following problem: given a set P of patterns and a text t, test whether on...
The classical pattern matching paradigm is that of seeking occurrences of one string in another, whe...
Given a pattern p = s1x1s2x2 … sr-1xr-1sr such that (Formula presented), where x is a variable and x...
A pattern $\alpha$ is a string of variables and terminal letters. We say that $\alpha$ matches a wor...
AbstractWe study the exact number of symbol comparisons that are required to solve the string matchi...
AbstractGiven a text of length n, a pattern of length m, and an integer k, we present an algorithm f...
AbstractSuppose we are given two strings of real numbers. The longer string is called text and the o...
AbstractWe consider string matching with variable length gaps. Given a string T and a pattern P cons...
The present chapter describes a few standard algorithms used for processing texts
AbstractGiven a text T over alphabet Σ and a complete index for T constructed using the finite autom...
Abstract. In this paper we have presented new algorithms to handle the pattern matching problem wher...
A pattern ? is a string of variables and terminal letters. We say that ? matches a word w, consistin...
International audienceWe propose a simple but e cient algorithm for searching all occurrences of a p...
A pattern (i. e., a string of variables and terminals) maps to a word, if this is obtained by unifor...