Skip to content
/ wesson Public

A utility to generate project names using Markov chains

Notifications You must be signed in to change notification settings

konapun/wesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Wesson

There are only two hard things in Computer Science: cache invalidation and naming things.

-- Phil Karlton

Wesson aims to solve the second problem by using Markov chains to help suggest some suitable project names based on an input file. In fact, this project named itself.

Requirements

  • Algorithm::MarkovChain
  • File::Stream

TODO

  1. Create install script
  2. Implement filters
  3. Github filter to check for naming conflicts against other projects
  4. Machine learning to check generated results against a trained set of preferred names
  5. Add options (min/max length, etc)

About

A utility to generate project names using Markov chains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages