Generalized Suffix Tree Java Implementation

user119746 picture user119746 · Jun 9, 2009 · Viewed 19.6k times · Source

I am looking for a Java implementation of the Generalized Suffix Tree (GST) with the following features:

After the creation of the GST from say 1000 strings I would like find out how many of these 1000 strings contains some other string 's'.

The search must be quiet fast, as I need to apply the search on about 100'000 candidate strings of average length 10.

Answer

H Marcelo Morales picture H Marcelo Morales · Jun 9, 2009

Try The Semantic Discovery Toolkit. It has an implementation on text/src/java/org/sd/text/radixtree