messense / jieba-rs

The Jieba Chinese Word Segmentation Implemented in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Survey HAT-trie to be the next generation of DARTS

MnO2 opened this issue · comments

From a brief reading it seems that HAT-trie doesn't support commonPrefix, at least it is not provided in Tessil's hat-trie.

And cedar's double array trie implementation looks pretty good, it incorporates some latest techniques so that the insertion no longer slow, and the look-up speed comparable with HAT-trie

Close this issue since #62 is merged.