[opencog-dev] Re: Trouble with building and installing OpenCog

2021-05-03 Thread amebel@singnet
What OS version are you using? On Sunday, May 2, 2021 at 12:52:50 AM UTC+8 infr...@gmail.com wrote: > After I ran ' ./octool -rsdpcav -l default', I receive an error saying "no > module named 'apt-pkg'. Is this a firewall issue? Also, is this the reason > Im unable to run 'cmake ..' when

[opencog-dev] Re: How to get back the old circle-ci UI?

2020-05-18 Thread amebel@singnet
Circle-ci doesn't have an option for registering with password afaik. You just login with github or bitbucket. There doesn't seem to be an opt-out option. I wasn't able to find a hit on the discussion board https://discuss.circleci.com/ Detials on the new UI

[opencog-dev] Re: Is ghost multi-threaded?

2019-02-26 Thread amebel@hr
Ghost uses openpsi loops. These are atomspace recursive calls running in a scheme thread. On Wednesday, February 27, 2019 at 3:53:57 AM UTC+8, linas wrote: > > Quick, but maybe hard question: is ghost multi-threaded? > > Specifically, does ghost ever run several BindLinks or GetLinks in >

Re: [opencog-dev] using opencog to improve AI answers to SAT analogy questions?

2019-02-20 Thread amebel@hr
Hi Johannes*,* The script is found at https://github.com/opencog/external-tools/tree/master/cnet_importer On Thursday, February 21, 2019 at 12:45:22 AM UTC+8, Ben Goertzel wrote: > > We already have code that imports ConceptNet into Atomspace. > > Amen has worked with it... > > On Thu, Feb

[opencog-dev] Re: Windows installation issue

2019-01-01 Thread amebel@hr
Hi, just update the Vagrantfile at https://github.com/opencog/opencog/blob/master/lib/Vagrantfile Try again by following the steps described at https://wiki.opencog.org/w/Building_OpenCog#Run_Vagrant On Sunday, December 30, 2018 at 1:40:02 AM UTC+8, wtaylo...@gmail.com wrote: > > Hi all, > >

Re: [opencog-dev] Logic with accounts, users and points

2018-12-27 Thread amebel@hr
Hi Johannes, (cog-number (Number 3)) Amen B. On Friday, December 28, 2018 at 2:57:27 AM UTC+8, Johannes Castner wrote: > > Hi Nil, > > Is there a way to get the value from a NumberNode? In other words, can I > get the 4 out of (NumberNode 4)? I need to do some other, quite general >

[opencog-dev] Re: no code for module (ice-9 readline)

2018-11-05 Thread amebel@hr
Hi, update octool and try again. The issue was fixed by https://github.com/opencog/ocpkg/pull/127 On Saturday, November 3, 2018 at 12:43:48 AM UTC+8, George John wrote: > > Hi, > I am new to opencog. I tried installation of opencog in ubuntu 18.04 LTS. > I followed the instructions as per >

Re: [opencog-dev] Ghost questions/issue

2018-02-05 Thread amebel@hr
I am working on it On Monday, February 5, 2018 at 3:42:21 PM UTC+8, Man Hin Leung wrote: > > OK will see if it still crashes once that's fixed: > https://github.com/opencog/opencog/issues/2991 > > > On Mon, Feb 5, 2018 at 3:27 PM, Linas Vepstas > wrote: > >> >> >> On Sun,

Re: [opencog-dev] atomspace master build error

2017-11-17 Thread amebel@hr
Hi, Using the branch stable-2 (as mentioned in https://github.com/opencog/opencog/blob/master/opencog/nlp/learn/README#L93) . I was able to build the container in opencog/opencog-dev:cli docker container. Would you please give more details on your setup, so as to reproduce the error? Thanks

Re: [opencog-dev] Java 8

2017-07-30 Thread AmeBel
No one is. Here are example implementations for other scheme dialects https://github.com/Calysto/calysto_scheme https://github.com/joeltg/mit-scheme-kernel Have a blast :-) On Saturday, July 29, 2017 at 1:53:26 AM UTC+8, Adrian Borucki wrote: > > > > On Friday, 28 July 2017 09:26:19 UTC+2,

Re: [opencog-dev] Re: Building OpenCog Error

2017-06-18 Thread AmeBel
Partially done in https://github.com/opencog/ocpkg/pull/86 On Sunday, June 18, 2017 at 12:36:56 PM UTC+8, linas wrote: > > why not just make a snapshot of the existing one, and rename it to > octool-14.04 ? > > On Sat, Jun 17, 2017 at 11:27 PM, AmeBel <am...@hansonrobot

Re: [opencog-dev] Re: Building OpenCog Error

2017-06-17 Thread AmeBel
on't think opencog dependencies have been figured out yet for ubuntu >> 16.04. try with 14.04. >> >> >> On Wednesday, June 14, 2017 at 1:59:52 PM UTC-4, karthi...@gmail.com >> wrote: >>> >>> Hello, I am using Ubuntu 16.04 docker container on a windows m

[opencog-dev] Re: docker

2017-06-16 Thread AmeBel
On Friday, June 16, 2017 at 3:16:58 PM UTC+8, Dmitry Ponyatov wrote: > > Is https://github.com/opencog/docker fresh enought for current > development state ? > > See in https://github.com/opencog/docker/tree/master/opencog. With the possible exception of the docker images specified in

[opencog-dev] Re: Building OpenCog Error

2017-06-13 Thread AmeBel
Hi, what os are you using? On Wednesday, June 14, 2017 at 6:53:03 AM UTC+8, karthi...@gmail.com wrote: > > Hello, > > I am following the tutorial @ > http://wiki.opencog.org/w/Building_OpenCog_(Hands_On) to build OpenCog. > After I run the command ./octool -rsdpcalv I get below error : > > [

[opencog-dev] Re: non-root build

2017-06-11 Thread AmeBel
There is a script in https://github.com/opencog/ocpkg for debian not maintained though On Sunday, June 11, 2017 at 2:45:01 PM UTC+8, Dmitry Ponyatov wrote: > > I'm working on build scripts for opencog: https://github.com/ponyatov/cog > > cogutils & atomspace build ok (it is tiny selfcontaining

[opencog-dev] Re: Speculation/musing -- possible future Common-LISP / CLASP wrapping for OpenCog and related tools

2017-06-11 Thread AmeBel
fyi http://wiki.ros.org/roslisp On Sunday, June 11, 2017 at 12:11:57 PM UTC+8, Ben Goertzel wrote: > > !!! Caveat: This post presents some speculative suggestions, not to be > interpreted > > as a definitive plan or mandate for work-to-be-done or anything like > > that; just as an

Re: [opencog-dev] Anyone knows the paths of guile module searched by "load-extension"?

2017-03-29 Thread AmeBel
the files are copied to /usr/local/share/opencog/scm/opencog/openpsi/other-files.scm > > > On Wed, Mar 29, 2017 at 3:54 AM, AmeBel <am...@hansonrobotics.com > > wrote: > >> Place >> https://github.com/opencog/docker/blob/master/opencog/base/scripts/.guile in

Re: [opencog-dev] Anyone knows the paths of guile module searched by "load-extension"?

2017-03-28 Thread AmeBel
Place https://github.com/opencog/docker/blob/master/opencog/base/scripts/.guile in your home directory, or or execute the second line in your guile shell. On Wednesday, March 29, 2017 at 3:38:29 AM UTC+8, shujingke wrote: > > Actually, it still doesn't work > > > After I did make install,

[opencog-dev] Re: The example file to call c++ from scheme"PrimitiveExample.cc" is missing

2017-03-26 Thread AmeBel
Just updated the wiki, https://github.com/opencog/atomspace/blob/master/examples/c%2B%2B-guile/PrimitiveExample.cc On Sunday, March 26, 2017 at 12:38:48 AM UTC+8, shujingke wrote: > > Hi, > > Is there anyone still maintenances the wiki page about scheme? >

[opencog-dev] Re: How to interpret guile error message - trying to use guile for the first time

2017-03-02 Thread AmeBel
> > > 1) how can I load file from my filesystem into this guile shell - the file > will contain my knowledge base as a set of node and link definitions. I > prefer to write and keep my knowledge base in file. > https://www.gnu.org/software/guile/manual/guile.html#index-primitive_002dload >

[opencog-dev] Re: URGENT ;) ... Soliciting GSoC 2017 ideas

2017-02-08 Thread AmeBel
Some of the ideas in http://wiki.opencog.org/w/Ideas are already implemented, and others are not yet implemented and are beyond the scope of a gsoc. Are there any fitting for gsoc? On Wednesday, February 8, 2017 at 9:24:39 PM UTC+8, Ben Goertzel wrote: > > HI folks, > > I'm about to submit

Re: [opencog-dev] Re: EvidenceCountTV

2016-10-24 Thread AmeBel
> Amen, needless to say feel free to modify any of this according to your > needs. > Thanks > > -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [opencog-dev] Re: opencog utest failing

2016-10-24 Thread AmeBel
Changes have been made such that build channel turns bold only when there are failures. > -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [opencog-dev] Getting started on some minor bugs on OpenCog. Preferably NLP Tasks

2016-09-27 Thread AmeBel
Hi, On Wednesday, September 28, 2016 at 9:00:21 AM UTC+8, Apil Tamang wrote: > > Hi, > This is some minor question(s) about the installation that I haven't quite > been able to wrap my head around. > > >

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

[opencog-dev] Re: Setting up Vagrant with VirtualBox

2016-09-12 Thread AmeBel
> > > Sorry for my late reply and thank you for your response. I'm just trying > to get up and running with OpenCog and make the OpenCog as simply and easy. > So referring to my original post what I am missing. > > > virutalbox -- You received this message because you are subscribed to the

[opencog-dev] Re: wiki.opencog.org maintenance

2016-09-12 Thread AmeBel
Thanks Jacek, with the exception of the syntax error it is rendering the equations. I couldn't figure out why one of the test fails though http://wiki.opencog.org/w/Special:MathStatus On Saturday, September 10, 2016 at 8:37:22 PM UTC+8, Jacek Swiergocki wrote: > > > On Tuesday, September 6,

Re: [opencog-dev] Pattern Miner and missing libTestPatternMinerAgent.so

2016-09-02 Thread AmeBel
Hi, I just run the example on ubuntu 14.04, it is working without issue. On Wednesday, August 31, 2016 at 5:44:19 AM UTC+8, vishnup...@gmail.com wrote: > > Thanks for the reply Ben. > > Yeah I checked the post. But I could not understand about the linkage > problem. > > NIL---> "Anyway, if

[opencog-dev] Re: An unsupervised learning with pattern mining demo

2016-07-28 Thread AmeBel
Cool! thumbsup :-) -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to opencog+unsubscr...@googlegroups.com. To post to this group, send email to

[opencog-dev] Re: Running the pattern miner

2016-06-29 Thread AmeBel
Hi, FYI, the in-development patterminer can be found on the PatternMinerEmbodiment branch @ opencog/opencog/ repo. On Wednesday, June 29, 2016 at 3:16:13 PM UTC+8, Nil wrote: > > Well, I haven't moved past this issue, I think this other error is just > a different manifestation of the same

Re: [opencog-dev] Re: Outline for OpenCog tutorial

2016-06-26 Thread AmeBel
update your clone -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to opencog+unsubscr...@googlegroups.com. To post to this group, send email to

[opencog-dev] Re: Outline for OpenCog tutorial

2016-06-21 Thread AmeBel
Hi Gaurav, For building see http://wiki.opencog.org/wikihome/index.php/Building_OpenCog Have fun :-) On Wednesday, June 22, 2016 at 11:40:16 AM UTC+8, Ben Goertzel wrote: > > Gaurav -- That would be great! > > Amen Belayneh (cc'd) can point you to the best page to start from, > regarding