-->

python: library for generalized suffix trees [clos

2019-01-09 03:59发布

问题:

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)