Hello, yes with loading the package: library("Rstem") works! Thank you.
On 3/6/09, Rolf Turner <r.tur...@auckland.ac.nz> wrote: > > On 6/03/2009, at 10:29 AM, Maria I. Tchalakova wrote: > >> Hello, >> >> thanks a lot for the replies. I've installed the binary for R-2.8.x >> available at: >> http://www.statistik.uni-dortmund.de/~ligges/Rstem_0.3-1.zip >> >> However, when I try using some of the functions, such as >> getStemLanguages() or wordStem(), I get: >> >>> getStemLanguages() >> Error: could not find function "getStemLanguages" >> >> or >> >>> words = c("sing", "singing", "singer") >>> wordStem(words, language = "english") >> Error: could not find function "wordStem" >> >> Why do I get this? Haven't I installed the package correctly? I've >> done this using the R Gui: "Packages" --> "Install package(s) from >> local zip files ...", have chosen the .zip file, which I've downloaded >> from the URL you sent me, and I got: >> >>> utils:::menuInstallLocal() >> package 'Rstem' successfully unpacked and MD5 sums checked >> updating HTML package descriptions >> >> Do I need to do something else? I receive the same results after >> installing (in this way) the the binary for R-2.7.x. > > It sounds to me like you haven't ***loaded*** the package. > > See ?library. > > cheers, > > Rolf Turner > > ###################################################################### > Attention: > This e-mail message is privileged and confidential. If you are not the > intended recipient please delete the message and notify the sender. > Any views or opinions presented are solely those of the author. > > This e-mail has been scanned and cleared by MailMarshal > www.marshalsoftware.com > ###################################################################### > ______________________________________________ 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.