7 lines
161 B
Text
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)
|