Closed xmonader closed 10 years ago
Thanks!
I left some comments on a commit.
It'd be great to have tests and docs for this feature. Tests are here: https://github.com/kmike/datrie/blob/master/tests/test_trie.py; to run them use tox. An example in README is enough to document this method.
This is starting to look good :)
There are some extra files commited though - could you please remove them? html
files, so
files. It is better to squash the commits after removing extra files because if you don't do that people will have to download these files when doing git clone
as they'll be in history.
I've added a suffixes method to trie based on the instructions on this post https://github.com/kmike/datrie/issues/14