suffix tree implementation in python [closed]

冷暖自知 提交于 2019-11-27 13:17:29

问题


Just wondering if you are aware of any C based extension in python that can help me construct suffix trees/arrays in linear time ?


回答1:


You can checkout the following implementations.

http://www.daimi.au.dk/~mailund/suffix_tree.html

https://hkn.eecs.berkeley.edu/~dyoo/python/suffix_trees/

https://github.com/kvh/Python-Suffix-Tree

A guy improved (first one) and put it here.

http://researchonsearch.blogspot.com/2010/05/suffix-tree-implementation-with-unicode.html

All are C implementations.



来源:https://stackoverflow.com/questions/8996137/suffix-tree-implementation-in-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!