Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 230 Bytes

File metadata and controls

8 lines (6 loc) · 230 Bytes

Benchmarking

You can measure the tokenization speed using a system dictionary system.dic.zst and sentences in test.txt with the following command.

$ cargo run --release -p benchmark -- -i system.dic.zst < test.txt