forked from quanteda/quanteda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
153 lines (153 loc) · 4.27 KB
/
_pkgdown.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
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
url: https://quanteda.io
template:
params:
bootswatch: readable
ganalytics: UA-144616-24
docsearch:
api_key: 9b4ef7fd791dc6075154d3ebd7b12acf
index_name: quanteda
news:
- one_page: false
navbar:
title: "Quanteda"
type: inverse
left:
- text: "Quick Start"
menu:
- text: "Quick Start Guide"
href: articles/quickstart.html
- text: "Guía de Inicio Rápido"
href: articles/pkgdown/quickstart_es.html
- text: "快速入门指南"
href: articles/pkgdown/quickstart_cn.html
- text: "クイック・スタートガイド"
href: articles/pkgdown/quickstart_ja.html
- text: "त्वरित आरंभ "
href: articles/pkgdown/quickstart_hi.html
- text: "Reference"
href: reference/index.html
- text: "Features"
menu:
- text: "Feature comparison"
href: articles/pkgdown/comparison.html
- text: "Package design"
href: articles/pkgdown/design.html
- text: "Changelog"
href: news/index.html
- text: "Examples"
menu:
- text: "Multi-word expressions"
href: articles/pkgdown/examples/phrase.html
- text: "Textual data visualization"
href: articles/pkgdown/examples/plotting.html
- text: "Latent Semantic Analysis (LSA)"
href: articles/pkgdown/examples/lsa.html
- text: "Chinese text analysis"
href: articles/pkgdown/examples/chinese.html
- text: "Social media analysis"
href: articles/pkgdown/examples/twitter.html
- text: "Replications"
menu:
- text: "Text Analysis with R for Students of Literature"
href: articles/pkgdown/replication/digital-humanities.html
- text: "Word embedding (word2vec)"
href: articles/pkgdown/replication/text2vec.html
- text: "Quantitative Social Science Ch. 5.1"
href: articles/pkgdown/replication/qss.html
right:
- icon: fa-github fa-lg
href: https://github.com/quanteda/quanteda
reference:
- title: Package-level
contents:
- quanteda
- quanteda_options
- title: Data
desc: Built-in data objects.
contents:
- data_char_sampletext
- data_char_ukimmig2010
- data_corpus_inaugural
- data_dfm_lbgexample
- data_dictionary_LSD2015
- data-relocated
- title: Corpus functions
desc: Functions for constructing and manipulating corpus class objects.
contents:
- starts_with("corpus")
- docvars
- as.character.corpus
- title: Tokens functions
desc: Functions for constructing and manipulating tokens class objects.
contents:
- starts_with("tokens")
- types
- as.character.tokens
- as.list.tokens
- as.tokens
- is.tokens
- title: Character functions
desc: Functions for constructing and manipulating character objects.
contents:
- char_tolower
- char_toupper
- char_segment
- char_ngrams
- char_select
- char_trim
- char_wordstem
- title: Text matrix functions
desc: Functions for constructing and manipulating a document-feature matrix (dfm) or feature co-occurrence matrix object.
contents:
- starts_with("dfm")
- docfreq
- featfreq
- head.dfm
- tail.dfm
- as.dfm
- is.dfm
- as.data.frame.dfm
- as.matrix.dfm
- starts_with("fcm")
- as.fcm
- is.fcm
- title: Dictionary functions
desc: Constructor and utility functions for working with dictionaries.
contents:
- dictionary
- is.dictionary
- as.yaml
- title: Phrase discovery functions
desc: Functions for exploring and detecting keywords and phrases.
contents:
- is.collocations
- is.kwic
- kwic
- title: Utility functions
desc: R-like functions to return counts and object information.
contents:
- index
- ndoc
- nfeat
- nsentence
- ntoken
- ntype
- print-methods
- starts_with("docnames")
- featnames
- title: Miscellaneous functions
contents:
- phrase
- convert
- bootstrap_dfm
- meta
- readtext-methods
- spacyr-methods
- title: Statistics, models, and plots
desc: Functions for computing statistics, fitting models, and producing visualisations models from text.
contents:
- sparsity
- topfeatures
- textmodels
- textplots
- textstats