How Does Fuzzy Query Work ??

2010-09-30 Thread ahmed algohary
Hi all, I wonder how lucene FuzzyQuery works as it seems to take much longer time than a normal query. Does it generate all the possible terms and search for them ?? -- Ahmed Elgohary

Re: Calculate Term Co-occurrence Matrix

2010-08-22 Thread ahmed algohary
res can be retrieved: d.get("score") Is that correct ?? On Sun, Aug 22, 2010 at 2:47 PM, ahmed algohary wrote: > Thanks! It is exactly what I need. But, isn't there a way to get the > matching score ? > > for example, "damaged" co-occurs with "shipment"

Re: Calculate Term Co-occurrence Matrix

2010-08-22 Thread ahmed algohary
elow) > > will do for you. It's > > not open source at this time, but that is exactly one of > > the things it does. I > > think Mahout collocations stuff might work for you, too. > > > > Otis > > > > Sematext :: http://sematext.com/

Re: Calculate Term Co-occurrence Matrix

2010-08-21 Thread ahmed algohary
Calculate Term Co-occurrence Matrix > > > > 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: > > > > >

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