Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/filiph/markov

Markov chain generator in Dart
https://github.com/filiph/markov

Last synced: 21 days ago
JSON representation

Markov chain generator in Dart

Awesome Lists containing this project

README

        

# markov

[![Build Status](https://travis-ci.org/filiph/markov.svg?branch=master)](https://travis-ci.org/filiph/markov)

A simple Markov chain implementation. Generates words and punctuation.
Tuned for tweets.

## Usage

Look at `example/stdin_example.dart` for a simple way of generating new text
based on text provided through POSIX standard input.