maximumdata / markov-generator

A simple ES6 class for generating text using Markov chains. This should result in text that is similar in content and context to the supplied text sample, but (ideally) unique in concept.
11 stars 7 forks source link

feat() - adds support for passing a list of banned terminals #7

Closed maximumdata closed 4 years ago

maximumdata commented 4 years ago

adds support for passing a list of banned terminals, so chains can not end in those words