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. For more options, visit https://groups.google.com/d/optout.
