```sh
cargo run --release --example decode -- 'まるかつはやつはりせかいいちだつたのだよ'
cargo run --release --example encode -- examples/sample.json
cargo run --release --example generate -- 'ゆうていみやおうきむこうほりいゆうじ??' 10 ```
generate()
function is faster than naive algorithm thanks to dynamic programming.
But, if your pattern starts with "??", it might take some time.