-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
117 lines (114 loc) · 2.86 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
template:
package: newsrdown
navbar:
title: "gensimr"
left:
- text: "Reference"
href: "reference/"
- text: "Installation"
href: "articles/installation.html"
- text: "Parsing"
href: "articles/preprocessing.html"
- text: "Modeling"
menu:
- text: "Topic Modeling"
href: "articles/models.html"
- text: "Scikit-learn"
href: "articles/sklearn.html"
- text: "summarization"
href: "articles/summarization.html"
- text: "Word2vec"
href: "articles/word2vec.html"
- text: "Poincaré Embeddings"
href: "articles/poincare.html"
- text: "Document similarity"
href: "articles/similarity.html"
- text: "Hyperparameters"
href: "articles/hyperparameters.html"
- text: "Topic coherence"
href: "articles/coherence.html"
- text: "API"
href: "articles/API.html"
right:
- icon: fa-balance-scale
href: LICENSE.html
- icon: fa-newspaper-o
href: news/index.html
- icon: fa-github fa-lg
href: "https://github.com/news-r/gensimr"
reference:
- title: "API"
desc: >
Download and use pre.trained models or datasets.
contents:
- matches("api")
- title: "Data"
desc: >
Helper functions and dataset for demonstration purposes.
contents:
- authors
- corpus
- common_texts
- common_corpus
- common_dictionary
- datapath
- title: "Dependencies"
desc: >
Install python dependencies
contents:
- install_dependencies
- install_gensim
- install_sklearn
- title: "Corpora"
desc: >
Transform and clean corpora.
contents:
- doc2bow
- auth2doc
- corpora_dictionary
- matches("mmcorpus")
- matches("strip")
- matches("split")
- porter_stemmer
- prepare_documents
- preprocess
- remove_stopwords
- stem_text
- text8corpus
- filter_rare
- title: "Models"
desc: "Available models and utilities."
contents:
- wrap
- matches("model")
- get_documents_topics
- starts_with("load")
- title: "Visualisation"
desc: "Functions to visualise model outputs, embeddding, etc."
contents:
- prepare_ldavis
- show_ldavis
- plot_ldavis
- ldavis_as_html
- save_ldavis_html
- save_ldavis_json
- title: "Sklearn"
desc: "Scikit-learn API."
contents:
- matches("sklearn")
- title: "Document Similarity"
desc: "Document similarity-related functions."
contents:
- similarity_matrix
- get_similarity
- similarity
- title: "Summarize"
desc: "Text summarization-related functions."
contents:
- summarize
- keywords
- get_bm25_weights
- phrases
authors:
John Coene:
href: http://john-coene.com