Re: [opencog-dev] Java 8

2017-07-28 Thread Ben Goertzel
I mean -- just making another scripting-language wrapper for Atomspace and associated cognitive-process interactions doesn't really accomplish anything, that's all... Right now we have bindings in Scheme, pretty-thorough ones in python, very partial ones in Haskell ... but pretty much only the Sc

Re: [opencog-dev] make for atomspace

2017-07-28 Thread Curtis Faith
Try pulling, building and installing the latest cogutils. Those functions are defined in cogutils. On Fri, Jul 28, 2017 at 9:58 AM, Ed Pell wrote: > Any hints? > > ed@ed-desktop:~/atomspace/build$ make > [ 0%] Built target opencog_atom_types > [ 0%] Building CXX object opencog/truthvalue/CMake

Re: [opencog-dev] Java 8

2017-07-28 Thread Adrian Borucki
I can see your points, sometimes I forget how ambitious this project is... :) I suppose you want to make the software do what you want by communicating with it in a natural language and extend its capabilities on its own if it cannot achieve something yet by learning. On Friday, 28 July 2017 00

Re: [opencog-dev] Java 8

2017-07-28 Thread Adrian Borucki
On Friday, 28 July 2017 09:26:19 UTC+2, Ben Goertzel wrote: > > I mean -- just making another scripting-language wrapper for Atomspace > and associated cognitive-process interactions doesn't really > accomplish anything, that's all... > > Right now we have bindings in Scheme, pretty-thorough o

[opencog-dev] Re: [ANNOUNCE] Link-Grammar Version 5.4.0 is now available.

2017-07-28 Thread Ed Pell
Very nice. Seems like the most thorough parser I have seen. Is there a co-reference resolver you know of? I have been doing some machine reading of Wikipedia articles. -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group

[opencog-dev] first steps

2017-07-28 Thread Ed Pell
Hi, I have tons of stuff installed and working. I have read various books and papers. What I need now is a manual of a few major commands I can build a guile(?) function from. Better yet some significant programs say one that loads a "big" knowledge base and can answer question over the KB. Or,

Re: [opencog-dev] first steps

2017-07-28 Thread 'Nil Geisweiller' via opencog
Hi Ed, http://wiki.opencog.org/w/Scheme http://wiki.opencog.org/w/Hands_On_With_OpenCog https://github.com/opencog/atomspace/tree/master/examples https://github.com/opencog/opencog/tree/master/examples In the atomspace repo I recommend looking at the pattern-matcher examples, then rule-engine.