This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Sep 22 19:55:28 -0700 2008 | |
| |
README | Mon Oct 06 20:20:08 -0700 2008 | |
| |
Stemmer.py | Mon Oct 06 20:20:08 -0700 2008 | |
| |
stemmedvoc.txt | Mon Sep 22 19:55:28 -0700 2008 | |
| |
voc.txt | Mon Sep 22 19:55:28 -0700 2008 |
README
pyporter2: A python implementation of the Porter2 stemmer. See http://snowball.tartarus.org/algorithms/english/stemmer.html USAGE ----- >>> import Stemmer >>> stemmer = Stemmer.Stemmer('english') >>> stemmer.stemWord('stemming') 'stem' UNIT TESTS ---------- To run the unit tests do: > python Stemmer.py







