username@xxxxx:~/opencog/build$ ./opencog/cogserver/server/cogserver -c ../lib/opencog_patternminer.conf
Hi,
On 05/05/2018 11:12 PM, Masayuki Hatta wrote:
Hi,
I'm now trying Pattern Miner following this Wiki page: https://wiki.opencog.org/w/Pattern_miner. I have 2 questions.
this is the old pattern miner. A new pattern miner is being developed, although it is still not as efficient as the old one in some respects, it is already usable and more capable in general. However the user interface is complicated (cause you need to properly set up the URE https://wiki.opencog.org/w/Unified_rule_engine for it). I'm working on simplifying that and a manual will follow shortly after.
I'll send a notification on the opencog list when it's user ready, likely sometime next week.
Nil
1) Seems libPatternMinerAgent.so is built and working, but not installed under system directory (for Debian, it's /usr/lib/opencog) by default. Is this intentional or a bug? If it's a bug, I'll file an issue or maybe PR.
2) How can I change the n-gram parameter to, say, 3? I put "Pattern_Max_Gram = 3" in cogserver.conf, but seems it ignores and always says like "Finished mining 1~1 gram patterns". and does only 1-gram.
Thanks for help,
MH
--
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+unsubscribe@googlegroups.com <mailto:opencog+unsubscribe@googlegroups.com>.
To post to this group, send email to ope...@googlegroups.com <mailto:opencog@googlegroups.com>.
Visit this group at https://groups.google.com/group/opencog.
To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/4c804a2f-d845-435d-8e74-7136e0713024%40googlegroups.com <https://groups.google.com/d/msgid/opencog/4c804a2f-d845-435d-8e74-7136e0713024%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at https://groups.google.com/group/opencog.
To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/67f7fc53-f030-93b8-93c0-d9deb6a12686%40gmail.com.
One thing you check is that if you started the cogserver using cogserver.conf or opencog_patternminer.conf.If you use below commands then opencog_patternminer.conf is used.username@xxxxx:~/opencog/build$ ./opencog/cogserver/server/cogserver -c ../lib/opencog_patternminer.confAlso those config files are copied from opencog/lib/ to the corresponding build folder. When no config file path is specified, the one in the build folder is actually used when you launch the cogserver.
On Sun, May 6, 2018 at 9:05 AM, 'Nil Geisweiller' via opencog <ope...@googlegroups.com> wrote:
Hi,
On 05/05/2018 11:12 PM, Masayuki Hatta wrote:
Hi,
I'm now trying Pattern Miner following this Wiki page: https://wiki.opencog.org/w/Pattern_miner. I have 2 questions.
this is the old pattern miner. A new pattern miner is being developed, although it is still not as efficient as the old one in some respects, it is already usable and more capable in general. However the user interface is complicated (cause you need to properly set up the URE https://wiki.opencog.org/w/Unified_rule_engine for it). I'm working on simplifying that and a manual will follow shortly after.
I'll send a notification on the opencog list when it's user ready, likely sometime next week.
Nil
1) Seems libPatternMinerAgent.so is built and working, but not installed under system directory (for Debian, it's /usr/lib/opencog) by default. Is this intentional or a bug? If it's a bug, I'll file an issue or maybe PR.
2) How can I change the n-gram parameter to, say, 3? I put "Pattern_Max_Gram = 3" in cogserver.conf, but seems it ignores and always says like "Finished mining 1~1 gram patterns". and does only 1-gram.
Thanks for help,
MH
--
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+u...@googlegroups.com <mailto:opencog+u...@googlegroups.com>.
To post to this group, send email to ope...@googlegroups.com <mailto:ope...@googlegroups.com>.
Visit this group at https://groups.google.com/group/opencog.
To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/4c804a2f-d845-435d-8e74-7136e0713024%40googlegroups.com <https://groups.google.com/d/msgid/opencog/4c804a2f-d845-435d-8e74-7136e0713024%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.
--
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+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at https://groups.google.com/group/opencog.
, but got
scheme@(guile-user)> (use-modules (opencog miner))
scheme@(guile-user)> (help cog-miner)
Did not find any object named `cog-miner'
Am I missing something?
Best regards,To unsubscribe from this group and stop receiving emails from it, send an email to opencog+unsubscribe@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at https://groups.google.com/group/opencog.
To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/5fc96186-d81a-46b1-9365-8576f09cc31b%40googlegroups.com.