arkov

command module
v0.0.0-...-c8fda3c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2016 License: BSD-3-Clause Imports: 5 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package chain is used to generate fake comments.
Package chain is used to generate fake comments.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL