This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mchaput
Recipients mchaput
Date 2008-02-07.04:45:39
SpamBayes Score 0.019160585
Marked as misclassified No
Message-id <1202359542.04.0.8630524902.issue2027@psf.upfronthosting.co.za>
In-reply-to
Content
Add a module to the standard library containing fast (C) implementations 
of common text/language related algorithms, to begin specifically Porter 
(and perhaps other) stemming and Levenshtein (and perhaps other) edit 
distance. Both these algorithms are useful in multiple domains, well 
known and understood, and have sample implementations all over the Web, 
but are compute-intensive and prohibitively expensive when implemented 
in pure Python.
History
Date User Action Args
2008-02-07 04:45:42mchaputsetspambayes_score: 0.0191606 -> 0.019160585
recipients: + mchaput
2008-02-07 04:45:42mchaputsetspambayes_score: 0.0191606 -> 0.0191606
messageid: <1202359542.04.0.8630524902.issue2027@psf.upfronthosting.co.za>
2008-02-07 04:45:40mchaputlinkissue2027 messages
2008-02-07 04:45:39mchaputcreate