On Wed, Aug 31, 2016 at 8:11 AM, <[email protected]> wrote: > > I tried chatbot demonstration also by installing https://github.com/ > hansonrobotics/HEAD. I did not compile and install the modules (such as > atomspace, cogutils, opencog...) manually. It itself automatically > installed all the modules required. But then also i got the following error. > > guile> (process-query "Priya" "who is generous?") > Hello Priya, you said: "who is generous?" > You made an Interrogative SpeechAct > Sorry, I don't understand it >
That last bit is printed by nlp/chatbot/bot-api.scm line 83 when an exception is caught. Right before that, it should print the actual exception -- if nothing else, it should print two newline characters. Are you saying that there was no exception text printed? I just changed the code to print "Sorry, I caught an exception\n" instead of "Sorry, I don't understand it" just to make that clear. --linas -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/opencog. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/CAHrUA35UuMLOhv7TQS%2BdSrCXOrf2O1VuWZL2dphpk%2BXtRZhnEw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
