8000 GitHub - iamkbpark/textTinyR: Text Processing for Small or Big Data Files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iamkbpark/textTinyR

 
 

Repository files navigation

textTinyR


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,

https://github.com/mlampros/textTinyR/issues

About

Text Processing for Small or Big Data Files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 73.2%
  • C++ 26.8%
0