On Tue, Aug 23, 2016 at 9:59 AM, <[email protected]> wrote: > Hi all, > > I am new to this Opencog. If my questions sound stupid, please forgive me. > I thought of using crawled text data as a knowledge source for opencog. >
Sure > I guess the following steps can achieve that(?!). > > 1. Running "batch-process.sh" which produces output as cff. > > Yes. Not a strictly neccessary step, but handy, to avoid having to re-parse your data over and over. > > 1. Running "src/perl/cff-to-opencog.pl" perl script. It coverts cff > into hypergraphs, which is understandable by opencog. > > Yes. It may be bit-rotted, as it is not used regularly. I think ManHin played with this, while ingesting simple-english wikipedia. > > 1. But how can i incorporate these hypergraphs into opencog.? Is there > any way? > > Just send them into the cogserver. One way to do this is to netcat them to port 17001. There are other ways, to, e.g. directly reading them, as files, at the guile prompt. > > 1. Are these generated hypergraphs in the form of .scm file.? > > Yes. > > 1. (If so, then i guess, i can load these files into Postgres. > > No. postgres is SQL, but scm is scheme. > > 1. From database i can load atoms into atomspace(?!)). > > yes, but you'd need to set that up first. That is a bit harder, and is a step you can skip at this point. > > 1. I also read about "relex web crawler". > > It does not exist. > > 1. It automatically add the relex output to HGDB, > > That' never worked. > > 1. where it automatically becomes a new atom. Is the crawler usable > now? > > Nope. It was a bad idea then, its still a bad idea now. > > Thanks in advance! > The part you are missing is this: It is not hard to get data into opencog, but once you have done so, what will you do with it? You should maybe answer this question for yourself, as you go along. --linas > -- > 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/0745df89-51bf-423b-bf45-6928a4a415dd%40googlegroups.com > <https://groups.google.com/d/msgid/opencog/0745df89-51bf-423b-bf45-6928a4a415dd%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/CAHrUA36wqRJmMNLhysZ7%2BJD06rRS0N8xFnL9E7quUQMURs0LBA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
