R: Stem (Pre-Processed) Text Blocks
Objective I recently needed to stem every word in a block of text i.e. reduce each word to a root form. Problem The stemmer I was using would only stem the last word in each block of text e.g. Solution I wrote a function which splits a block ... [Read more...]