Re: BlocksWorld Problem [was Re: AGI & Robotics & Sophia [was Re: New user [was Re: [opencog-dev] Problem in atom deletion from postgreSQL

2021-08-30 Thread Michele Thiella
Maybe I answered myself. Lg-atomese doesn't even do the "2logic" functionality so I'll never find a ConceptNode. Instead, for relex2logic there is no longer backward compatibility, right? I concluded by doing a revert commit where relex2logic still works as, for my simple requests, it was

Re: BlocksWorld Problem [was Re: AGI & Robotics & Sophia [was Re: New user [was Re: [opencog-dev] Problem in atom deletion from postgreSQL

2021-08-30 Thread Michele Thiella
By the way, using lg-atomese as in your example: (cog-execute! (LgParse (PhraseNode "The book is on the table.") (LgDictNode "en") (NumberNode 1))) how would the Query be to get the following? (EvaluationLink (PredicateNode "on") (ListLink (ConceptNode "book")

Re: [opencog-dev] Re-imagining the AtomSpace

2021-08-30 Thread Amirouche Boubekki
Le dim. 29 août 2021 à 23:59, Linas Vepstas a écrit : > > Hi Amirouche, > > On Thu, Aug 19, 2021 at 1:20 AM Amirouche Boubekki > wrote: >> >> >> If you deliver a set of json or sexp files that is relevant to >> opencog, I think about one terabyte or something like that, I can >> demonstrate a

Re: BlocksWorld Problem [was Re: AGI & Robotics & Sophia [was Re: New user [was Re: [opencog-dev] Problem in atom deletion from postgreSQL

2021-08-30 Thread Michele Thiella
Hi Linas, I built lg-atomese and then rebuilt atomspace and opencog. Is it normal that (nlp-parse ".") doesn't work anymore? guile> (nlp-parse "The book is on the table") Error: Cannot connect to RelEx server: unbound-variable (#f Unbound variable: ~S (LemmaLink) #f) Backtrace: 7