Added README and sample.
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
# 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
|
||||||
|
```
|
||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user