Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/filiph/markov
- Owner: filiph
- License: bsd-3-clause
- Created: 2016-03-08T19:30:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T03:46:37.000Z (about 6 years ago)
- Last Synced: 2024-12-30T05:35:39.181Z (23 days ago)
- Language: Dart
- Homepage: https://pub.dartlang.org/packages/markov
- Size: 1.15 MB
- Stars: 35
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.