textTinyR
The textTinyR package consists of text processing functions for small or big data files. More details on the functionality of textTinyR can be found in the package Documentation and Vignettes. The R package can be installed, in the following Operating Systems: Linux, Mac and Windows. However, there is one limitation : chinese, japanese, korean, thai or languages with ambiguous word boundaries are not supported.
UPDATE 01-04-2018 : boost-locale is no longer a system requirement for the textTinyR package.
Installation of the textTinyR package (CRAN, Github)
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(repo = 'mlampros/textTinyR')