Hello, I am in need of a stemmers written in Javascript for european languages. I'm currently looking for a french stemmer, but if there's stemmer for any other language, please let me know. There are stemmers available in Java, but not for javascript!
Here are the Java implementations: http://snowball.tartarus.org/
You can download all stemmers at once from here: http://snowball.tartarus.org/dist/libstemmer_java.tgz
These are based on Porter algorithm.