http://qs1969.pair.com?node_id=511108


in reply to Generalized Suffix Tree in Perl

...Shlomo Yona`s module. Which is very limited...

What functionality or generalisation are you particularly missing?

Update:
Except from trying to contact Shlomo and maybe Offer and ask if they are interested or even into that kind of further development, I don't see anything that could help you right now. It seems the module wasn't meant to do what you need.

Update 2:
Further searching CPAN for "Tree" and "Trie" finds a bunch of modules. Maybe there's a more suitable alternative for you there?

Cheers, Sören

Replies are listed 'Best First'.
Re^2: Generalized Suffix Tree in Perl
by monkfan (Curate) on Nov 23, 2005 at 14:51 UTC
    This functionality, which is the essence of generalized suffix tree:
    Given a set of multiple strings we would like to construct a single tree out of it.

    Where as Yona`s only create one tree for one string.
    For a more complete explanation on generalized suffix tree, please kindly refer to the link I gave in my OP.

    Regards,
    Edward