Efficient pattern matching is fundamental for practical term rewrite engines. By preprocessing the given patterns into a finite deterministic automaton the matching patterns can be decided in a single traversal of the relevant parts of the input term. Most automaton-based techniques are restricted to linear patterns, where each variable occurs at most once, and require an additional post-processing step to check so-called variable consistency. However, we can show that interleaving the variable consistency and pattern matching phases can reduce the number of required steps to find a match all matches. Therefore, we take the existing adaptive pattern matching automata as introduced by Sekar et al and extend it these with consistency checks. ...
AbstractAutomatic code generators often contain pattern matchers that are based on tree grammars. In...
Abstract. One of the simplest approaches to approximate string match-ing is to consider the associat...
We consider the problem of linear regular tree pattern matching and describe a new solution based on...
Efficient pattern matching is fundamental for practical term rewrite engines. By preprocessing the g...
Efficient pattern matching is fundamental for practical term rewrite engines. By preprocessing the g...
Efficient pattern matching is fundamental for practical term rewrite engines. By preprocessing the g...
Efficient pattern matching is fundamental for practical term rewrite engines.By preprocessing the gi...
Efficient pattern matching is fundamental for practical term rewrite engines. By preprocessing the g...
incollectionThis chapter describes several methods of word pattern matching that are based on the us...
incollectionThis chapter describes several methods of word pattern matching that are based on the us...
Abstract. We present our unied view to pattern matching problems and their solutions. We classify pa...
AbstractPattern matching is a fundamental feature in many applications such as functional programmin...
summary:searching for all occurrences of a pattern (string or sequence) in some text, where the patt...
Automatic code generators often contain pattern matchers that are based on tree grammars. In this wo...
AbstractWe extend Baker's theory of parameterized string matching (1993) to algorithms that match mu...
AbstractAutomatic code generators often contain pattern matchers that are based on tree grammars. In...
Abstract. One of the simplest approaches to approximate string match-ing is to consider the associat...
We consider the problem of linear regular tree pattern matching and describe a new solution based on...
Efficient pattern matching is fundamental for practical term rewrite engines. By preprocessing the g...
Efficient pattern matching is fundamental for practical term rewrite engines. By preprocessing the g...
Efficient pattern matching is fundamental for practical term rewrite engines. By preprocessing the g...
Efficient pattern matching is fundamental for practical term rewrite engines.By preprocessing the gi...
Efficient pattern matching is fundamental for practical term rewrite engines. By preprocessing the g...
incollectionThis chapter describes several methods of word pattern matching that are based on the us...
incollectionThis chapter describes several methods of word pattern matching that are based on the us...
Abstract. We present our unied view to pattern matching problems and their solutions. We classify pa...
AbstractPattern matching is a fundamental feature in many applications such as functional programmin...
summary:searching for all occurrences of a pattern (string or sequence) in some text, where the patt...
Automatic code generators often contain pattern matchers that are based on tree grammars. In this wo...
AbstractWe extend Baker's theory of parameterized string matching (1993) to algorithms that match mu...
AbstractAutomatic code generators often contain pattern matchers that are based on tree grammars. In...
Abstract. One of the simplest approaches to approximate string match-ing is to consider the associat...
We consider the problem of linear regular tree pattern matching and describe a new solution based on...