I need python library that can construct suffix trees and especially generalised suffix trees. Could you suggest me some libraries. Thanks.
            Asked
            
        
        
            Active
            
        
            Viewed 1.3k times
        
    23
            
            
        - 
                    1Why not try to implement it yourself? – arnkore Feb 19 '12 at 06:46
1 Answers
26
            See the following libraries.
- suffixtree
- Python-Suffix-Tree
- SuffixTree
- SuffixTree (same name different project, supports generalized suffix trees)
- pysuffix (This is suffix arrays)
 
    
    
        Appleman1234
        
- 15,946
- 45
- 67
- 
                    
- 
                    
- 
                    https://pypi.org/project/csuffixtree/ This one is really fast generalized suffix tree, with python wrapper – worldterminator Feb 19 '19 at 05:59
 
    