RE: A new Snowball stemmer

2017-10-01 Thread Uwe Schindler
A new Snowball stemmer > > Dear All, > > I'd like to integrate a new Snowball stemmer [1] to Lucene for my > experiments, but I can see some incompatibilities between original Snowball > stemmers (produced via Snowball compiler) and actual Lucene's Snowball >

A new Snowball stemmer

2017-10-01 Thread Jan Tosovsky
Dear All, I'd like to integrate a new Snowball stemmer [1] to Lucene for my experiments, but I can see some incompatibilities between original Snowball stemmers (produced via Snowball compiler) and actual Lucene's Snowball stemmers [2]. Especially: * different constructor of Among