Commit 8ccbab7
Maarten Grootendorst
v0.11.0 (#578)
* Perform hierarchical topic modeling with `.hierarchical_topics`
* Visualize hierarchical topic representations with `.visualize_hierarchy`
* Extract a text-based hierarchical topic representation with `.get_topic_tree`
* Visualize 2D documents with `.visualize_documents()`
* Visualize 2D hierarchical documents with `.visualize_hierarchical_documents()`
* Create custom labels to the topics throughout most visualizations with `.generate_topic_labels` and `.set_topic_labels`
* Manually merge topics with `.merge_topics()`
* Added example for finding similar topics between two models in the tips & tricks page
* Add multi-modal example in the tips & tricks page
* Added native Hugging Face transformers support1 parent 63fd2a2 commit 8ccbab7
File tree
35 files changed
+2878
-103
lines changed- bertopic
- backend
- plotting
- docs
- algorithm
- api/plotting
- getting_started
- embeddings
- hierarchicaltopics
- tips_and_tricks
- topicreduction
- topicrepresentation
- topicsovertime
- visualization
- tests
35 files changed
+2878
-103
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
199 | 203 | | |
200 | 204 | | |
201 | 205 | | |
| |||
208 | 212 | | |
209 | 213 | | |
210 | 214 | | |
211 | | - | |
212 | | - | |
213 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
214 | 219 | | |
215 | 220 | | |
216 | 221 | | |
217 | 222 | | |
218 | 223 | | |
219 | 224 | | |
220 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
221 | 241 | | |
222 | 242 | | |
223 | 243 | | |
224 | 244 | | |
| 245 | + | |
| 246 | + | |
225 | 247 | | |
| 248 | + | |
226 | 249 | | |
227 | 250 | | |
228 | 251 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments