Stemming is a simplistic form of [[lemmatization]] in which affixes are stripped from a word to retrieve the word stem. In the Porter stemmer, iterative passes rewrite words to simpler and simpler forms. This is not typically done in modern [[natural language processing|NLP]] systems, as it is prone to error.