<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -160,7 +160,7 @@
     &lt;h1&gt;rbtagger&lt;/h1&gt;
     &lt;div id=&quot;version&quot; class=&quot;clickable&quot; onclick='document.location = &quot;http://rubyforge.org/projects/rbtagger&quot;; return false'&gt;
       &lt;p&gt;Get Version&lt;/p&gt;
-      &lt;a href=&quot;http://rubyforge.org/projects/rbtagger&quot; class=&quot;numbers&quot;&gt;0.3.0&lt;/a&gt;
+      &lt;a href=&quot;http://rubyforge.org/projects/rbtagger&quot; class=&quot;numbers&quot;&gt;0.3.1&lt;/a&gt;
     &lt;/div&gt;
     &lt;h4 style=&quot;float:right;padding-right:10px;&quot;&gt; &amp;amp;#x2192; &amp;#8216;rbtagger&amp;#8217;&lt;/h4&gt;
 &lt;h2&gt;What&lt;/h2&gt;
@@ -182,6 +182,9 @@ gem install rbtagger
 
 &lt;span class=&quot;ident&quot;&gt;tagger&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;suggest&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;(&lt;/span&gt; &lt;span class=&quot;constant&quot;&gt;File&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;read&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;(&amp;quot;&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;sample.txt&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;&amp;quot;)&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;)&lt;/span&gt;
 &lt;span class=&quot;punct&quot;&gt;=&amp;gt;&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;[[&amp;quot;&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;doctor&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;&amp;quot;,&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;NN&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;&amp;quot;,&lt;/span&gt; &lt;span class=&quot;number&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;],&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;[&amp;quot;&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;treatment&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;&amp;quot;,&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;NN&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;&amp;quot;,&lt;/span&gt; &lt;span class=&quot;number&quot;&gt;5&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;]]&lt;/span&gt;
+
+&lt;span class=&quot;ident&quot;&gt;tagger&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;nouns&lt;/span&gt;
+&lt;span class=&quot;ident&quot;&gt;tagger&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;adjectives&lt;/span&gt;
 &lt;/pre&gt;&lt;/p&gt;
 &lt;h4&gt;Using the word tagger&lt;/h4&gt;
 &lt;p&gt;&lt;pre class='syntax'&gt;</diff>
      <filename>website/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -28,6 +28,9 @@ end
 
 tagger.suggest( File.read(&quot;sample.txt&quot;) )
 =&gt; [[&quot;doctor&quot;, &quot;NN&quot;, 3], [&quot;treatment&quot;, &quot;NN&quot;, 5]]
+
+tagger.nouns
+tagger.adjectives
 &lt;/pre&gt;
 
 &lt;h4&gt;Using the word tagger&lt;/h4&gt;</diff>
      <filename>website/index.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0b641362aff25f089a1bfb49f72c9260ee6e5a1c</id>
    </parent>
  </parents>
  <author>
    <name>Todd Fisher</name>
    <email>todd.fisher@gmail.com</email>
  </author>
  <url>http://github.com/taf2/rb-brill-tagger/commit/f5c033dd1a1ac97fc3a24c7940124faf6be3b05c</url>
  <id>f5c033dd1a1ac97fc3a24c7940124faf6be3b05c</id>
  <committed-date>2009-05-21T20:01:12-07:00</committed-date>
  <authored-date>2009-05-21T20:01:12-07:00</authored-date>
  <message>webpage updates</message>
  <tree>3f7aa6f72d70e9cd4170564f625c16c3be0effd4</tree>
  <committer>
    <name>Todd Fisher</name>
    <email>todd.fisher@gmail.com</email>
  </committer>
</commit>
