-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 loc) · 1017 Bytes
/
DESCRIPTION
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
Package: textSummary
Type: Package
Title: Summarise text, build LDA, tf-idf models, create word clouds and other summary plots
Version: 0.1.0
Author: Fahad Usman
Maintainer: Fahad Usman <[email protected]>
Description: Text summarisation for word processing and sentiment analysis using
'tidytext', 'sentimentr', and other tidy tools.
License: GPL
Encoding: UTF-8
LazyData: true
URL: https://github.com/fahadshery/textsummary
BugReports: https://github.com/fahadshery/textsummary/issues
Depends: R (>= 2.10)
Imports: tidytext,
rlang,
dplyr,
stringr,
hunspell,
purrr (>= 0.1.1),
extrafont,
magrittr,
stats,
forcats
Suggests: readr,
tidyr,
tm,
quanteda,
knitr,
rmarkdown,
ggplot2,
reshape2,
wordcloud,
topicmodels,
NLP,
scales,
testthat,
mallet,
stm,
sentimentr,
pluralize,
textstem,
drlib,
RColorBrewer,
textSummary,
lazyeval,
textfeatures,
udpipe,
data.table
RoxygenNote: 6.1.0