ericlagergren / marisa-trie

Automatically exported from code.google.com/p/marisa-trie
Other
0 stars 0 forks source link

Alternative Python bindings #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I've created an alternative Python binding for marisa-trie: 
https://github.com/kmike/marisa-trie/

It is implemented in Cython and seems to be several times faster than included 
SWIG bindings. It is also possible to install these bindings just by "pip 
install marisa-trie", without manual downloading and compiling the library. The 
interface is closer to https://github.com/kmike/datrie than to original 
bindings; there are e.g. no Agent class.

I'll be glad if you include a link to my bindings somewhere in wiki or docs. 

Thanks for the marisa-trie, that's an impressive trie library!

Original issue reported on code.google.com by kmik...@gmail.com on 17 Aug 2012 at 10:31

GoogleCodeExporter commented 8 years ago
Thanks, I really appreciate your help!

I'll test your bindings and then update the documentation of marisa-trie to 
include a link to your bindings.

Original comment by susumu.y...@gmail.com on 19 Aug 2012 at 11:39

GoogleCodeExporter commented 8 years ago
I've added a link to https://github.com/kmike/marisa-trie/ with the following 
description.

"There is an alternative Cython-based pip-installable Python bindings which is 
faster than the above Python bindings."

Thank you!

Original comment by susumu.y...@gmail.com on 29 Aug 2012 at 5:37