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

https://github.com/fallaciousreasoning/markov

A simple program for building markov chains and generating text (intended, eventually, for use with Concierge)
https://github.com/fallaciousreasoning/markov

Last synced: 9 months ago
JSON representation

A simple program for building markov chains and generating text (intended, eventually, for use with Concierge)

Awesome Lists containing this project

README

          

# markov
A simple program for building markov chains and generating text (intended for use with Concierge). The program allows for custom corpora to be specified to generate a piece of text of fixed length. The back end has support for ngrams but the current front end only supports bigrams for text generation :'(

# Usage

## Installation
`/kpm install markov`

## Adding a Corpus
/markov add [corpusName] [corpus]

## Generating a Markov Chain
/markov [corpusName] [length]

## Listing available corpora
/markov list