Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

exercism/arkov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

exercism/arkov

A markov chain generator for exercism nitpicks.

This project is based on the markov chain generator written for the golang.org codewalk.

Getting Started

Get the dependencies:

$ go get

Build the binary:

$ go build

Usage

The program takes a newline-delimited text file as input, and generates a json file containing the markov chain.

$ ./arkov build --infile=data/seuss.txt --outfile=data/seuss.json

To generate output, use the json file:

$ ./arkov generate --infile=data/seuss.json

License

BSD

Copyright (c) 2012 The Go Authors. All rights reserved.

About

A markov chain generator to help create interesting seed data.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages