[][src]Crate generalized_suffix_tree

Structs

GeneralizedSuffixTree

This is the generalized suffix tree, implemented using Ukkonen's Algorithm. One important modification to the algorithm is that this is no longer an online algorithm, i.e. it only accepts strings fully provided to the suffix tree, instead of being able to stream processing each string. It is not a fundamental limitation and can be supported.