Skip Menu |

This queue is for tickets about the Tree-Suffix CPAN distribution.

Report information
The Basics
Id: 17955
Status: resolved
Priority: 0/
Queue: Tree-Suffix

People
Owner: Nobody in particular
Requestors: ewijaya [...] singnet.com.sg
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Method that returns Position of Strings (vice versa) - Feature Request
Hi, I guess it is important that this module also include the method that enable us to return position of strings in the set of input sequences. This include: 1) Sequence index of which a strings comes from, 2) Position of that substring in the sequences. Naturally, we also need the reverse of this capability. Given the sequence index, and position of a string we would like to return the actual string. Sorry for loading you with so much request. I'm just too excited with this wonderful wrapper you provided. Sincerely, Edward WIJAYA
On Fri Mar 03 04:49:17 2006, guest wrote: Show quoted text
> Hi, > > I guess it is important that this module > also include the method that enable > us to return position of strings in the > set of input sequences. > > This include: 1) Sequence index of which > a strings comes from, 2) Position of that substring > in the sequences. > > Naturally, we also need > the reverse of this capability. > Given the sequence index, and position of a string > we would like to return the actual string.
Tree::Suffix is basically a wrapper on libstree's functionality. And as libstree doesn't provide a function to do that, I can't expose the function. The function would have to be written in C/XS and it's not clear (to me) how to implement. Patches are welcome (to either me or libstree author).