textTinyR: Text Processing for Small or Big Data Files

It offers functions for splitting, parsing, tokenizing and creating a vocabulary for big text data files. Moreover, it includes functions for building a document-term matrix and extracting information from those (term-associations, most frequent terms). It also embodies functions for calculating token statistics (collocations, look-up tables, string dissimilarities) and functions to work with sparse matrices. Lastly, it includes functions for Word Vector Representations (i.e. 'GloVe', 'fasttext') and incorporates functions for the calculation of (pairwise) text document dissimilarities. The source code is based on 'C++11' and exported in R through the 'Rcpp', 'RcppArmadillo' and 'BH' packages.

Package details

AuthorLampros Mouselimis [aut, cre] (<https://orcid.org/0000-0002-8024-1546>)
MaintainerLampros Mouselimis <mouselimislampros@gmail.com>
LicenseGPL-3
Version1.1.7
URL https://github.com/mlampros/textTinyR
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("textTinyR")

Try the textTinyR package in your browser

Any scripts or data that you put into this service are public.

textTinyR documentation built on Oct. 26, 2021, 9:06 a.m.