Skip to content

Commit 7e930ca

Browse files
committed
corpus
1 parent 28b059c commit 7e930ca

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

slides/index.Rmd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,16 @@ class: col-2
152152

153153
#### String
154154

155-
Text / character vectors
155+
- Text / character vectors
156156

157157

158158
#### Corpus
159-
Raw strings annotated with additional metadata
159+
- Raw strings annotated with additional metadata
160+
- A collection of documents
160161

161162
#### Document-term matrix
162163

163-
A sparse matrix describing a collection of documents (i.e. _corpus_) with one row for each document and one column for each term. (tf-idf)
164+
- A sparse matrix describing a collection of documents (i.e. _corpus_) with one row for each document and one column for each term. (tf-idf)
164165

165166

166167
.footer[.f6[   -- Silge & Robinson]]

slides/index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
]
4343

4444
.l-60.t-80pct.fl-w-third[
45-
<div class="countdown" id="timer_6076f497" style="right:0;bottom:0;" data-warnwhen="0">
45+
<div class="countdown" id="timer_607860c6" style="right:0;bottom:0;" data-warnwhen="0">
4646
<code class="countdown-time"><span class="countdown-digits minutes">20</span><span class="countdown-digits colon">:</span><span class="countdown-digits seconds">00</span></code>
4747
</div>
4848
]
@@ -61,7 +61,7 @@
6161

6262
.footercc[
6363
&lt;i class="fab fa-creative-commons"&gt;&lt;/i&gt;&amp;nbsp; &lt;i class="fab fa-creative-commons-by"&gt;&lt;/i&gt;&lt;i class="fab fa-creative-commons-nc"&gt;&lt;/i&gt; &lt;a href = "https://JohnLittle.info"&gt;&lt;span class = "opacity30"&gt;https://&lt;/span&gt;JohnLittle&lt;span class = "opacity30"&gt;.info&lt;/span&gt;&lt;/a&gt;
64-
&lt;span class = "opacity30"&gt; | &lt;a href="https://github.com/libjohn/workshop_textmining"&gt;https://github.com/libjohn/workshop_textmining&lt;/a&gt; | 2021-04-14 &lt;/span&gt;
64+
&lt;span class = "opacity30"&gt; | &lt;a href="https://github.com/libjohn/workshop_textmining"&gt;https://github.com/libjohn/workshop_textmining&lt;/a&gt; | 2021-04-15 &lt;/span&gt;
6565
]
6666

6767
---
@@ -146,15 +146,16 @@
146146

147147
#### String
148148

149-
Text / character vectors
149+
- Text / character vectors
150150

151151

152152
#### Corpus
153-
Raw strings annotated with additional metadata
153+
- Raw strings annotated with additional metadata
154+
- A collection of documents
154155

155156
#### Document-term matrix
156157

157-
A sparse matrix describing a collection of documents (i.e. _corpus_) with one row for each document and one column for each term. (tf-idf)
158+
- A sparse matrix describing a collection of documents (i.e. _corpus_) with one row for each document and one column for each term. (tf-idf)
158159

159160

160161
.footer[.f6[ &amp;nbsp; -- Silge &amp; Robinson]]
@@ -165,7 +166,7 @@
165166

166167
.footercc[
167168
&lt;i class="fab fa-creative-commons"&gt;&lt;/i&gt;&amp;nbsp; &lt;i class="fab fa-creative-commons-by"&gt;&lt;/i&gt;&lt;i class="fab fa-creative-commons-nc"&gt;&lt;/i&gt; &lt;a href = "https://JohnLittle.info"&gt;&lt;span class = "opacity30"&gt;https://&lt;/span&gt;JohnLittle&lt;span class = "opacity30"&gt;.info&lt;/span&gt;&lt;/a&gt;
168-
&lt;span class = "opacity30"&gt; | &lt;a href="https://github.com/libjohn/workshop_textmining"&gt;https://github.com/libjohn/workshop_textmining&lt;/a&gt; | 2021-04-14 &lt;/span&gt;
169+
&lt;span class = "opacity30"&gt; | &lt;a href="https://github.com/libjohn/workshop_textmining"&gt;https://github.com/libjohn/workshop_textmining&lt;/a&gt; | 2021-04-15 &lt;/span&gt;
169170
]
170171

171172

0 commit comments

Comments
 (0)