Python implementation of Suffix Trees and Generalized Suffix Trees.
A Generalized Suffix Tree for any Python iterable using Ukkonen's algorithm, with Lowest Common Ancestor retrieval.
Python package for lexicon
Yet another suffix tree implementation in Python