Skip to content

A NPM library which analyzes patterns in text and generates original content from them with the help of markov chains.

Notifications You must be signed in to change notification settings

dhd5076/SayAbel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SayAbel

npm version npm downloads

Install

npm install sayabel

Example Usage

var SayAbel  = require('sayabel')
var sayabelInstance = new SayAbel(true);

sayabelInstance.learnFromFile("data/nietzche-the-joyful-wisdom.txt", (err) => {
  sayabelInstance.generateText(100, (text, err) => {
    console.log(text);
  });
});

Documentation

Main Functionality

About

A NPM library which analyzes patterns in text and generates original content from them with the help of markov chains.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published