search for: readrcv1asplain

Displaying 2 results from an estimated 2 matches for "readrcv1asplain".

2010 Feb 04
1
How to read HTML or TEXT file with tm package
??????????????????????????????????????????... ????: ???? URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100204/a3069c99/attachment.pl>
2011 May 18
0
text mining problem using TM package
...text mining and I’m having problems filtering articles out of my data set by local meta data. Here is the code: *data <- ("C:/… /19970331")* * * * * *rs <- ReutersSource(data , encoding = "UTF-8")* *RC <- VCorpus(DirSource(data), readerControl = list(reader = readRCV1asPlain,* * language = "en_US",* * load = TRUE),* * dbControl = list(useDb = TRUE,* * dbName = "texts.db",* * dbType = "DB1"))* * * * * * * *tm_index(RC, FUN = sFilter, doclevel = F, useMeta = T, "Topics == 'MCAT'") * * * * * W...