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

Deprecate ``read`` and ``write`` #31

Closed superbobry closed 7 years ago

superbobry commented 8 years ago

I think these two should be deprecated in favour of their path-based friends.

Three reasons:

@kmike, what do you think?