<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Stemmer.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,11 +4,12 @@ See http://snowball.tartarus.org/algorithms/english/stemmer.html
 
 USAGE
 -----
-&gt;&gt;&gt; import porter2
-&gt;&gt;&gt; porter2.stem('stemming')
+&gt;&gt;&gt; import Stemmer
+&gt;&gt;&gt; stemmer = Stemmer.Stemmer('english')
+&gt;&gt;&gt; stemmer.stemWord('stemming')
 'stem'
 
 UNIT TESTS
 ----------
 To run the unit tests do:
-&gt; python porter2.py
+&gt; python Stemmer.py</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>porter2.py</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>90828bafbaa6aeb56fa0a1b477aced9964d58d81</id>
    </parent>
  </parents>
  <author>
    <name>Mike Dirolf</name>
    <email>mike@dirolf.com</email>
  </author>
  <url>http://github.com/mdirolf/pyporter2/commit/02b0cfd6a67fe18488a3193516d15f139b2c2c4e</url>
  <id>02b0cfd6a67fe18488a3193516d15f139b2c2c4e</id>
  <committed-date>2008-10-06T20:20:08-07:00</committed-date>
  <authored-date>2008-10-06T20:20:08-07:00</authored-date>
  <message>started work towards v1.0.0 =&gt; implementing the PyStemmer API and deprecating the original API</message>
  <tree>c4966a636c14157a748cf860f24c27c9e8909212</tree>
  <committer>
    <name>Mike Dirolf</name>
    <email>mike@dirolf.com</email>
  </committer>
</commit>
