Re: [opencog-dev] Error while executing query -pgsql

2016-10-19 Thread Vishnu Priya
> You need to open the database before creating atoms; > > Yeah. I did the following: guile> (use-modules (opencog) (opencog atom-types) (opencog persist-pgsql) (opencog openpsi)) guile> (pgsql-open "xxx" "yyy" "zzz") () guile>(primitive-load "/opt/opencog/opencog/scm/test.scm") guile>

Re: [opencog-dev] About Stimulating atoms and NLP

2016-10-19 Thread Vishnu Priya
Misgana told that, if i want to get STI for atoms, i need to start-ecan and give stimulus. I did it and also saw atoms with STI in attentional focus. Now, I have a doubt. Please rectify me, if i am wrong. when i start ecan and give stimulus, automatically PLN starts the inference process

[opencog-dev] EvidenceCountTV

2016-10-19 Thread Ben Goertzel
Nil, others, In working out w/Amen how to apply PLN to various Atoms derived from natural language, I started to think we might want a truth value that has the following fields: *** float positive_evidence float total_evidence // aka count, but this should be an OPTIONAL value *** Where the