Bryan, Have a look at page 111 of Lucene in Action 2, section 4.1. Is that the sort of thing you are after? If so, we may have some code that produced that in the LIA2 source code download...
You could also just write a small app/script that calls (via HTTP/SolrJ) one of the Solr analysis request handlers - if you look at solrconfig.xml you will see them defined there. Otis ---- Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ ----- Original Message ---- > From: bryan rasmussen <rasmussen.br...@gmail.com> > To: solr-user <solr-user@lucene.apache.org> > Sent: Tue, April 19, 2011 11:15:49 AM > Subject: testing of stemming > > Hi, > > I was wondering if I have a large number of queries I want to test > stemming on if there is a free standing library I can just run it > against without having to do all the overhead of a http request? > > Thanks, > Bryan Rasmussen >