stemCompletion is not working

I received the same error when using tm v0.6. I suspect this occurs because stemCompletion is not in the default transformations for this version of the tm package: > getTransformations function () c(“removeNumbers”, “removePunctuation”, “removeWords”, “stemDocument”, “stripWhitespace”) <environment: namespace:tm> Now, the tolower function has the same problem, but can be made operational by using the … Read more