Expand description
§一个trie树结构,并且实现了,正向最大匹配和全词匹配
Licensed under either of
- Apache License, Version 2.0, (./LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (./LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
§Examples
All examples are in the sub-repository, located in the examples directory.
cd test
cargo run --package char_trie --example exampleModules§
Structs§
- Trie
- Trie 树,用于存储词典