ptrus / suffix-trees

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

Support for substring frequencies #14

Open julianthome opened 6 years ago

julianthome commented 6 years ago

Thanks @ptrus for this great library!

I was wondering if you are planning to add frequency counts in the future; this feature would be very useful in order to determine how often a substring appears within a given string. This issue is related to #11.