rbot-mark
2007-07-28  Giuseppe BilottaMaximum markov order is now an initialization parameter
2007-07-28  Giuseppe BilottaLearn from external file
2007-07-28  Giuseppe BilottaMinor optimization in bidirectional complete
2007-07-28  Giuseppe Bilottaraw_prev was calling raw_next instead of raw_prev
2007-07-28  Giuseppe BilottaBidirectional completion
2007-07-28  Giuseppe Bilottacomplete_next method
2007-07-28  Giuseppe BilottaProperly initialize maximum order chains
2007-07-28  Giuseppe BilottaTest complete_prev method
2007-07-28  Giuseppe Bilottacomplete_prev method goes back as far as possible
2007-07-28  Giuseppe BilottaTest both previous and next
2007-07-28  Giuseppe BilottaMethods to get a previous word
2007-07-28  Giuseppe BilottaFix ChanceHash random picker
2007-07-28  Giuseppe BilottaRun test 100 times
2007-07-28  Giuseppe BilottaTest on more words
2007-07-28  Giuseppe BilottaArray#pick_some method
2007-07-28  Giuseppe BilottaMake mark2 not executable
2007-07-28  Giuseppe BilottaEnhance test
2007-07-28  Giuseppe BilottaFix raw_next higher-order selector
2007-07-28  Giuseppe BilottaArray#pick_one method
2007-07-28  Giuseppe BilottaSplit tester from markov code
2007-07-28  Giuseppe BilottaNext word picker
2007-07-28  Giuseppe BilottaOptimize Array methods
2007-07-28  Giuseppe BilottaOptimize ChanceHash random picker
2007-07-28  Giuseppe BilottaUse ChanceHash to store previous and next word chances
2007-07-28  Giuseppe BilottaChanceHash class
2007-07-28  Giuseppe BilottaOption to learn both natural and lowercase version...
2007-07-28  Giuseppe BilottaInitial checkout