Dear all, I am not much into searching, however, I used Lucene to do some text postprocessing, (esp. stemming) using low level tools generously gathered in Lucene.
I was very happy to see the memory footprint improvement in the Hunspell stemmer algorithm (https://issues.apache.org/jira/browse/LUCENE-5468) in 4.8.* However, I also found out that low level interface (basically a class providing method taking String and returning list of stems) provided in the class HunspellStemmer in Lucene 4.7.2 somehow disappeared in 4.8.*: http://lucene.apache.org/core/4_7_2/analyzers-common/org/apache/lucene/analysis/hunspell/HunspellStemmer.html After a brief analysis of sources, I found out that the functionality I am after is provided in the class org.apache.lucene.analysis.hunspell.Stemmer, which is private (!!!) in 4.8.* :( Is it possible to make it public in the forthcoming release? Or maybe I am missing something and there is other way to access such low-level functionality? It would help me a lot! Thank you for any of your hints on the issue! Kind regards, MichaĆ --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org