-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
21 lines (21 loc) · 1.49 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 = "[email protected]", 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: 2017-04-01 13:56:22 UTC; lampros