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

Use ES2015 to simplify minimum length resolution. #3

Closed knpwrs closed 7 years ago

knpwrs commented 7 years ago

There weren't really any tests for this functionality before. The new tests don't necessarily do anything conclusive.

knpwrs commented 7 years ago

Seems like you have a .travis.yml file but no integration set up?