Home

Awesome

Markov Algorithm Offline

使用例

$ cat append-t.mao
tb:bt
t::t
:t

$ echo bbbbb | python markov_algorithm.py append-t.mao
bbbbbt

サンプル