RE: A new Snowball stemmer

2017-10-01 Thread Uwe Schindler
Hi, there is an ANT task for patching the Snowball Compiler output. lucene/analysis/common/ $ ant patch-snowball I am not 100% sure if this still works with latest snowball compiler, but back at that time it was used to convert the files. You may need to use an older Snowball version, so the r

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 class: new Amon