which Snowball stemmers are in PyLucene?

2009-10-28 Thread Bill Janssen
Is there a programmatic way to figure out whether the Snowball stemmer for a particular language X is supported in a particular installation of PyLucene? Bill

Re: which Snowball stemmers are in PyLucene?

2009-10-28 Thread Andi Vajda
On Oct 28, 2009, at 12:09, Bill Janssen jans...@parc.com wrote: Andi Vajda va...@apache.org wrote: The snowball JAR comes from this statement in the Makefile: SNOWBALL_JAR=$(LUCENE)/build/contrib/snowball/lucene-snowball-$ (LUCENE_VER).jar Which means that it's whatever corresponds to the

Re: which Snowball stemmers are in PyLucene?

2009-10-28 Thread Andi Vajda
On Wed, 28 Oct 2009, Marvin Humphrey wrote: On Wed, Oct 28, 2009 at 12:20:55PM -0700, Andi Vajda wrote: There may be an API in the Snowball library to do this enumeration. There's this, from libstemmer.h: /** Returns an array of the names of the available stemming algorithms. *

Re: Pylucene and JCC 2.4.1

2009-10-28 Thread Andi Vajda
On Wed, 28 Oct 2009, Andi Vajda wrote: On Oct 28, 2009, at 2:45, Manolo Padron Martinez manol...@gmail.com wrote: What is the version of your gcc ? I did the same build today on Ubuntu Gutsy 64 bits without any problem. gcc (Debian 4.3.2-1.1) 4.3.2 g++ (Debian 4.3.2-1.1) 4.3.2 Here are a