> > I also 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. HEAD 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 >
On Monday, 29 August 2016 03:19:48 UTC+2, linas wrote: > > 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] <javascript:>> > 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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/02636f2a-9fe3-4dfd-9a08-d000ea5c32ff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
