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
Use ES2015 to simplify minimum length resolution. #3
There weren't really any tests for this functionality before. The new tests don't necessarily do anything conclusive.