suffix-tree icon indicating copy to clipboard operation
suffix-tree copied to clipboard

A Generalized Suffix Tree for any Python iterable using Ukkonen's algorithm, with Lowest Common Ancestor retrieval.

Results 2 suffix-tree issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, thanks very much for this fantastic package. For an application I'm working on, I need to be able to get the node depth when I look up a string...

Hey, Do you plan to add a function for dumping a tree into a file? I've tried using `pickle`, which works with a small tree, but when increasing it to...