Re: Getting term vectors/computing cosine similarity

2014-05-27 Thread Andi Vajda
> On May 27, 2014, at 19:17, "Michael O'Leary" wrote: > > *tl;dnr*: a next() method is defined for the Java class TVTermsEnum in > Lucene 4.8.1, but it looks like there is no next() method available for an > object that looks like it is an instance of the Python class TVTermsEnum in > PyLucene 4

Getting term vectors/computing cosine similarity

2014-05-27 Thread Michael O'Leary
*tl;dnr*: a next() method is defined for the Java class TVTermsEnum in Lucene 4.8.1, but it looks like there is no next() method available for an object that looks like it is an instance of the Python class TVTermsEnum in PyLucene 4.8.1. I have a set of documents that I would like to cluster. Thes

Re: PyLucene 4.8.0 - 'make install' with 'root=' missing a couple of files

2014-05-27 Thread Andi Vajda
On Tue, 27 May 2014, Eduard Rozenberg wrote: Hello folks, I?m working on packaging PyLucene to a Slackware package by using a setup.cfg in the source directory and redirecting the installation root to /tmp/pylucene_installdir. I noticed that a couple of files are missing when doing this alter

PyLucene 4.8.0 - 'make install' with 'root=' missing a couple of files

2014-05-27 Thread Eduard Rozenberg
Hello folks, I’m working on packaging PyLucene to a Slackware package by using a setup.cfg in the source directory and redirecting the installation root to /tmp/pylucene_installdir. I noticed that a couple of files are missing when doing this alternate root install compared to the regular inst