ptrus / suffix-trees

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

Error in the usage documentation #4

Closed eforgacs closed 7 years ago

eforgacs commented 7 years ago

The usage description says: from STree import STree

I haven't been able to get it to work with that. I think that it should say:

from suffix_trees import STree

ptrus commented 7 years ago

Thanks, will fix it