[R] Problem with Snowball & RWeka

Milan Bouchet-Valat nalimilan at club.fr
Mon Feb 6 10:03:14 CET 2012


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



More information about the R-help mailing list