Re: [opencog-dev] Re: Embodied Language

2016-09-15 Thread AmeBel
Thanks Linas, that is extremely helpful. Can't wait for 0.03 :-) On Thursday, September 15, 2016 at 11:44:18 AM UTC+8, linas wrote: > > For your reading pleasure, here is version 0.02 of the document. It > details the language processing pipeline. Please review, as it sets the > stage for the

Re: [opencog-dev] make error opencog (no lib logger.so)

2016-09-15 Thread vishnupriyaa31
Thanks Linas for the reply. yeah!!! i can copy the contents of pattern miner from older branch to the current and can build opencog. The more difficult but more correct way to do this would be to cherry-pick her commits ... i think i could also try git rebase --onto instead of cherry picki

[opencog-dev] Re: make error opencog (no lib logger.so)

2016-09-15 Thread vishnupriyaa31
Thanks Jerold for the reply. Yeah you were right!!! I tried adding -fPIC, but other nasty errors also popped up. Going to try as Linas said. On Wednesday, 14 September 2016 16:52:15 UTC+2, Jerold Haas wrote: > > >> there is no logger.so in the directory. How to solve this? >> >> Thanks in

Re: [opencog-dev] Re: opencog with crawled data

2016-09-15 Thread vishnupriyaa31
So should i post this segmentation fault in github? --Thanks Vishnu > > :-( > OK, so .. here's the deal: > > -- Clearly, the segfault is bad, and needs to be fixed! > > -- there are two versions of the pattern miner, the one here, and the one > in a different (older) branch of opencog. Shu

[opencog-dev] unbound Variable cog-satisfying-set and loading scm file

2016-09-15 Thread vishnupriyaa31
Hello, my ~/.guile has (use-modules (ice-9 readline)) (activate-readline) (add-to-load-path "/usr/local/share/opencog/scm") (add-to-load-path ".") (use-modules (opencog)) (use-modules (opencog query)) (use-modules (opencog exec)) (load-from-path "opencog.scm") 1. When i run, -->(define fi

[opencog-dev] github

2016-09-15 Thread Ed Pell
The state of git-hub seems much improved. Now it is >=14 Ubuntu much better than a specific version. I can clone everything. I have Moses installed! I can cmake and make almost everywhere. The make test seems a bit weak? Still working on this download. It would be nice to have a checker tool t

Re: [opencog-dev] unbound Variable cog-satisfying-set and loading scm file

2016-09-15 Thread Linas Vepstas
On Thu, Sep 15, 2016 at 10:28 AM, wrote: > Hello, > > my ~/.guile has > > (use-modules (ice-9 readline)) (activate-readline) > (add-to-load-path "/usr/local/share/opencog/scm") > (add-to-load-path ".") > (use-modules (opencog)) > (use-modules (opencog query)) > (use-modules (opencog exec)) > (loa

Re: [opencog-dev] Re: opencog with crawled data

2016-09-15 Thread Linas Vepstas
On Thu, Sep 15, 2016 at 10:12 AM, wrote: > > So should i post this segmentation fault in github? > Sure. It would be better if you fixed it! > > --Thanks > Vishnu > > > >> >> :-( >> OK, so .. here's the deal: >> >> -- Clearly, the segfault is bad, and needs to be fixed! >> >> -- there are two

Re: [opencog-dev] make error opencog (no lib logger.so)

2016-09-15 Thread Linas Vepstas
Yes, git-rebase sounds like it could work. If you manage to get it to work, please create a pull request. I'd like to review and merge it. --linas On Thu, Sep 15, 2016 at 4:37 AM, wrote: > Thanks Linas for the reply. > > yeah!!! i can copy the contents of pattern miner from older branch to >

Re: [opencog-dev] Re: Embodied Language

2016-09-15 Thread Ben Goertzel
Thanks Linas! I know putting together this sort of quality documentation takes a lot of time and effort; but as you know it's critical for enabling others to assist with extending your work on this stuff... My current thinking is that in the next phase we can have concurrent work on learning-base