Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 873 Bytes

README.rst

File metadata and controls

48 lines (30 loc) · 873 Bytes

Rust Jieba

Date: 08/28 2018
  • HMM
  • MMSEG
git clone https://github.com/LuoZijun/rust-jieba.git
cd rust-jieba

cargo run --bin mk_hmm_dict > src/hmm_dict.rs
cargo run --bin mk_mmseg_dict > src/mk_mmseg_dict.rs
cargo build

cargo run --example hmm_cut
cargo run --example mmseg_cut
cargo test
cargo bench
样本:钱钟书 - 《围城》
处理器:Intel(R) Core(TM) i7-4770HQ @2.2 GHz
单核吞吐量:~= 4MB/s