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
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"
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/
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:
> >
> > >
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