wordcut-engine 1.2.2

Word segmentation/breaking library
Documentation
1
2
3
use prefixtree::PrefixTree;

pub type Dict = PrefixTree<char, bool>;