ptrus / suffix-trees

Python implementation of Suffix Trees and Generalized Suffix Trees.
MIT License
122 stars 28 forks source link

Return All Common Substrings In Generalised Suffix Tree? #12

Closed Jicol95 closed 4 years ago

Jicol95 commented 6 years ago

Hi,

I would like to say, fantastic job first and foremost. I would like to ask if you would be able to implement a function that returned all common substrings in a generalised suffix trie? I'm currently using this package for the detection of patterns in music and this would be very useful. Any help would be really appreciated.

Cheers!