Hello,
I am trying to use the snowball analyzer that is available under
lucene-2.4.0/contrib/snowball/lucene-snowball-2.4.0. Since this is not part of
the lucene python module, is there a way to access this readily ? I've been
monkeying with paths & import statements, but no luck thus far.
Tha
Hello,
From my PyLucene code, I want to pass in a value when I instantiate my
StopAnalyzer. In particular, I want to instantiate w/a file containing a list
of stop words.. Everything I have tried so far is either kicked back by Python
or Java. Is there a way to instantiate a Java File object fro