ptrus / suffix-trees

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

Any plan to support frequent pattern mining? #11

Open hugochan opened 6 years ago

hugochan commented 6 years ago

Hi,

Thank you for sharing this great work! I was wondering if you have any plan to support frequent pattern mining which is a quite common use case in substring pattern mining.

Many thanks!