Le jeudi 12 janvier 2012 ? 15:18 -0800, plecto a ?crit :
Thanks!
I read your "shoer term" solution and thanks to it was able to make stemming
working in R for Mac OS X.
I actually used Sys.setenv(NOAWT=TRUE) instead of Sys.setenv("NOAWT",
"true"), as the latter produces the following error message: Error in
Sys.setenv("NOAWT", "true") : all arguments must be named.
For people that might bump on this thread later while searching for help: if this solution did not work for you, make sure you run Sys.setenv(NOAWT= "true") *before* loading Snowball/RWeka/rJava via library(). Else it won't have any effect. Hope this will save you some time ;-)