Re: [opencog-dev] Opencog noobie questions

2017-07-30 Thread 'Nil Geisweiller' via opencog
On 07/31/2017 03:51 AM, Ed Pell wrote: Is there an example of text input and rule output from the relex2logic ? Thanks. This half-complete example has some https://github.com/opencog/opencog/blob/master/examples/pln/chicken-feet-or-pizza/chicken-feet-or-pizza.scm Nil On Sunday, July 30, 20

Re: [opencog-dev] Opencog noobie questions

2017-07-30 Thread Ed Pell
Is there an example of text input and rule output from the relex2logic ? Thanks. On Sunday, July 30, 2017 at 8:37:37 PM UTC-4, Ed Pell wrote: > > opencog/src/opencog/nlp/relex2logic > > ah I have it > > On Sunday, July 30, 2017 at 8:32:56 PM UTC-4, Ed Pell wrote: >> >> >> Linas, sorry for the st

Re: [opencog-dev] Opencog noobie questions

2017-07-30 Thread Ed Pell
opencog/src/opencog/nlp/relex2logic ah I have it On Sunday, July 30, 2017 at 8:32:56 PM UTC-4, Ed Pell wrote: > > > Linas, sorry for the stumbling about question, where can I find the > ""relex2logic" rules, which convert natural language to logic expressions"? > Thanks. > -- You received thi

Re: [opencog-dev] Opencog noobie questions

2017-07-30 Thread Ed Pell
Linas, sorry for the stumbling about question, where can I find the ""relex2logic" rules, which convert natural language to logic expressions"? Thanks. -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receivi

Re: [opencog-dev] Opencog noobie questions

2017-07-21 Thread Linas Vepstas
On Fri, Jul 21, 2017 at 1:07 PM, 'Nil Geisweiller' via opencog < opencog@googlegroups.com> wrote: > On 07/21/2017 04:58 PM, neuropress...@gmail.com wrote: > >> Ah thanks for letting me know about those rules, one more thing about >> this tho. Is there already a rule which let's opencog(chatbot) kn

Re: [opencog-dev] Opencog noobie questions

2017-07-21 Thread 'Nil Geisweiller' via opencog
On 07/21/2017 04:58 PM, neuropress...@gmail.com wrote: Ah thanks for letting me know about those rules, one more thing about this tho. Is there already a rule which let's opencog(chatbot) know that any statement made by a person or other information source it is talking to is what they think inst

Re: [opencog-dev] Opencog noobie questions

2017-07-21 Thread neuropressnet
It didn't show did it, hopefully this works.. This is bad because this really is an unimportant diagram in comparison to my other questions however now it seems like

Re: [opencog-dev] Opencog noobie questions

2017-07-21 Thread neuropressnet
Ah thanks for letting me know about those rules, one more thing about this tho. Is there already a rule which let's opencog(chatbot) know that any statement made by a person or other information source it is talking to is what they think instead of basically storing it in the atomspace without

Re: [opencog-dev] Opencog noobie questions

2017-07-20 Thread Linas Vepstas
Three short comments: 1) PLN is a set of rules that run on top of the rule engine. Those rules, when triggered, alter the "truth values" on atoms in certain ways. You (or someone) should be able to create a different set of formulas for truth values, that emulate the NARS formulas. You could then

[opencog-dev] Opencog noobie questions

2017-07-20 Thread neuropressnet
Hi, I am new to Opencog and hopefully building a chatbot with it soon, I was going to use OpenNARS but after some reading I am convinced that PLN > NARS So here are my questions: 1 I am thinking of writing rules that convert input text to a understandable format for Opencog, I am aware that th