dr.botzo/markov
Brian S. Stephan 2917ea9626 Markov: indicate # sentences we want in a line
before we were just adding words until we hit the min/max, now let's
also count the number of sentences and have a cutoff there, if we don't
want the whole appending thing no matter what
2014-05-03 20:56:33 -05:00
..
migrations Markov: some indexes to MarkovState, might help 2014-04-05 23:09:50 -05:00
__init__.py Markov: first cut of markov in django 2014-04-05 10:52:29 -05:00
admin.py Markov: first cut of markov in django 2014-04-05 10:52:29 -05:00
forms.py Markov: support ignoring prefixes in import/learn 2014-04-05 18:00:45 -05:00
models.py Markov: some indexes to MarkovState, might help 2014-04-05 23:09:50 -05:00
urls.py Markov: view/form/etc for teaching lines 2014-04-05 14:53:30 -05:00
views.py Markov: indicate # sentences we want in a line 2014-05-03 20:56:33 -05:00