Skip to content

Commit 0e74fc5

Browse files
committed
gefn
1 parent 7e930ca commit 0e74fc5

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
*.Rmd linguist-language=R
22
*.R linguist-language=R
3-
*.html linguist-documentation
3+
*.html linguist-documentation
4+
*.js linguist-documentation
5+
*.css linguist-documentation

slides/index.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ _Sentiment Analysis: R case study_
4949

5050
.l-60.t-80pct.fl-w-third[
5151
```{r echo=FALSE}
52-
countdown::countdown(20)
52+
countdown::countdown(17)
5353
```
5454
]
5555

@@ -80,7 +80,7 @@ layout: true
8080

8181
- Visualize word clouds (novelty)
8282

83-
- Sentiment analysis ()
83+
- Sentiment analysis
8484

8585
- Analyzing word frequencies (tf-idf)
8686

slides/index.html

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

4444
.l-60.t-80pct.fl-w-third[
45-
<div class="countdown" id="timer_607860c6" style="right:0;bottom:0;" data-warnwhen="0">
46-
<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>
45+
<div class="countdown" id="timer_60787789" style="right:0;bottom:0;" data-warnwhen="0">
46+
<code class="countdown-time"><span class="countdown-digits minutes">17</span><span class="countdown-digits colon">:</span><span class="countdown-digits seconds">00</span></code>
4747
</div>
4848
]
4949

@@ -74,7 +74,7 @@
7474

7575
- Visualize word clouds (novelty)
7676

77-
- Sentiment analysis ()
77+
- Sentiment analysis
7878

7979
- Analyzing word frequencies (tf-idf)
8080

0 commit comments

Comments
 (0)