Re: [R] Library (tm) Error: could not find function "TermDocMatrix".

2012-02-05 Thread Mickaël Clévenot
It's jsut a vocabulry trouble. The good name is TermDocumentMatrix. Certainly it's depend of the version of TM. best regards __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

Re: [R] Library (tm) Error: could not find function "TermDocMatrix".

2010-04-26 Thread Ignacio mas data
Hi Peter Thanks. This was my problem I saw this term in the next document http://cran.r-project.org/doc/Rnews/Rnews_2008-2.pdf Best regards -- View this message in context: http://r.789695.n4.nabble.com/Library-tm-Error-could-not-find-function-TermDocMatrix-tp2062464p2064843.html Sent from

Re: [R] Library (tm) Error: could not find function "TermDocMatrix".

2010-04-23 Thread Peter Ehlers
Package tm does not have a function TermDocMatrix. Where did you get the idea that it does? There _is_ a function TermDocumentMatrix, however. -Peter Ehlers On 2010-04-23 10:21, Ignacio mas data wrote: Hi List I have the next code and the error. I have try with other codes and I have the sa

[R] Library (tm) Error: could not find function "TermDocMatrix".

2010-04-23 Thread Ignacio mas data
Hi List I have the next code and the error. I have try with other codes and I have the same problem. > reut21578 <- system.file("texts", "crude", package = "tm") > (r <- Corpus(DirSource(reut21578), readerControl = list(reader = > readReut21578XMLasPlain))) A corpus with 20 text documents > (r