P.S: This is the output I get when I run it on the GO.scm example ontology (I've also tried the ugly soda drinker etc. and the result is always the same):
totalLinkNum = 430254, actualProcessedLinkNum = 0 PatternMiner: mining finished! Calculating Surprisingness for 1 gram patterns. 100% completed.PatternMiner: done (gram = 1) interestingness evaluation!0 patterns found! Outputting to file ... Debug: PatternMiner: writing (gram = 1) interesting patterns to file Surprisingness_b_1gram.scm Debug: PatternMiner: writing (gram = 1) pattern statics to csv file PatternStatics_1gram.csv gram = 1: 0 patterns found! Debug: PatternMiner: writing (gram = 1) frequent patterns to file FrequentPatterns_1gram.scm On Sunday, December 30, 2018 at 9:43:13 PM UTC, Nil wrote: > > Hi Johannes, > > I'm not sure what you mean by compilation but it is recommended to > disable guile compilation as it makes loading large data set > impractical. For that do as follows > > guile --no-auto-compile -l my-data.scm > > where my-data.scm is the file containing your atomspace data. > > Hope it helps, let me know otherwise. > > Nil > > On 12/30/18 3:02 PM, Johannes Castner wrote: > > I'm quite interested in using the pattern miner for the last chapter of > > my dissertation and so I'm excited to work with it and try things out. > > However, it seems as though the compilation of even small test knowledge > > bases takes a lot of memory? For serious data sets, such as the > > environmental ontology > > ( > https://raw.githubusercontent.com/EnvironmentOntology/envo/master/envo.obo) > > > it always crashes. Is there a way to compile the data in a more memory > > efficient way, or compile it somehow elsewhere and upload it? > > > > -- > > 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] <javascript:> > > <mailto:[email protected] <javascript:>>. > > To post to this group, send email to [email protected] > <javascript:> > > <mailto:[email protected] <javascript:>>. > > 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/da7f4204-8b1d-47d8-8cc1-0d05da2048e8%40googlegroups.com > > > < > https://groups.google.com/d/msgid/opencog/da7f4204-8b1d-47d8-8cc1-0d05da2048e8%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/b38720aa-2f5c-4a08-8c68-60c71c7cafd6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
