[pylucene-dev] lucene.analysis
Andi Vajda
vajda at osafoundation.org
Fri Feb 22 02:06:40 PST 2008
On Feb 21, 2008, at 22:10, "Dirk Rothe" <d.rothe at semantics.de> wrote:
> I'm not sure if I miss something obvious, but how could I access
> stuff in org.apache.lucene.analysis.de.
>
> http://hudson.zones.apache.org/hudson/job/Lucene-trunk/javadoc//org/apache/lucene/analysis/de/package-summary.html
>
> I havent found it in the pylucene namespace.
>
The Java Lucene package structure is flattened in PyLucene. In other
words, just import the class name from lucene:
from lucene import GermanAnalyzer
Andi..
> --dirk
> _______________________________________________
> pylucene-dev mailing list
> pylucene-dev at osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
More information about the pylucene-dev
mailing list