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 ;-)

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to