pkgsrc-wip/py-stem/DESCR
2004-01-04 06:52:00 +00:00

7 lines
161 B
Text

Binding of the Porter stemming algorithm to Python.
Example usage:
import Stem, sys
print Stem.stem("pythonic")
print Stem.delete_stop_words(sys.copyright)