On Wed, 28 Oct 2009, Bill Janssen wrote:

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?

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 Lucene version checked out. For PyLucene 2.9.0, that is:
   http://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_9_0

In other words, this is a question best asked on the java-u...@lucene.apache.org mailing list as PyLucene doesn't do anything different (at least intentionally).

Andi..

Reply via email to