The textTinyR package consists of text pre-processing functions for small or big data files. More details on the functionality of the textTinyR can be found in the blog-post and in the package Vignette. The R package can be installed, in the following OS's: Linux, Mac and Windows. However, there are some limitations :
- there is no support for chinese, japanese, korean, thai or languages with ambiguous word boundaries.
- there is no support functions for utf-locale on windows, meaning only english character strings or files can be input and pre-processed.
To install the package from CRAN use,
install.packages("textTinyR")
and to download the latest version from Github use the install_github function of the devtools package,
devtools::install_github('mlampros/textTinyR')
Use the following link to report bugs/issues,