I need python library that can construct suffix trees and especially generalised suffix trees. Could you suggest me some libraries. Thanks.
22
votes
1 Answers
26
votes
See the following libraries.
- suffixtree
- Python-Suffix-Tree
- SuffixTree
- SuffixTree (same name different project, supports generalized suffix trees)
- pysuffix (This is suffix arrays)