An open API service indexing awesome lists of open source software.

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

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 Chain

Usage
-----

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.