[opencog-dev] Android port (GUI and NDK engine build)

2017-07-19 Thread Dmitry Ponyatov
Is anybody works on opencog android port (using NDK I think for lower source code adaptation) or can help on in this theme ? I'm thinking about some graph rewrite engine I can experiment on my smartphone, binded with some sensors (accellerometer, gps, gsm). Tge first app is some personal

[opencog-dev] Re: docker

2017-06-16 Thread Dmitry Ponyatov
fix: > cd external-tools/glimpse ; npm install ; npm start > -- 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

[opencog-dev] Re: docker

2017-06-16 Thread Dmitry Ponyatov
Are there any instruction exists to jumpstart into working opencog in docker ? Something like docker run -d opencog-dev git clone --depth=1 https://github.com/opencog/external-tools.git cd external-tools ; npm start browser -tabs http://localhost:9000 https://github.com/opencog/tutorial/ -- You

[opencog-dev] Re: docker

2017-06-16 Thread Dmitry Ponyatov
Is https://github.com/opencog/docker fresh enought for current development state ? -- 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-dev] docker

2017-06-16 Thread Dmitry Ponyatov
Is any prebuild docker images with opencog ready ? Who works on making images (github links) ? -- 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-dev] Re: Building OpenCog Error

2017-06-14 Thread Dmitry Ponyatov
I have this like problem, try do decrease make -j N -- I have i7 system but too low RAM available (6Gb) for full make -j8, su -j4 works ok -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails

[opencog-dev] Re: Building OpenCog Error

2017-06-14 Thread Dmitry Ponyatov
Try to use my Makefile script: https://github.com/ponyatov/cog I've got core systemn build but have some problems with configuration. For default BUILD use make PREFIX=/usr/local packages cogutils atomspace opencog -- You received this message because you are subscribed to the Google Groups

[opencog-dev] Re: non-root build

2017-06-12 Thread Dmitry Ponyatov
Fixed some problems on opencog build using sed patching: CWD = $(CURDIR) PREFIX = $(CWD) PREFIXX = $(subst /,\/,${PREFIX}) cmake src/opencog # fix build files sed -i 's/\/usr\/local/$${CMAKE_INSTALL_PREFIX}/g' build/opencog/nlp/ sentiment/cmake_install.cmake # build & install make && make

Re: [opencog-dev] Re: non-root build

2017-06-11 Thread Dmitry Ponyatov
> > From my understanding, much of the development of OpenCog was done > with the assumption that all development work is to be done with a > specific version of Ubuntu. Strange decision: opencog seems more or less to be embeddable into robotic-like platforms, so is it better to use some

[opencog-dev] Re: non-root build

2017-06-11 Thread Dmitry Ponyatov
error in opencog/build/opencog/nlp/sentiment/cmake_install.cmake file generation: /usr/local/etc must be replaced by ${CMAKE_INSTALL_PREFIX}/etc what source file should I fix to do it ? -- You received this message because you are subscribed to the Google Groups "opencog" group. To

[opencog-dev] Re: non-root build

2017-06-11 Thread Dmitry Ponyatov
make install -- Up-to-date: /home/ponyatov/opencog/share/opencog/scm/opencog/nlp/ processing-utils.scm -- Up-to-date: /home/ponyatov/opencog/share/opencog/scm/opencog/nlp/ sentiment.scm -- Up-to-date: /home/ponyatov/opencog/lib/python2.7/dist-packages/sentiment/ basic_sentiment_analysis.py CMake

[opencog-dev] non-root build

2017-06-11 Thread Dmitry Ponyatov
I'm working on build scripts for opencog: https://github.com/ponyatov/cog cogutils & atomspace build ok (it is tiny selfcontaining packages) but have problem configuring opencog core itself: I use modern cmake version built from sources (stable Debian has some anility) rm -rf opencog/build ;

[opencog-dev] Source code static analysis (Linux source packages C/C++ autotools cmake make m4...)

2017-06-10 Thread Dmitry Ponyatov
Is opencog has some module for parsing and source code transforming and static analysis ? I'd like to have some tool able to process typycal Linux source package, and extract info on dependencies between used function signatures, #defines, source/object files, and configure options (for

Re: [opencog-dev] opencog prebuild binary package in official Debian

2017-06-10 Thread Dmitry Ponyatov
In other words, there is no opencog* package maintainer able to track Debian progress and follow all official packaging requirements. -- 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,

[opencog-dev] Re: automated code generation

2017-05-12 Thread Dmitry Ponyatov
Imprssive paper on hypergraph software representation: http://kobrix.com/documents/rse.pdf [Borislav Iordanov] Rapid Software Evolution -- 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,

[opencog-dev] Re: automated code generation

2017-05-09 Thread Dmitry Ponyatov
> > but I am not pursuing this path because I want object-oriented code - the > generated code should be of industrial quality. > I see Prolog-derivatives as implementation of backtracking reasoner on top of hypergraph knowledge base -- prolog rules look like exclusively hypergraph beast.

[opencog-dev] Why Postgresql used ?

2017-05-08 Thread Dmitry Ponyatov
I see odbc-postgresql & postgresql-client @ https://github.com/opencog/ocpkg/blob/master/debian/install-debian-dependencies.sh I'm surprised why pgsql used ? opencog nature tends to use some noSQL graph databases like neo4j -- You received this message because you are subscribed to the Google

[opencog-dev] Is OpenCOG and GBKR & Conceptual Graphs is fully equivalent ?

2017-05-07 Thread Dmitry Ponyatov
Is OpenCOG and GBKR & Conceptual Graphs is fully equivalent (so opencog is GBKR system implementation) ? I try to google opencog + gbkr and surprizely don't find any links, but this approaches look fully equivalent . https://en.wikipedia.org/wiki/Conceptual_graph Chein, Michel; Mugnier,

[opencog-dev] automated code generation

2017-05-07 Thread Dmitry Ponyatov
Is opencog suitable for automated code generation ? I'm searching in some AI technologies which can be applied in transformational programming, especially in automated code generation: synthsize programs code in mainstream languages like C(++), Java, JS,... basing on declarative highlevel