Use SQLite to store data
[rbot-mark] / mark2.rb
2008-07-15  Giuseppe BilottaUse SQLite to store data master
2007-07-30  Giuseppe BilottaDon't add useless chains last-no-db
2007-07-30  Giuseppe BilottaGive access to the wordlist
2007-07-30  Giuseppe BilottaFlatten out @mkv
2007-07-29  Giuseppe BilottaDefault to case sensitive learning
2007-07-29  Giuseppe BilottaDisplay amount of known words
2007-07-29  Giuseppe BilottaGenerators can use a maximum order different than the...
2007-07-28  Giuseppe BilottaFix MarkovChainer initialization
2007-07-28  Giuseppe BilottaMaximum markov order is now an initialization parameter
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 Bilottacomplete_prev method goes back as far as possible
2007-07-28  Giuseppe BilottaMethods to get a previous word
2007-07-28  Giuseppe BilottaFix ChanceHash random picker
2007-07-28  Giuseppe BilottaArray#pick_some method
2007-07-28  Giuseppe BilottaMake mark2 not executable
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