Sorry, my mistake. Should be: for n,v in lucene.__dict__.items(): if n.endswith("Stemmer") and issubclass(v, lucene.SnowballProgram): print n[:-len("Stemmer")]
That produces the list. Bill
Sorry, my mistake. Should be: for n,v in lucene.__dict__.items(): if n.endswith("Stemmer") and issubclass(v, lucene.SnowballProgram): print n[:-len("Stemmer")]
That produces the list. Bill