-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
96 lines (96 loc) · 2.22 KB
/
Copy pathDESCRIPTION
File metadata and controls
96 lines (96 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Package: TextAnalysisR
Title: A Text Mining Workflow Tool
Version: 0.1.4.9000
Authors@R:
person("Mikyung", "Shin", , "shin.mikyung@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7907-9193"))
Description: Provides a text mining and natural language processing
workflow for documents. Includes preprocessing
via 'quanteda', lexical analysis (term frequency-inverse document
frequency, log-odds ratios, lexical diversity) via 'tidytext',
topic modeling via 'stm' and the 'BERTopic' approach, semantic
similarity and document clustering on transformer representations,
an interactive 'Shiny' interface with 'ggplot2' visualization,
optional 'spaCy' preprocessing, and local 'sentence-transformers'
or web-based ('OpenAI', 'Gemini') model
providers for retrieval-augmented generation, as described in
Shin et al. (2026) <doi:10.1177/07319487251412879>.
License: GPL (>= 3)
Language: en-US
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
Imports:
dplyr,
DT,
ggplot2,
htmltools,
htmlwidgets,
igraph,
magrittr,
Matrix,
methods,
quanteda,
quanteda.textstats,
RColorBrewer,
rlang,
scales,
shiny,
tibble,
tidyr,
tidytext,
widyr,
withr
Suggests:
aricode,
tidylo,
broom,
patchwork,
cluster,
clusterCrit,
colourpicker,
covr,
dbscan,
digest,
httr,
jsonlite,
knitr,
markdown,
MASS,
moments,
numform,
officer,
openxlsx,
pdftools,
progress,
proxy,
pscl,
purrr,
readxl,
reticulate (>= 1.28),
rmarkdown,
roxygen2,
Rtsne,
shinyBS,
shinybusy,
shinyjs,
spelling,
stm,
stopwords,
stringr,
syuzhet,
testthat (>= 3.0.0),
textdata,
umap,
plotly
Depends: R (>= 4.0)
SystemRequirements: Python (>= 3.8) with spaCy (>= 3.5) for
lemmatization and sentence-transformers (>= 2.2) for embeddings
(optional)
URL: https://mshin77.github.io/TextAnalysisR/,
https://github.com/mshin77/TextAnalysisR
BugReports: https://github.com/mshin77/TextAnalysisR/issues
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0