Friday, January 8, 2010

Online Porter Stemmer

I was looking for an online version of the Porter Stemming algorithm. I couldn't find one, and then realized that I am the person most recently credited with the official JS version here: http://tartarus.org/~martin/PorterStemmer/

So I guess then, it's my responsibility to make a demo: http://qaa.ath.cx/porter_js_demo.html

There it is.

3 comments:

  1. http://urim.googlecode.com/svn/jsSnowball/demo.html

    ReplyDelete
  2. snowball is awesome ... no question. there! I've got my code on github at https://github.com/kristopolous/Porter-Stemmer

    ReplyDelete

Followers