forked from tm4ss/tm4ss.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
43 lines (43 loc) · 1.21 KB
/
_site.yml
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
name: "Text mining in R for social sciences and digital humanities"
output_dir: "docs"
include: ["utils.R", "calculateCoocStatistics.R", "calculateLogLikelihood.R"]
navbar:
# title: "Course plan:"
left:
- text: "Intro"
href: index.html
# - text: "Tutorial 0"
# href: Tutorial_0_R-Intro.html
# icon: ion-android-bulb
- text: "Tutorial 1"
href: Tutorial_1_Web_scraping.html
icon: ion-android-bulb
- text: "Tutorial 2"
href: Tutorial_2_Read_textdata.html
icon: ion-android-bulb
- text: "Tutorial 3"
href: Tutorial_3_Frequency.html
icon: ion-android-bulb
- text: "Tutorial 4"
href: Tutorial_4_Term_extraction.html
icon: ion-android-bulb
- text: "Tutorial 5"
href: Tutorial_5_Co-occurrence.html
icon: ion-android-bulb
- text: "Tutorial 6"
href: Tutorial_6_Topic_Models.html
icon: ion-android-bulb
- text: "Tutorial 7"
href: Tutorial_7_Klassifikation.html
icon: ion-android-bulb
- text: "Tutorial 8"
href: Tutorial_8_NER_POS.html
icon: ion-android-bulb
output:
html_document:
# theme: united
# highlight: tango
toc: true
toc_float: true
include:
after_body: footer.html