RE: calculate term co-occurrence matrix

2017-03-20 Thread Allison, Timothy B.
20, 2017 2:32 AM To: d...@lucene.apache.org Subject: calculate term co-occurrence matrix hi all, i need term co-occurrence matrix code. if anyone have plz share it with me. -- View this message in context: http://lucene.472066.n3.nabble.com/calculate-term-co-occurrence-matrix-tp4325899.html Sent

Re: Calculate Term Co-occurrence Matrix

2010-08-26 Thread Aida Hota
ok, thank you Ivan!! On Tue, Aug 24, 2010 at 5:13 PM, Ivan Provalov wrote: > Aida, > > Right now it will do two term collocation only. > > Ivan > > > --- On Mon, 8/23/10, Aida Hota wrote: > > > From: Aida Hota > > Subject: Re: Calculate Term

Re: Calculate Term Co-occurrence Matrix

2010-08-24 Thread Ivan Provalov
Aida, Right now it will do two term collocation only. Ivan --- On Mon, 8/23/10, Aida Hota wrote: > From: Aida Hota > Subject: Re: Calculate Term Co-occurrence Matrix > To: java-user@lucene.apache.org > Date: Monday, August 23, 2010, 1:36 PM > Hi Ivan thanx a lot for this.

Re: Calculate Term Co-occurrence Matrix

2010-08-23 Thread Aida Hota
certain threshold. Thanx Ivan On Mon, Aug 23, 2010 at 8:41 PM, Ivan Provalov wrote: > Aida, > > Are you talking about letter n-grams or term n-grams? > > Thanks, > > Ivan > > --- On Mon, 8/23/10, Aida Hota wrote: > > > From: Aida Hota > > Subjec

Re: Calculate Term Co-occurrence Matrix

2010-08-23 Thread Ivan Provalov
Aida, Are you talking about letter n-grams or term n-grams? Thanks, Ivan --- On Mon, 8/23/10, Aida Hota wrote: > From: Aida Hota > Subject: Re: Calculate Term Co-occurrence Matrix > To: java-user@lucene.apache.org > Date: Monday, August 23, 2010, 1:36 PM > Hi Ivan thanx a

Re: Calculate Term Co-occurrence Matrix

2010-08-23 Thread Aida Hota
;> FYI, I updated the term collocations package I > > mentioned earlier with a > > >> few fixes and changes which will make it work for > > Lucene 3.0.2. This may > > >> help your task. > > >> > > >> See: > > >> https://

Re: Calculate Term Co-occurrence Matrix

2010-08-23 Thread Ivan Provalov
Ahmed, if you want the raw score, you can do it the way you describe below. --- On Sun, 8/22/10, ahmed algohary wrote: > From: ahmed algohary > Subject: Re: Calculate Term Co-occurrence Matrix > To: java-user@lucene.apache.org > Date: Sunday, August 22, 2010, 9:27 AM > I

Re: Calculate Term Co-occurrence Matrix

2010-08-22 Thread Ivan Provalov
wrote: > From: ahmed algohary > Subject: Re: Calculate Term Co-occurrence Matrix > To: java-user@lucene.apache.org > Date: Sunday, August 22, 2010, 9:27 AM > I think I got it. > > In the CollectionIndexer class, I have added the > co-occurrence score to the > index

Re: Calculate Term Co-occurrence Matrix

2010-08-22 Thread ahmed algohary
>> help your task. >> >> See: >> https://issues.apache.org/jira/browse/LUCENE-474 >> >> Thanks, >> >> Ivan Provalov >> >> >> --- On Sat, 8/21/10, Otis Gospodnetic wrote: >> >> > From: Otis Gospodnetic >> > Subje

Re: Calculate Term Co-occurrence Matrix

2010-08-22 Thread ahmed algohary
Otis Gospodnetic wrote: > > > From: Otis Gospodnetic > > Subject: Re: Calculate Term Co-occurrence Matrix > > To: java-user@lucene.apache.org > > Date: Saturday, August 21, 2010, 8:05 AM > > Ahmed, > > > > That's what that KPE (link in my previous email, b

Re: Calculate Term Co-occurrence Matrix

2010-08-21 Thread Ivan Provalov
: > From: Otis Gospodnetic > Subject: Re: Calculate Term Co-occurrence Matrix > To: java-user@lucene.apache.org > Date: Saturday, August 21, 2010, 8:05 AM > Ahmed, > > That's what that KPE (link in my previous email, below) > will do for you.  It's > not

Re: Calculate Term Co-occurrence Matrix

2010-08-21 Thread Otis Gospodnetic
ne - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message > From: ahmed algohary > To: java-user@lucene.apache.org > Sent: Sat, August 21, 2010 7:20:03 AM > Subject: Re: Calculate Term Co-occurrence Matrix > > Thanks for all your answers! > &g

Re: Calculate Term Co-occurrence Matrix

2010-08-21 Thread ahmed algohary
http://sematext.com/ :: Solr - Lucene - Nutch > Lucene ecosystem search :: http://search-lucene.com/ > > > > - Original Message > > From: Grant Ingersoll > > To: java-user@lucene.apache.org > > Sent: Fri, August 20, 2010 8:52:17 AM > > Subject: Re:

Re: Calculate Term Co-occurrence Matrix

2010-08-20 Thread Otis Gospodnetic
- Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message > From: Grant Ingersoll > To: java-user@lucene.apache.org > Sent: Fri, August 20, 2010 8:52:17 AM > Subject: Re: Calculate Term Co-occurrence Matrix > > You might also be inte

Re: Calculate Term Co-occurrence Matrix

2010-08-20 Thread Grant Ingersoll
You might also be interested in Mahout's collocations package: http://cwiki.apache.org/confluence/display/MAHOUT/Collocations -Grant On Aug 19, 2010, at 11:39 AM, ahmed algohary wrote: > Hi all, > > I need to know if there is a Lucene plug-in or a Lucene-based API for > calculating the term co-

Re: Calculate Term Co-occurrence Matrix

2010-08-19 Thread Ivan Provalov
I used this before almost as is with couple of fixes: http://issues.apache.org/jira/browse/LUCENE-474 Thanks, IP --- On Thu, 8/19/10, ahmed algohary wrote: > From: ahmed algohary > Subject: Calculate Term Co-occurrence Matrix > To: java-user@lucene.apache.org > Date: Thursda

Calculate Term Co-occurrence Matrix

2010-08-19 Thread ahmed algohary
Hi all, I need to know if there is a Lucene plug-in or a Lucene-based API for calculating the term co-occurrence matrix for a given text corpus. Thanks! -- Ahmed