python: library for generalized suffix trees [closed]
问题 I need python library that can construct suffix trees and especially generalised suffix trees. Could you suggest me some libraries. Thanks. 回答1: See the following libraries. suffixtree Python-Suffix-Tree SuffixTree SuffixTree (same name different project, supports generalized suffix trees) pysuffix (This is suffix arrays) 来源: https://stackoverflow.com/questions/9347078/python-library-for-generalized-suffix-trees