https://github.com/dvberkel/markov
Markov Chain in Ruby
https://github.com/dvberkel/markov
Last synced: 2 months ago
JSON representation
Markov Chain in Ruby
- Host: GitHub
- URL: https://github.com/dvberkel/markov
- Owner: dvberkel
- Created: 2011-11-10T19:19:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-17T13:30:37.000Z (over 13 years ago)
- Last Synced: 2025-02-07T23:33:00.200Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Markov
=====Markov is a project which attempts to create a Markov Chain implementation in
Ruby.Goals
-----We are pursuing the following goals
1. Brushing up Ruby skills
2. Use TDD/BDD in Ruby
3. Use Rake
4. Deliver a Markov ChainUsage
-----Run
rake -I src
to execute the specifications.Run
rake -I src create
to produce a Alice in Wonderland like text.Run
rake -I src clean
to remove generated files.