-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
101 lines (95 loc) · 2.37 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
reference:
- title: "Library Setup"
desc: "Functions for setting up BertopicR"
contents:
- check_python_dependencies
- install_python_dependencies
- title: "Embedding Documents"
desc: "Functions for creating and manipulating document embeddings."
contents:
- bt_make_embedder_st
- bt_make_embedder_spacy
- bt_make_embedder_flair
- bt_make_embedder_openai
- bt_do_embedding
- bt_make_reducer_umap
- bt_make_reducer_pca
- bt_make_reducer_truncated_svd
- bt_do_reducing
- title: "Clustering"
desc: "Functions for clustering embedded documents"
contents:
- bt_make_clusterer_hdbscan
- bt_make_clusterer_kmeans
- bt_make_clusterer_agglomerative
- bt_do_clustering
- title: "Tokenise"
desc: "Functions for tokenising document words/phrases in order to represent topics"
contents:
- bt_make_vectoriser
- bt_make_ctfidf
- title: "Build Model"
desc: "Functions for compiling and buiding model"
contents:
- bt_compile_model
- bt_fit_model
- bt_update_topics
- title: "Representation"
desc: "Functions for clustering embedded documents"
contents:
- bt_representation_mmr
- bt_representation_keybert
- bt_representation_openai
- bt_representation_hf
- title: "Topic Manipulation"
desc: "Functions for merging topics and reducing outliers"
contents:
- bt_merge_topics
- bt_outliers_embeddings
- bt_outliers_tokenset_similarity
- bt_outliers_ctfidf
- title: "Empty Models"
desc: "Functions for creating empty instances of models"
contents:
- bt_empty_clusterer
- bt_empty_embedder
- bt_empty_reducer
- title: "Detaching Bertopic"
desc: "Functions for detaching python bertopic library"
contents:
- bertopic_detach
# navbar:
# bg: "#8661c5"
articles:
- title: vignettes
navbar: ~
contents:
- modular_approach
- manipulating-the-model
- quick_start
navbar:
structure:
left: [home, intro, reference, articles]
right: [search, github]
# dropdown:
# articles:
# - modular_approach
# - manipulating-the-model
# - quick_start
#
repo:
url:
home: https://github.com/jpcompartir/BertopicR
source: https://github.com/jpcompartir/BertopicR
home:
links:
- text: Report an issue
href: https://github.com/jpcompartir/BertopicR/issues
template:
bootstrap: 5
bootswatch: cerulean
# theme: breeze-light
bslib:
pkgdown-nav-height: 100px
params:
search: true