Crate char_trie

Crate char_trie 

Source
Expand description

§一个trie树结构,并且实现了,正向最大匹配和全词匹配

Licensed under either of

§Examples

All examples are in the sub-repository, located in the examples directory.

cd test
cargo run --package char_trie --example example

Modules§

tokenizer

Structs§

Trie
Trie 树,用于存储词典

Type Aliases§

Tokenizer