Re: [opencog-dev] Re: opencog with crawled data

2016-09-15 Thread Linas Vepstas
On Thu, Sep 15, 2016 at 10:12 AM, wrote: > > So should i post this segmentation fault in github? > Sure. It would be better if you fixed it! > > --Thanks > Vishnu > > > >> >> :-( >> OK, so .. here's the deal: >> >> -- Clearly, the segfault is bad, and needs to be fixed! >> >> -- there are two

Re: [opencog-dev] Re: opencog with crawled data

2016-09-15 Thread vishnupriyaa31
So should i post this segmentation fault in github? --Thanks Vishnu > > :-( > OK, so .. here's the deal: > > -- Clearly, the segfault is bad, and needs to be fixed! > > -- there are two versions of the pattern miner, the one here, and the one > in a different (older) branch of opencog. Shu

Re: [opencog-dev] Re: opencog with crawled data

2016-09-13 Thread Linas Vepstas
Ah! Now we're getting somewhere! On Tue, Sep 13, 2016 at 8:55 AM, wrote: > > I just took a simple sentence "apple is fruit" > ---> (nlp-parse "apple is fruit") > ---> (parse-get-r2l-outputs (ParseNode > "sentence@2ac41081-45a2-44c6-aae4-a95451a9ae21_parse_0" > (stv 1 0.991))) > I got the follo

Re: [opencog-dev] Re: opencog with crawled data

2016-09-12 Thread Linas Vepstas
What Ben said -- you should run your data through the NLP pipeline. On Mon, Sep 12, 2016 at 5:50 PM, wrote: > Hi Linas, > > > (EvaluationLink > (PredicateNode "sentence, location and body") > (ListLink > (EvaluationLink > (PredicateNode "coordinates, country, contin

Re: [opencog-dev] Re: opencog with crawled data

2016-09-12 Thread vishnupriyaa31
Hi Linas, (EvaluationLink (PredicateNode "sentence, location and body") (ListLink (EvaluationLink (PredicateNode "coordinates, country, continent, body") (ListLink (WordNode "-86.3222") (WordNode "32.3934")

Re: [opencog-dev] Re: opencog with crawled data

2016-09-10 Thread Ben Goertzel
You probably want to run a bunch of sentences through the full NLP pipeline, including Relex and R2L, and then do pattern mining on the set of logical-semantic patterns that result... On Sat, Sep 10, 2016 at 10:36 AM, Linas Vepstas wrote: > Hi, > > On Wed, Sep 7, 2016 at 4:57 AM, wrote: >> >>

Re: [opencog-dev] Re: opencog with crawled data

2016-09-09 Thread Linas Vepstas
Hi, On Wed, Sep 7, 2016 at 4:57 AM, wrote: > > I think, i should do the following (?!) > > write probably a python script that produces the following output for > every json file: > > (EvaluationLink > (PredicateNode "sentence, location and body") > (ListLink > (SentenceNode "an

Re: [opencog-dev] Re: opencog with crawled data

2016-09-07 Thread vishnupriyaa31
I think, i should do the following (?!) write probably a python script that produces the following output for every json file: (EvaluationLink (PredicateNode "sentence, location and body") (ListLink (SentenceNode "an unique string ") (EvaluationLink (Predi

Re: [opencog-dev] Re: opencog with crawled data

2016-09-06 Thread vishnupriyaa31
Hello all, I have attached a small example Json file, which is generated from twitter >> stream. I will be getting lots of Json chunks like this. How can i give >> this to pattern miner. i.e. can i convert it to hypergraph? What are the >> steps involved?. what would be the best way to start wi

Re: [opencog-dev] Re: opencog with crawled data

2016-08-26 Thread Linas Vepstas
Oops I forgot to add the sentence node: (EvaluationLink (PredicateNode "sentencenode, timestamp, lat and long") (ListLink (SentenceNode "abc123-456-def") (TimeNode "Fri Aug 26 18:18:56 CDT 2016") (ConceptNode "51.9244° N") (ConceptNode "4.4777° E") )) B

Re: [opencog-dev] Re: opencog with crawled data

2016-08-26 Thread Linas Vepstas
On Fri, Aug 26, 2016 at 8:36 AM, wrote: > > Thanks Linas for your reply. Actaully, it guides me well !! :-) > One more question! > My data has timestamps and latitude, longitude info along with text. Is > it still possible to get the data into opencog? > Sure. You would have to write some new

Re: [opencog-dev] Re: opencog with crawled data

2016-08-24 Thread Linas Vepstas
Hi Vishnu, Not sure how to reply to your message. We have all sorts of half-finished projects, and I'm not sure which one to steer your towards. Improving chat in all sorts of different ways is a big priority. --linas On Wed, Aug 24, 2016 at 4:46 AM, wrote: > Thanks Linas for the Reply! > >