I can confirm that: Enter `,help' for help. scheme@(guile-user)> (use-modules (opencog)) scheme@(guile-user)> (use-modules (opencog miner)) scheme@(guile-user)> ,apropos miner (opencog miner): configure-miner #<procedure configure-miner (pm-rbs #:key maxiter)> (opencog miner): random-miner-rbs-cpt #<procedure random-miner-rbs-cpt ()> scheme@(guile-user)>
--linas On Thu, May 10, 2018 at 5:42 PM, Masayuki Hatta <[email protected]> wrote: > Hi Nil, > > I'm now trying your new miner, 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, > MH > > 2018年5月8日火曜日 17時07分02秒 UTC+9 Nil: >> >> The new user API with some online help for the pattern miner is available >> >> https://github.com/opencog/opencog/pull/3090 >> >> Now onto updating the wiki and the README. >> >> Nil >> >> 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. >> > >> > 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 [email protected] >> > <mailto:[email protected]>. >> > To post to this group, send email to [email protected] >> > <mailto:[email protected]>. >> > 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-435 >> d-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 [email protected]. > To post to this group, send email to [email protected]. > 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 > <https://groups.google.com/d/msgid/opencog/5fc96186-d81a-46b1-9365-8576f09cc31b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- cassette tapes - analog TV - film cameras - you -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CAHrUA34%3DkzA%2B2jQSkm9nEpvH4o-Ku3kycnLyezqPvDcWdew8rQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
