Mailing List Archive

Code to provide vector representation for documents
Has the code that Dmitry wrote that Doug describes below been submitted yet?

I know we were waiting for v 1.2, but that's done now.

Thanks

--Peter


-----Referenced email -----------

Dmitry Serebrennikov [dmitrys@earthlink.net] has implemented a substantial
extension to Lucene which should help folks doing this sort of research. It
provides an explicit vector representation for documents. This way you can,
e.g., retrieve a number of documents, efficiently sum their vectors, then
derive a new query from the sum. This code was posted to the list a long
while back, but is now out of date. As soon as the 1.2 release is final,
and Dmitry has time, he intends to merge it into Lucene.


--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
Re: Code to provide vector representation for documents [ In reply to ]
No, the code has not been submitted yet. I have sent the older version
to Doug a while ago, but so far I hadn't have any time to work on
integrating the code into Lucene 1.2. I expect that in a couple of weeks
I should be able to get back to that task.

Dmitry.

Peter Carlson wrote:

>Has the code that Dmitry wrote that Doug describes below been submitted yet?
>
>I know we were waiting for v 1.2, but that's done now.
>
>Thanks
>
>--Peter
>
>
>-----Referenced email -----------
>
>Dmitry Serebrennikov [dmitrys@earthlink.net] has implemented a substantial
>extension to Lucene which should help folks doing this sort of research. It
>provides an explicit vector representation for documents. This way you can,
>e.g., retrieve a number of documents, efficiently sum their vectors, then
>derive a new query from the sum. This code was posted to the list a long
>while back, but is now out of date. As soon as the 1.2 release is final,
>and Dmitry has time, he intends to merge it into Lucene.
>
>
>--
>To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
>For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
>
>
>
>




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
Re: Code to provide vector representation for documents [ In reply to ]
Thanks for the update Dmitry.

--Peter

On 7/5/02 3:01 PM, "Dmitry Serebrennikov" <dmitrys@earthlink.net> wrote:

> No, the code has not been submitted yet. I have sent the older version
> to Doug a while ago, but so far I hadn't have any time to work on
> integrating the code into Lucene 1.2. I expect that in a couple of weeks
> I should be able to get back to that task.
>
> Dmitry.


--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>