Skip to content

oishiiburger/go-obedient-oatmeal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go Obedient Oatmeal

This program generates random band names using nouns and adjectives parsed from text files.

Go Obedient Oatmeal sample

Usage

go-obedient-oatmeal filename_to_parse [number_of_band_names_to_generate]

Overview

The program utilizes the prose library to parse, tokenize, and tag a plaintext file, yielding a list of included nouns and adjectives. A pseudorandom length and indices are determined. Band names may consist of combinations of nouns and adjectives (the choice between them is also pseudorandom), but the last element in any band name must be a noun to ensure outputs are more-or-less grammatical.

This is the Go version. Another version using Python3 is Obedient Oatmeal.

About

A band name generator written in Go which parses nouns and adjectives from a plaintext file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages