Re: [R] Help: stemming and stem completion with package tm in R

2011-11-07 Thread Felix Andrews
Hi Yanchang, The problem seems to be that stemCompletion only looks for words that begin with mine, and mining does not strictly begin with mine. I don't think there is any easy way to modify stemCompletion to get around that. However, maybe you could substitute the most prevalent word in your

[R] Help: stemming and stem completion with package tm in R

2011-11-03 Thread Yanchang Zhao
Hi All I came across a problem below when doing stemming and stem completion with package tm in R. Word mining was stemmed to mine with stemDocument(), and then completed to minerswith stemCompletion(). However, I prefer to keep mining intact. For stemCompletion(), the default type of completion