Skip to content

Commit

Permalink
Fix issue with MarkyMarkov killing alice
Browse files Browse the repository at this point in the history
  • Loading branch information
CoralineAda committed Dec 16, 2014
1 parent 5b4c135 commit 38e2c54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alice/behavior/speaks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Speaks

def dictionary
return @dictionary if @dictionary
@dictionary ||= MarkyMarkov::Dictionary.new('dictionary')
@dictionary ||= MarkyMarkov::TemporaryDictionary.new
@dictionary.parse_file('./db/corpus/seeds.txt')
@dictionary
end
Expand Down
Binary file modified dictionary.mmd
Binary file not shown.

0 comments on commit 38e2c54

Please sign in to comment.