forked from dgrtwo/tidy-text-mining
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.bib
202 lines (180 loc) · 5.71 KB
/
book.bib
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
@misc{tidytext-archive,
author = {Julia Silge and
David Robinson and
Jim Hester},
title = {{tidytext}: Text mining using dplyr, ggplot2, and other tidy tools},
month = jun,
year = 2016,
doi = {10.5281/zenodo.56714},
url = {http://dx.doi.org/10.5281/zenodo.56714}
}
@article{tm,
title = {Text Mining Infrastructure in R},
author = {Ingo Feinerer and
Kurt Hornik and
David Meyer},
year = {2008},
journal = {Journal of Statistical Software},
volume = {25},
number = {5},
pages = {1-54},
url = {http://www.jstatsoft.org/v25/i05/}
}
@article{tidydata,
author = {Hadley Wickham},
title = {Tidy Data},
journal = {Journal of Statistical Software},
volume = {59},
number = {1},
year = {2014},
keywords = {},
issn = {1548-7660},
pages = {1--23},
doi = {10.18637/jss.v059.i10},
url = {https://www.jstatsoft.org/index.php/jss/article/view/v059i10}
}
@Manual{R-broom,
title = {{broom}: Convert Statistical Analysis Objects into Tidy Data Frames},
author = {David Robinson},
year = {2017},
note = {R package version 0.4.2},
url = {https://CRAN.R-project.org/package=broom},
}
@Manual{R-gutenbergr,
title = {{gutenbergr}: Download and Process Public Domain Works from Project Gutenberg},
author = {David Robinson},
year = {2016},
note = {R package version 0.1.2},
url = {https://cran.rstudio.com/package=gutenbergr},
}
@Manual{R-tokenizers,
title = {{tokenizers}: A Consistent Interface to Tokenize Natural Language Text},
author = {Lincoln Mullen},
year = {2016},
note = {R package version 0.1.3},
url = {https://CRAN.R-project.org/package=tokenizers},
}
@article{R-tidytext,
doi = {10.21105/joss.00037},
url = {http://dx.doi.org/10.21105/joss.00037},
year = {2016},
month = {jul},
publisher = {The Open Journal},
volume = {1},
number = {3},
author = {Julia Silge and David Robinson},
title = {{tidytext}: Text Mining and Analysis Using Tidy Data Principles in R},
journal = {{JOSS}}
}
@Manual{R-dplyr,
title = {{dplyr}: A Grammar of Data Manipulation},
author = {Hadley Wickham and Romain Francois},
year = {2016},
note = {R package version 0.5.0},
url = {https://CRAN.R-project.org/package=dplyr},
}
@Manual{R-tidyr,
title = {{tidyr}: Easily Tidy Data with `spread()` and `gather()` Functions},
author = {Hadley Wickham},
year = {2016},
note = {R package version 0.6.0},
url = {https://CRAN.R-project.org/package=tidyr},
}
@Manual{R-purrr,
title = {purrr: Functional Programming Tools},
author = {Lionel Henry and Hadley Wickham},
year = {2018},
note = {R package version 0.2.5},
url = {https://CRAN.R-project.org/package=purrr},
}
@Book{R-ggplot2,
author = {Hadley Wickham},
title = {{ggplot2}: Elegant Graphics for Data Analysis},
publisher = {Springer-Verlag New York},
year = {2009},
isbn = {978-0-387-98140-6},
url = {http://ggplot2.org},
}
@Manual{R-quanteda,
title = {{quanteda}: Quantitative Analysis of Textual Data},
author = {Kenneth Benoit and Paul Nulty},
year = {2016},
note = {R package version 0.9.8},
url = {https://CRAN.R-project.org/package=quanteda},
}
@Manual{R-janeaustenr,
title = {{janeaustenr}: Jane Austen's Complete Novels},
author = {Julia Silge},
year = {2016},
note = {R package version 0.1.2},
url = {https://CRAN.R-project.org/package=janeaustenr},
}
@Article{R-reshape2,
title = {Reshaping Data with the {reshape} Package},
author = {Hadley Wickham},
journal = {Journal of Statistical Software},
year = {2007},
volume = {21},
number = {12},
pages = {1--20},
url = {http://www.jstatsoft.org/v21/i12/},
}
@article {loughran2011liability,
author = {Loughran, Tim and McDonald, Bill},
title = {When Is a Liability Not a Liability? Textual Analysis, Dictionaries, and 10-Ks},
journal = {The Journal of Finance},
volume = {66},
number = {1},
publisher = {Blackwell Publishing Inc},
issn = {1540-6261},
url = {http://dx.doi.org/10.1111/j.1540-6261.2010.01625.x},
doi = {10.1111/j.1540-6261.2010.01625.x},
pages = {35--65},
year = {2011},
}
@Manual{R-mallet,
title = {{mallet}: A wrapper around the Java machine learning tool MALLET},
author = {David Mimno},
year = {2013},
note = {R package version 1.0},
url = {https://cran.r-project.org/package=mallet},
}
@InCollection{Friedman:2008:EPL:1378240,
author = {Abelson, Hal},
title = {Foreword},
booktitle = {Essentials of Programming Languages, 3rd Edition},
year = {2008},
isbn = {0262062798, 9780262062794},
edition = {3},
publisher = {The MIT Press},
}
@Manual{R-sentimentr,
title = {{sentimentr}: Calculate Text Polarity Sentiment},
author = {Tyler W. Rinker},
organization = {University at Buffalo/SUNY},
address = {Buffalo, New York},
note = {version 1.0.0},
year = {2017},
url = {http://github.com/trinker/sentimentr},
}
@Manual{R-coreNLP,
title = {{coreNLP}: Wrappers Around Stanford CoreNLP Tools},
author = {Taylor Arnold and Lauren Tilton},
year = {2016},
note = {R package version 0.4.2},
url = {https://cran.r-project.org/package=coreNLP},
}
@Manual{R-cleanNLP,
title = {{cleanNLP}: A Tidy Data Model for Natural Language Processing},
author = {Taylor B. Arnold},
year = {2016},
note = {R package version 0.24},
url = {https://cran.r-project.org/package=cleanNLP},
}
@Manual{R-ggraph,
title = {{ggraph}: An Implementation of Grammar of Graphics for Graphs and Networks},
author = {Thomas Lin Pedersen},
year = {2017},
note = {R package version 1.0.0},
url = {https://cran.r-project.org/package=ggraph},
}