Package: textTinyR Type: Package Title: Text Processing for Small or Big Data Files Version: 1.1.8 Date: 2023-12-04 Authors@R: c( person(given = "Lampros", family = "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-8024-1546"))) BugReports: https://github.com/mlampros/textTinyR/issues URL: https://github.com/mlampros/textTinyR Description: 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. License: GPL-3 Copyright: inst/COPYRIGHTS SystemRequirements: libarmadillo: apt-get install -y libarmadillo-dev (deb) Encoding: UTF-8 Depends: R(>= 3.2.3), Matrix Imports: Rcpp (>= 0.12.10), R6, data.table, utils LinkingTo: Rcpp, RcppArmadillo (>= 0.7.8), BH Suggests: testthat, covr, knitr, rmarkdown VignetteBuilder: knitr RoxygenNote: 7.2.3 NeedsCompilation: yes Packaged: 2026-07-04 17:59:25 UTC; root Repository: https://mlampros.r-universe.dev Date/Publication: 2023-12-05 08:38:29 UTC RemoteUrl: https://github.com/mlampros/texttinyr RemoteRef: HEAD RemoteSha: 11c7a8e6690f1fbe2e59df5d0dd451c1bd54a74e Author: Lampros Mouselimis [aut, cre] (ORCID: ) Maintainer: Lampros Mouselimis