Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konapun/wesson
A utility to generate project names using Markov chains
https://github.com/konapun/wesson
Last synced: 23 days ago
JSON representation
A utility to generate project names using Markov chains
- Host: GitHub
- URL: https://github.com/konapun/wesson
- Owner: konapun
- Created: 2013-10-31T04:44:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T20:43:44.000Z (about 11 years ago)
- Last Synced: 2024-10-16T17:54:33.500Z (2 months ago)
- Language: Perl
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wesson
> There are only two hard things in Computer Science: cache invalidation and naming things.
>
> -- Phil KarltonWesson 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
1. Github filter to check for naming conflicts against other projects
2. Machine learning to check generated results against a trained set of preferred names
3. Add options (min/max length, etc)