diff options
Diffstat (limited to 'pyaiml_test.py')
-rw-r--r-- | pyaiml_test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyaiml_test.py b/pyaiml_test.py index 01ea63d..0f9c5c1 100644 --- a/pyaiml_test.py +++ b/pyaiml_test.py @@ -1,7 +1,8 @@ import aiml k=aiml.Kernel() -k.bootstrap(learnFiles="aiml_files/std-startup.xml", commands="load aiml b") +#k.bootstrap(learnFiles="aiml_files/std-startup.xml", commands="load aiml b") +k.bootstrap(learnFiles="aiml_files/blackjack.aiml", commands="blackjack") #k.bootstrap(learnFiles="aiml_files/German-standalone.aiml") while True: print k.respond(raw_input("> ")) |