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 amaury.forgeotdarc, christian.heimes, mchaput
Date 2008-02-08.00:27:54
SpamBayes Score 0.03953432
Marked as misclassified No
Message-id <1202430475.6.0.0835938562836.issue2027@psf.upfronthosting.co.za>
In-reply-to
Content
The Porter stemming and Levenshtein edit-distance algorithms are not
"fast-moving" nor are they fusion reactors... they've been around
forever, and are simple to implement, but are still useful in various
common scenarios. I'd say this is similar to Python including an
implementation of digest functions such as SHA: it's useful enough, and
compute-intensive enough, to warrant a C implementation. Shipping C
extensions is not an option for everyone; it's especially a pain with
Windows.
History
Date User Action Args
2008-02-08 00:27:56mchaputsetspambayes_score: 0.0395343 -> 0.03953432
recipients: + mchaput, amaury.forgeotdarc, christian.heimes
2008-02-08 00:27:55mchaputsetspambayes_score: 0.0395343 -> 0.0395343
messageid: <1202430475.6.0.0835938562836.issue2027@psf.upfronthosting.co.za>
2008-02-08 00:27:54mchaputlinkissue2027 messages
2008-02-08 00:27:54mchaputcreate