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]