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

2016-09-07 Thread vishnupriyaa31
it is a silly question! Just in the opencog_patternminer.conf file changed the scm file, which i want to give as an input. On Tuesday, 6 September 2016 15:46:15 UTC+2, vishnup...@gmail.com wrote: > > when i run non-distributed pattern miner test, the default test file is >

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

2016-09-06 Thread vishnupriyaa31
when i run non-distributed pattern miner test, the default test file is ugly_male_soda-drinker_corpus.scm. How can i change the input file. i.e. Where should i place my scm file or how can i invoke my scm file? > -- You received this message because you are subscribed to the Google Groups

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

2016-09-03 Thread vishnupriyaa31
Thanks Misgana! > > -- 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

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

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

2016-09-01 Thread vishnupriyaa31
Thanks Linas !! It is successful :-)) --Vishnu > >> > -- 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

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

2016-09-01 Thread vishnupriyaa31
Thanks Linas for the reply. Sorry it was an incomplete post. > After making modifications in the CmakeLists.txt as per the commit, From >> the build directory of opencog, i did >> > 1. cmake .. 2. make 3. sudo make install. 4. started the cogserver on the

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

2016-09-01 Thread vishnupriyaa31
> After making modifications in the CmakeLists.txt as per the commit, From >> the build directory of opencog, i did >> > cmake .. make sudo make install. Then started the cogserver -- You received this message because you are subscribed to the Google Groups "opencog"

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

2016-08-31 Thread Linas Vepstas
Here: this commit should fix this problem (and Nil's original problem) https://github.com/opencog/opencog/commit/260f95a01af82ff47b56bfa4405a9dcca6b4d7ef --linas On Wed, Aug 31, 2016 at 12:05 PM, Linas Vepstas wrote: > > > On Tue, Aug 30, 2016 at 4:44 PM,

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

2016-08-31 Thread vishnupriyaa31
> > For Nil, this was the problem. He got something like undefined symbol. >> >> [2016-06-29 05:43:14:123] [WARN] Unable to load module >> >> >>> "/home/nilg/OpenCog/opencog/build/opencog/learning/PatternMiner/libTestPatternMinerAgent.so": >>> >> >> >>>

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

2016-08-30 Thread vishnupriyaa31
Thanks for the reply Ben. Yeah I checked the post. But I could not understand about the linkage problem. NIL---> "Anyway, if the pattern miner on that branch isn't better I > obviously > prefer to use the one on the master. Just haven't figured out what is > the missing function

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

2016-08-30 Thread Ben Goertzel
I remember Nil met a vaguely similar problem here, due to some missing linkage... https://groups.google.com/forum/#!msg/opencog/7A0WDFrTKhk/UNakwr9GAQAJ On Tue, Aug 30, 2016 at 11:47 PM, wrote: > > Yes Ben. > >> >> > -- > You received this message because you are

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

2016-08-30 Thread vishnupriyaa31
Yes Ben. > > -- 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@googlegroups.com.

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

2016-08-30 Thread vishnupriyaa31
Hello all, I tried running pattern Miner. I did the following: 1. installed Boost 2. installed cpprest 3. started cogserver 4. Loaded, `opencog> loadmodule opencog/learning/PatternMiner/libTestPatternMinerAgent.so` But it displayed : `opencog> loadmodule