<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,14 @@
 pyporter2: A python implementation of the Porter2 stemmer.
 
 See http://snowball.tartarus.org/algorithms/english/stemmer.html
+
+USAGE
+-----
+&gt;&gt;&gt; import porter2
+&gt;&gt;&gt; porter2.stem('stemming')
+'stem'
+
+UNIT TESTS
+----------
+To run the unit tests do:
+&gt; python porter2.py</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6f181c9ab41aaaec06d15c75b2eecc7653b812eb</id>
    </parent>
  </parents>
  <author>
    <name>Mike Dirolf</name>
    <email>mike@dirolf.com</email>
  </author>
  <url>http://github.com/mdirolf/pyporter2/commit/90828bafbaa6aeb56fa0a1b477aced9964d58d81</url>
  <id>90828bafbaa6aeb56fa0a1b477aced9964d58d81</id>
  <committed-date>2008-09-22T21:07:45-07:00</committed-date>
  <authored-date>2008-09-22T21:07:45-07:00</authored-date>
  <message>better readme</message>
  <tree>28876dadbe22bc5e643e976cb1e89b0a5d7cea87</tree>
  <committer>
    <name>Mike Dirolf</name>
    <email>mike@dirolf.com</email>
  </committer>
</commit>
