Dunno. You may want to open a github report, and provide some additional details, like which modules you loaded, etc.
This code is being hacked on almost every day; maybe something got broken recently. --linas On Sun, Aug 28, 2016 at 2:17 PM, <[email protected]> wrote: > Hello all, > > I tried chatbot demonstration. I had my Relex and Cog server running. I > got the Error "wrong type argument". > > guile> (nlp-parse john is generous") > guile> (process-query "Priya" "who is generous?") > > Hello Priya, you said: "who is generous?" > You made an Interrogative SpeechAct > wrong-type-arg > (display Wrong type argument in position ~A: ~S (2 0) (0)) > Sorry, I don't understand it > > ---------------------------------------------------------------- > > I also tried chatbot-psi > > I did the following steps.: > guile> (use-modules (opencog) (opencog nlp) (opencog nlp aiml) (opencog > openpsi)) > guile> (add-to-load-path "/home/vishnu/Documents/opencog_relatedPackages/ > opencog/opencog/nlp/chatbot-psi") > guile> (load-from-path "main.scm") > guile> (load-from-path "aiml-rules.scm") > > guile> (aiml-get-response-wl (token-seq-of-sent "hello")) > > > ERROR: In procedure apply-smob/1: > ERROR: In procedure cog-type: Wrong type argument in position 1 (expecting > opencog atom): "hello" > ABORT: wrong-type-arg > > ----------------------------------------------------------------- > > Am i missing anything? how can i solve the problem? Any guidelines would > be very much helpful. > > > Thanks in advance. > > > > > -- > 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/325457a4-ffb5-4456-9a1d-5f37c7f83cba%40googlegroups.com > <https://groups.google.com/d/msgid/opencog/325457a4-ffb5-4456-9a1d-5f37c7f83cba%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAHrUA34LSss%2B9Mqb9-1rOb6RCXmUrtDZE%3DGM1uO5bOFWZ_JDhA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
