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
adds support for passing a list of banned terminals, so chains can not end in those words