1.0.4 • Published 4 years ago

markov-decision-chain v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

JavaScript Markov Decision Chain

This project is a JavaScript Markov Decision Chain for generating text with context.

Install

To use it in command line : npm install -g markov-decision-chain

To use it as a library : npm install markov-decision-chain

Usage

Use it in the command line with markov-decision-chain --help

Or in your program, as a library : const markov = require('markov-decision-chain')

Exemples

Folder test

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago