CRAN

textTinyR 1.1.3

Text Processing for Small or Big Data Files

Released Apr 14, 2019 by Lampros Mouselimis

This package cannot yet be used with Renjin it depends on other packages which are not available: data.table 1.12.2 An older version of this package is more compatible with Renjin.

Dependencies

data.table 1.12.2 BH 1.69.0-1 RcppArmadillo 0.9.400.2.0 Matrix 1.2-17 R6 2.4.0 Rcpp

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.