-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
88 lines (85 loc) · 2.32 KB
/
_quarto.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
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
project:
type: book
book:
title: "Text Analysis Using R"
author:
- name: Kenneth Benoit
- name: Stefan Müller
site-url: https://quanteda.github.io/Text-Analysis-Using-R/
repo-url: https://github.com/quanteda/Text-Analysis-Using-R
repo-actions: [edit]
chapters:
- "index.qmd"
- "00-preface.qmd"
- "00-authors.qmd"
- "01-intro.qmd"
- part: "Using R"
chapters:
- "02-r-basics.qmd"
- "03-r-workflow.qmd"
- "04-r-strings.qmd"
- part: "Acquiring Texts"
chapters:
- "05-acquiring-files.qmd"
- "06-acquiring-packages.qmd"
- "07-acquiring-internet.qmd"
- part: "Creating and Managing Corpora"
chapters:
- "08-quanteda-overview.qmd"
- "09-quanteda-corpus.qmd"
- part: "Processing Texts"
chapters:
- "10-quanteda-tokens.qmd"
- "11-quanteda-tokensadvanced.qmd"
- "12-quanteda-dfms.qmd"
- "13-quanteda-fcms.qmd"
- part: "Exploring and Describing Texts"
chapters:
- "14-exploring-description.qmd"
- "15-exploring-kwic.qmd"
- "16-exploring-dictionaries.qmd"
- "17-exploring-frequencies.qmd"
- part: "Statistics for Comparing Texts"
chapters:
- "18-comparing-sophistication.qmd"
- "19-comparing-documents.qmd"
- "20-comparing-features.qmd"
- part: "Machine Learning for Texts"
chapters:
- "21-ml-supervised-scaling.qmd"
- "22-ml-unsupervised-scaling.qmd"
- "23-ml-classifiers.qmd"
- "24-ml-topicmodels.qmd"
- part: "Incorporating Language Models"
chapters:
- "25-lms-linguistic-parsing.qmd"
- "26-lms-embeddings.qmd"
- "27-lms-transformers.qmd"
- part: "Further Issues"
chapters:
- "28-further-tidy.qmd"
- "29-further-hardlanguages.qmd"
- "references.qmd"
appendices:
- "30-appendix-installation.qmd"
- "31-appendix-encoding.qmd"
- "32-appendix-regex.qmd"
format:
html:
theme: cosmo
bibliography: TAUR.bib
# code-link: false
pdf:
toc: true
number-sections: true
colorlinks: true
bibliography: TAUR.bib
link-citations: true
links-as-notes: true
fontsize: 12pt
pdf-engine: lualatex
monofont: "Menlo"
monofontoptions:
- Scale = 0.75
execute:
freeze: auto