ptrus / suffix-trees

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

Added features to find all matching blocks #17

Closed yoshihikoueno closed 4 years ago

yoshihikoueno commented 5 years ago

Not only the longest matching block, but also other matches are sometimes important and necessary.

To cope with this kind of situation, I have added functions to allow this. In addition, I have added several options which might be beneficial to users by providing more flexible options for the result.

ptrus commented 4 years ago

Thank you very much for the contribution (and sorry for long response :()! I just recently updated the test suite a bit and added a CI setup. Would you please rebase on latest master branch so that the tests are run?

Thanks!