Skip to content

Commit

Permalink
better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirolf committed Sep 23, 2008
1 parent 6f181c9 commit 90828ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
pyporter2: A python implementation of the Porter2 stemmer.

See http://snowball.tartarus.org/algorithms/english/stemmer.html

USAGE
-----
>>> import porter2
>>> porter2.stem('stemming')
'stem'

UNIT TESTS
----------
To run the unit tests do:
> python porter2.py

0 comments on commit 90828ba

Please sign in to comment.