20 lines
325 B
Markdown
20 lines
325 B
Markdown
|
# Mettallibruh
|
||
|
|
||
|
> Generates new and original lyrics from a set of existing lyrics.
|
||
|
|
||
|
## Format
|
||
|
|
||
|
The input file should be formatted such as:
|
||
|
|
||
|
- one line <=> one sentence
|
||
|
- sentences should end with dots, always
|
||
|
|
||
|
## How to use
|
||
|
|
||
|
```bash
|
||
|
cargo run --release -- ./input
|
||
|
```
|
||
|
|
||
|
> This was made as a quick implementation for an idea.
|
||
|
|