Python-Suffix-Tree
Python-Suffix-Tree copied to clipboard
Suffix tree for string searching
Results
4
Python-Suffix-Tree issues
Sort by
recently updated
recently updated
newest added
There is a small typo in README.md. Should read `construction` rather than `contruction`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
Hello, I read your code and Mark Nelson's C++ implementation, and find that you both have the line: `self.nodes[e.dest_node_index].suffix_node = suffix.source_node_index ### need to add node for each edge` in...