AbstractGiven a set S of strings, a DFA accepting S offers a very time-efficient solution to the pattern matching problem over S. The key is how to implement such a DFA in the trade-off between time and space, and especially the choice of how to implement the transitions of each state is critical. Bentley and Sedgewick proposed an effective tree structure called ternary trees. The idea of ternary trees is to ‘implant’ the process of binary search for transitions into the structure of the trees themselves. This way the process of binary search becomes visible, and the implementation of the trees becomes quite easy. The directed acyclic word graph (DAWG) of a string w is the smallest DFA that accepts all suffixes of w, and requires only linea...
The directed acyclic word graph (DAWG) of a string y is the smallest (partial) DFA which recognizes ...
Abstract. The suffix tree of string w represents all suffixes of w, and thus it supports full indexi...
In this paper, we present an on-line algorithm for adding words (strings) in deterministic directed ...
Given a set S of strings, a DFA accepting S offers a very time-efficient solution to the pattern ma...
AbstractGiven a set S of strings, a DFA accepting S offers a very time-efficient solution to the pat...
Many different index structures, providing efficient solutions to problems related to pattern matchi...
AbstractMany different index structures, providing efficient solutions to problems related to patter...
The suffix tree is a well-known and widely-studied data structure that is highly useful for string m...
AbstractSuffix trees are a well-known and widely-studied data structure highly useful for string mat...
summary:An effective implementation of a Directed Acyclic Word Graph (DAWG) automaton is shown. A DA...
incollectionThe Directed Acyclic Word Graph (DAWG) is a space-efficient data structure to treat and ...
AbstractIn this paper, we present an on-line algorithm for adding words (strings) in deterministic d...
International audienceThe Directed Acyclic Word Graph (DAWG) is an efficient data structure to treat...
. Information retrieval and data compression are the two main application areas where the rich theor...
The directed acyclic word graph (DAWG) of a string $y$ of length $n$ is the smallest (partial) DFA w...
The directed acyclic word graph (DAWG) of a string y is the smallest (partial) DFA which recognizes ...
Abstract. The suffix tree of string w represents all suffixes of w, and thus it supports full indexi...
In this paper, we present an on-line algorithm for adding words (strings) in deterministic directed ...
Given a set S of strings, a DFA accepting S offers a very time-efficient solution to the pattern ma...
AbstractGiven a set S of strings, a DFA accepting S offers a very time-efficient solution to the pat...
Many different index structures, providing efficient solutions to problems related to pattern matchi...
AbstractMany different index structures, providing efficient solutions to problems related to patter...
The suffix tree is a well-known and widely-studied data structure that is highly useful for string m...
AbstractSuffix trees are a well-known and widely-studied data structure highly useful for string mat...
summary:An effective implementation of a Directed Acyclic Word Graph (DAWG) automaton is shown. A DA...
incollectionThe Directed Acyclic Word Graph (DAWG) is a space-efficient data structure to treat and ...
AbstractIn this paper, we present an on-line algorithm for adding words (strings) in deterministic d...
International audienceThe Directed Acyclic Word Graph (DAWG) is an efficient data structure to treat...
. Information retrieval and data compression are the two main application areas where the rich theor...
The directed acyclic word graph (DAWG) of a string $y$ of length $n$ is the smallest (partial) DFA w...
The directed acyclic word graph (DAWG) of a string y is the smallest (partial) DFA which recognizes ...
Abstract. The suffix tree of string w represents all suffixes of w, and thus it supports full indexi...
In this paper, we present an on-line algorithm for adding words (strings) in deterministic directed ...