Asked By
rio hatim
0 points
N/A
Posted on - 03/23/2012
How can I install tm package in R software? downloaded from internet but it did not work.
R software need package installation
Â
Text mining package is like add on for R software to perform multiple text mining operations. First you need to install text mining package from going to tab packages in R software.
Then go to install package, you will find CRAN mirror. Select any one from them randomly. Then a window appears with lots of built in packages. Select tm package and installed it. You will get the notification of successfully installed.
Keep in mind each time you open R software you need to load tm package to make it workable. If you are not going to load package, you will find it workable.