dr.botzo/dr_botzo/markov
Brian S. Stephan 8fded6ba6c markov: replace max_sentences with sentance_bias
the theory here is that counting the number of sentences generated is
kind of silly, if we're already specifying min/max word counts, we
probably just want to fall into that range, and not really care how many
sentences we get

meanwhile, we were overloading max_sentences to also calculate how long
any one sentence must be, which is kind of a weird thing to derive, so
we're going to drop the max_sentences language and call this more what
it is, a bias towards the number of sentences that might be seen
2016-06-30 23:26:04 -05:00
..
migrations convert the project via 2to3 2016-01-16 18:02:17 -06:00
templates/markov convert the very basic UI we had to bootstrap 2016-03-30 16:00:49 -05:00
__init__.py reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
admin.py markov: point admin forms at templates properly 2016-06-30 16:26:06 -05:00
forms.py standardize logging logger names 2015-05-21 22:05:10 -05:00
ircplugin.py markov: replace max_sentences with sentance_bias 2016-06-30 23:26:04 -05:00
lib.py markov: replace max_sentences with sentance_bias 2016-06-30 23:26:04 -05:00
models.py change __unicode__()s to __str__()s 2016-01-16 18:21:46 -06:00
urls.py convert the very basic UI we had to bootstrap 2016-03-30 16:00:49 -05:00
views.py convert the very basic UI we had to bootstrap 2016-03-30 16:00:49 -05:00