We consider an index data structure for similar strings. The generalized suffix tree can be a solution for this. The generalized suffix tree of two strings A and B is a compacted trie representing all suffixes in A and B. It has |A|?+?|B| leaves and can be constructed in O(|A|?+?|B|) time. However, if the two strings are similar, the generalized suffix tree is not efficient because it does not exploit the similarity which is usually represented as an alignment of A and B.In this paper we propose a space/time-efficient suffix tree of alignment which wisely exploits the similarity in an alignment. Our suffix tree for an alignment of A and B has |A|?+?l d ?+?l 1 leaves where l d is the sum of the lengths of all parts of B different from A and...
Edited by Maxime Crochemore, Jacqueline W. Daykin and Zsuzsanna LiptákInternational audienceInvented...
The suffix tree (or equivalently, the enhanced suffix array) provides efficient solutions to many pr...
AbstractWe present a linear time algorithm to sort all the suffixes of a string over a large alphabe...
Abstract. The suffix tree of alignment is an index data structure for similar strings. Given an alig...
The suffix tree of alignment is an index data structure for similar strings. Given an alignment of s...
This thesis presents an application of a generalized suffix tree extended by the use of frequency of...
Suffix trees and suffix arrays are fundamental full-text index data struc-tures to solve problems oc...
We introduce a new algorithm for constructing the generalized suffix array of a collection of highly...
Suffix trees are highly regarded data structures for text indexing and string algorithms [MCreight 7...
International audienceWe consider a compact text index based on evenly spaced sparse suffix trees of...
Abstract. Suffix trees have been established as one of the most versatile index structures for unstr...
String matching is critical in information retrieval since in many cases information is stored and m...
A suffix tree is a trie-like data structure representing all suffixe of a string. Such trees have a ...
AbstractThe problem of aligning two sequences A and B to determine their similarity is one of the fu...
International audienceThe inference of common motifs in a set of strings is a well-known problem wit...
Edited by Maxime Crochemore, Jacqueline W. Daykin and Zsuzsanna LiptákInternational audienceInvented...
The suffix tree (or equivalently, the enhanced suffix array) provides efficient solutions to many pr...
AbstractWe present a linear time algorithm to sort all the suffixes of a string over a large alphabe...
Abstract. The suffix tree of alignment is an index data structure for similar strings. Given an alig...
The suffix tree of alignment is an index data structure for similar strings. Given an alignment of s...
This thesis presents an application of a generalized suffix tree extended by the use of frequency of...
Suffix trees and suffix arrays are fundamental full-text index data struc-tures to solve problems oc...
We introduce a new algorithm for constructing the generalized suffix array of a collection of highly...
Suffix trees are highly regarded data structures for text indexing and string algorithms [MCreight 7...
International audienceWe consider a compact text index based on evenly spaced sparse suffix trees of...
Abstract. Suffix trees have been established as one of the most versatile index structures for unstr...
String matching is critical in information retrieval since in many cases information is stored and m...
A suffix tree is a trie-like data structure representing all suffixe of a string. Such trees have a ...
AbstractThe problem of aligning two sequences A and B to determine their similarity is one of the fu...
International audienceThe inference of common motifs in a set of strings is a well-known problem wit...
Edited by Maxime Crochemore, Jacqueline W. Daykin and Zsuzsanna LiptákInternational audienceInvented...
The suffix tree (or equivalently, the enhanced suffix array) provides efficient solutions to many pr...
AbstractWe present a linear time algorithm to sort all the suffixes of a string over a large alphabe...