Go to file
Louis Vallat 09ae96555c
Added gitlab-ci.yml
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2022-02-02 10:59:45 +01:00
src Initial commit 2022-02-02 10:47:12 +01:00
.gitignore Added lock to gitignore 2022-02-02 10:51:31 +01:00
.gitlab-ci.yml Added gitlab-ci.yml 2022-02-02 10:59:45 +01:00
Cargo.toml Initial commit 2022-02-02 10:47:12 +01:00
LICENSE Add LICENSE 2022-02-02 09:47:51 +00:00
README.md Added README 2022-02-02 10:50:59 +01:00

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

cargo run --release -- ./input

This was made as a quick implementation for an idea.