Dear monks,
Does anybody knows if there exist any Perl
implementation for generalized Suffix Tree?
What I can only find so far is Shlomo Yona`s
module. Which is very limited and
not a generalized one.
Update: Just discoverd there is a
new module Tree::Suffix that binds
to libstree library, it takes care of generalized suffix tree.