I've found test data for snowball stemmers from the Xapian project https://github.com/xapian/xapian/tree/master/xapian-data/stemming
However its licensed under the GPL which could cause conflict with the Apache license which we use, AFAIK This could be used for extensive test, but as you say, a simple test should be enough for all the stemmers. On Wed, May 7, 2014 at 12:16 AM, Jörn Kottmann <[email protected]> wrote: > Hello, > > yes would be nice to have a test for it. We redistribute the code > from the snowball stemmer project. > > How do you think it should be done? > > The factory class is our code wich can load the correct snowball > stemmer, it is worth testing if that works. Not sure if we should > implement extensive tests for each of these stemmers here. > > Any opinions? > > A simple smoke test to see if they all work is nice to have IMO. > > Jörn > > On Fri, 2014-05-02 at 20:33 +0530, Ajay Bhat wrote: > > Hi, > > > > Is there any test for the Snowball Stemmer in the Opennlp? I have seen > only > > the Porter Stemmer test. I'd be happy to code a test if needed. Also, > > please tell if there are any other test for classes needed. > > > > > -- Regards, Ajay Bhat
