Do you know any java implementation of the Porter2 stemmer(or any better stemmer written in java)? I know that there is a java version of Porter(not Porter2) here :
http://tartarus.org/~martin/PorterStemmer/java.txt
but on http://tartarus.org/~martin/PorterStemmer/ the author mentions that the Porter is bit outdated and recommends to use Porter2, available at
http://snowball.tartarus.org/algorithms/english/stemmer.html
However, the problem with me is that this Porter2 is written in snowball(I never heard of it before, so don't know anything about it). What I am exactly looking for is a java version of it.
Thanks. Your help will he highly appreciated.