root/imbot/SABBrain.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @118 [118] 03/14/09 11:23:38 pantley2 IMBOT: still trying to prevent it from repeating itself
(edit) @116 [116] 03/14/09 09:42:37 njohri2 Finaler version
(edit) @115 [115] 03/13/09 08:05:43 njohri2 Final EOH version
(edit) @114 [114] 03/13/09 07:06:21 pantley2 IMBOT: Final version? Now converts symbol-infested smileys to temporary …
(edit) @113 [113] 03/13/09 06:55:26 fywang2 changed a bug in the is_question function
(edit) @111 [111] 03/13/09 05:56:40 njohri2 Fixed SABBrain, added PronounHandler
(edit) @109 [109] 03/13/09 05:46:16 fywang2 Just some more question handling stuff
(edit) @108 [108] 03/13/09 05:36:21 pantley2 IMBOT: fixed a poorly merged area in SABBrain.py (generate_reply) to do: …
(edit) @107 [107] 03/13/09 05:15:50 pantley2 IMBOT: various fixes (listed below) Ask.py: ask() takes a tuple'd …
(edit) @106 [106] 03/13/09 03:03:00 fywang2 --
(edit) @104 [104] 03/13/09 01:03:59 fywang2 --
(edit) @103 [103] 03/13/09 00:30:37 njohri2 Fixed Unicode handling in sigartbot.py
(edit) @99 [99] 03/12/09 19:03:17 njohri2 Changed ngram_probability formula in Graph.py, merged ngram functions in …
(edit) @97 [97] 03/11/09 16:02:15 njohri2 Updated Graph to handle single edges for distance graphs with hashes of …
(edit) @96 [96] 03/09/09 18:49:12 pantley2 IMBOT: Distance edges now hold (distance, count). Transition to NLTK is …
(edit) @95 [95] 03/09/09 18:36:19 njohri2 Fixed error in SABBrain
(edit) @94 [94] 03/09/09 17:20:33 njohri2 Added new functions to generate_ngrams_backwards and …
(edit) @93 [93] 03/09/09 16:45:50 pantley2 IMBOT: added our_history to prevent repeated sentences
(edit) @92 [92] 03/08/09 07:52:48 pantley2 IMBOT: You can hold a conversation with the bot, and it remembers simple …
(edit) @91 [91] 03/08/09 05:08:34 pantley2 IMBOT: Penalized repeated words. Now it actually finishes some sentences.
(edit) @90 [90] 03/08/09 04:10:48 pantley2 IMBOT: It successfully figured out the capital of Norway, but the new …
(edit) @89 [89] 03/08/09 03:09:10 pantley2 IMBOT: Latest version of our attempt to optimize sentence creation
(edit) @88 [88] 03/08/09 00:58:50 pantley2 IMBOT: I asked the bot what the capital of Norway was and it correctly …
(edit) @87 [87] 03/08/09 00:10:00 pantley2 IMBOT: This is the same as the last one, except it actually runs
(edit) @86 [86] 03/08/09 00:06:00 pantley2 IMBOT: Trying to figure out why generate_trigrams() is being passed bogus …
(edit) @85 [85] 03/07/09 21:00:37 njohri2 Fixed start checking bug in find_worthy_words
(edit) @84 [84] 03/07/09 20:52:00 njohri2 Added find_worthy_words to SABBrain
(edit) @83 [83] 03/07/09 20:14:26 pantley2 IMBOT: Fixed replies ending with double question marks
(edit) @81 [81] 03/07/09 20:03:32 njohri2 Fixed bugs in SABBrain and Graph.py
(edit) @78 [78] 03/07/09 19:45:26 pantley2 IMBOT: Forgot in generate_trigrams when merging w/ Nikhil's changes
(edit) @77 [77] 03/07/09 19:44:10 pantley2 IMBOT: Updated Graph.py to cache association edges and the nodes they …
(edit) @76 [76] 03/07/09 19:28:15 njohri2 Changed compute_word_associativity function to compute Bayesian …
(edit) @75 [75] 03/07/09 00:29:35 njohri2 Minor changes
(edit) @73 [73] 03/06/09 20:17:37 pantley2 IMBOT: Added debugging to the QuestionHandler because it currently has an …
(edit) @72 [72] 03/06/09 16:22:12 pantley2 IMBOT: Added scrape function for country capitals
(edit) @70 [70] 03/06/09 13:19:52 njohri2 Fixed minor bugs in QuestionHandler.py and SABBrain.py
(edit) @69 [69] 03/06/09 13:19:11 njohri2 Fixed minor bugs in QuestionHandler.py and SABBrain.py
(edit) @68 [68] 03/06/09 13:09:16 pantley2 IMBOT: Fixed crash in generate_reply()
(edit) @66 [66] 03/06/09 12:52:59 pantley2 IMBOT: questions graph no longer overwrites distances graph, fixed …
(edit) @65 [65] 03/06/09 12:45:10 njohri2 Added QuestionHandler.py to answer questions, currently only 'what' …
(edit) @63 [63] 03/06/09 04:06:14 pantley2 IMBOT: scraper/queue/threading/saving improvements * added Scraper.py for …
(edit) @62 [62] 03/05/09 21:54:52 pantley2 IMBOT: added Scraper.py to help the bot learn quickly
(edit) @61 [61] 03/05/09 01:17:40 njohri2 --
(edit) @60 [60] 03/05/09 01:08:30 pantley2 IMBOT: Removed a useless function, tweaked the logging
(edit) @58 [58] 03/05/09 00:22:44 njohri2 --
(edit) @56 [56] 03/04/09 15:38:04 pantley2 IMBOT: Guarded a few regexps, updated the debugging output, improved the …
(edit) @55 [55] 03/04/09 02:59:52 pantley2 IMBOT: Try out the -debug command
(edit) @53 [53] 03/04/09 02:39:49 pantley2 IMBOT: It works again! Sample conversation: obama: let's talk about …
(add) @51 [51] 03/04/09 01:38:07 pantley2 IMBOT: Broken due to major code cleanup. The bot files are now located …
Note: See TracRevisionLog for help on using the revision log.