10 lines
247 B
Markdown
10 lines
247 B
Markdown
# mark
|
|
|
|
A simple markov chain text generator. Will emulate the word frequencies of a given text in generating new material. A sample text (the entire Bee Movie script) is included for convenience.
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
cargo r sample.txt "Bee" 200
|
|
```
|