Closed GoogleCodeExporter closed 9 years ago
Basically, shorter keys have smaller IDs.
This is due to the data structure of marisa-trie.
So, marisa-trie cannot meet your request.
Original comment by susumu.y...@gmail.com
on 28 Feb 2012 at 12:37
Original comment by susumu.y...@gmail.com
on 19 Aug 2012 at 11:42
The status has been changed to done.does that mean now if i download a fresh
version , does that marisa support sequential indices?
Original comment by vinay.32...@gmail.com
on 20 Aug 2012 at 5:09
Unfortunately not, it's the spec of marisa-trie.
To do this, we need another data structure.
Original comment by susumu.y...@gmail.com
on 20 Aug 2012 at 9:15
Could u pls let me know what other datastructure will do this.
Original comment by vinay.32...@gmail.com
on 20 Aug 2012 at 9:54
MARISA is actually a combination of Patricia-trie and LOUDS (Level-Order Unary
Degree Sequence).
LOUDS is a succinct data structure for breadth-first trees. And *breadth-first*
is the reason why MARISA does not support sequential order ID numbering.
On the other hand, DFUDS is a succinct data structure for depth-first trees.
And *depth-first* enables sequential order ID numbering.
Original comment by susumu.y...@gmail.com
on 20 Aug 2012 at 10:11
Original issue reported on code.google.com by
vinay.32...@gmail.com
on 27 Feb 2012 at 1:59