You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Online/incremental topic modeling with .partial_fit
* Expose c-TF-IDF model for customization with bertopic.vectorizers.ClassTfidfTransformer
* Expose attributes for easier access to internal data
* Major changes to the Algorithm page of the documentation, which now contains three overviews of the algorithm
* Added an example of combining BERTopic with KeyBERT
* Added many tests with the intention of making development a bit more stable
* Fix#632, #648, #673, #682, #667, #664
and [**dynamic**](https://maartengr.github.io/BERTopic/getting_started/topicsovertime/topicsovertime.html) topic modeling. It even supports visualizations similar to LDAvis!
20
+
[**dynamic**](https://maartengr.github.io/BERTopic/getting_started/topicsovertime/topicsovertime.html), and
21
+
[**online**](https://maartengr.github.io/BERTopic/getting_started/online/online.html) topic modeling. It even supports visualizations similar to LDAvis!
21
22
22
23
Corresponding medium posts can be found [here](https://towardsdatascience.com/topic-modeling-with-bert-779f7db187e6?source=friends_link&sk=0b5a470c006d1842ad4c8a3057063a99)
23
24
and [here](https://towardsdatascience.com/interactive-topic-modeling-with-bertopic-1ea55e7d73d8?sk=03c2168e9e74b6bda2a1f3ed953427e4). For a more detailed overview, you can read the [paper](https://arxiv.org/abs/2203.05794).
@@ -42,7 +43,7 @@ pip install bertopic[use]
42
43
43
44
## Getting Started
44
45
For an in-depth overview of the features of BERTopic
45
-
you can check the full documentation[here](https://maartengr.github.io/BERTopic/) or you can follow along
46
+
you can check the [**full documentation**](https://maartengr.github.io/BERTopic/) or you can follow along
46
47
with one of the examples below:
47
48
48
49
| Name | Link |
@@ -130,6 +131,7 @@ Find all possible visualizations with interactive examples in the documentation
130
131
## Embedding Models
131
132
BERTopic supports many embedding models that can be used to embed the documents and words:
132
133
* Sentence-Transformers
134
+
* 🤗 Transformers
133
135
* Flair
134
136
* Spacy
135
137
* Gensim
@@ -143,65 +145,24 @@ meant for semantic similarity. Simply select any from their documentation
0 commit comments