<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: porterstemming</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/porterstemming.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2007-01-31T22:07:07+00:00</updated><author><name>Simon Willison</name></author><entry><title>Spelling correction using the Python Natural Language Toolkit</title><link href="https://simonwillison.net/2007/Jan/31/spelling/#atom-tag" rel="alternate"/><published>2007-01-31T22:07:07+00:00</published><updated>2007-01-31T22:07:07+00:00</updated><id>https://simonwillison.net/2007/Jan/31/spelling/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.biais.org/blog/index.php/2007/01/31/25-spelling-correction-using-the-python-natural-language-toolkit-nltk"&gt;Spelling correction using the Python Natural Language Toolkit&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Uses porter stemming to implement a search engine ’did you mean’ feature based on the Brown Corpus.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/browncorpus"&gt;browncorpus&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/natural-language"&gt;natural-language&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/nltk"&gt;nltk&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/porterstemming"&gt;porterstemming&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;&lt;/p&gt;



</summary><category term="browncorpus"/><category term="natural-language"/><category term="nltk"/><category term="porterstemming"/><category term="python"/></entry></feed>