Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 253 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 253 Bytes

porter-stemmer

Python implementation of Porter's stemming algorithm adapted for Welsh language. It is based on the original paper: http://tartarus.org/martin/PorterStemmer

#Usage

python3 stemmer.py [inputfilename] > [stemmeroutputfile]