pytries / marisa-trie

Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
https://marisa-trie.readthedocs.io/en/latest/
MIT License
1.03k stars 91 forks source link

Added rich comparisons and __iter__ to _Trie #17

Closed superbobry closed 9 years ago

superbobry commented 9 years ago

Closes issue #16.

kmike commented 9 years ago

Thanks, looks good! Would you mind adding yourself to https://github.com/kmike/marisa-trie#authors--contributors?

Where's the best place to document the node order behaviour?

I think it could be put either to https://github.com/kmike/marisa-trie#trie-storage-options or to a new paragraph about Trie equality in Trie docs (https://github.com/kmike/marisa-trie#marisa_trietrie).

superbobry commented 9 years ago

Done. Feel free to edit the README note :)

kmike commented 9 years ago

Thanks!