Sha256: 1aee847a14c40e4920bd1db88fdeb228617da2dbdac99b45a5f48d65104a7be7

Contents?: true

Size: 1.39 KB

Versions: 1

Compression:

Stored size: 1.39 KB

Contents

[![Build Status](https://travis-ci.org/rickhull/loremarkov.svg?branch=master)](https://travis-ci.org/rickhull/loremarkov)
[![Gem Version](https://badge.fury.io/rb/loremarkov.svg)](http://badge.fury.io/rb/loremarkov)
[![Code Climate](https://codeclimate.com/github/rickhull/loremarkov/badges/gpa.svg)](https://codeclimate.com/github/rickhull/loremarkov)
[![Dependency Status](https://gemnasium.com/rickhull/loremarkov.svg)](https://gemnasium.com/rickhull/loremarkov)
[![Security Status](https://hakiri.io/github/rickhull/loremarkov/master.svg)](https://hakiri.io/github/rickhull/loremarkov/master)

Introduction
===

Need to generate text in a hurry?  This is the tool for you! With several sample texts built in, you can generate plausible sounding passages at the push of
a button.

Install
---
    $ gem install loremarkov

Lorem ipsum
---

    $ destroy

Usage
===
* [As a library](https://rickhull.github.io/loremarkov/rocco/loremarkov.html)
* Via `destroy` executable

bin/destroy
---
* Accepts input via filename or STDIN
* Also recognizes sample texts:
  - lorem_ipsum
  - epigenetics
  - oslo_accords
* Provide a secondary parameter to control num_prefix_words

Examples
---
    $ destroy # or destroy lorem_ipsum
    $ destroy epigenetics
    $ destroy oslo_accords 3
    $ destroy ~/my_first_corpus.txt
    $ man ls | destroy 12

Inspiration
===
* Based upon Kernighan & Pike's *The Practice of Programming* Chapter 3

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
loremarkov-0.2.0.2 README.md