[issue2027] Module containing C implementations of common text algorithms

Matt Chaput report at bugs.python.org
Fri Feb 8 01:27:55 CET 2008


Matt Chaput added the comment:

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.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2027>
__________________________________


More information about the Python-bugs-list mailing list