LICENSE
README.md
setup.py
bertopic/__init__.py
bertopic/_bertopic.py
bertopic/_utils.py
bertopic.egg-info/PKG-INFO
bertopic.egg-info/SOURCES.txt
bertopic.egg-info/dependency_links.txt
bertopic.egg-info/requires.txt
bertopic.egg-info/top_level.txt
bertopic/backend/__init__.py
bertopic/backend/_base.py
bertopic/backend/_flair.py
bertopic/backend/_gensim.py
bertopic/backend/_hftransformers.py
bertopic/backend/_sentencetransformers.py
bertopic/backend/_sklearn.py
bertopic/backend/_spacy.py
bertopic/backend/_use.py
bertopic/backend/_utils.py
bertopic/backend/_word_doc.py
bertopic/cluster/__init__.py
bertopic/cluster/_base.py
bertopic/cluster/_utils.py
bertopic/dimensionality/__init__.py
bertopic/dimensionality/_base.py
bertopic/plotting/__init__.py
bertopic/plotting/_approximate_distribution.py
bertopic/plotting/_barchart.py
bertopic/plotting/_distribution.py
bertopic/plotting/_documents.py
bertopic/plotting/_heatmap.py
bertopic/plotting/_hierarchical_documents.py
bertopic/plotting/_hierarchy.py
bertopic/plotting/_term_rank.py
bertopic/plotting/_topics.py
bertopic/plotting/_topics_over_time.py
bertopic/plotting/_topics_per_class.py
bertopic/representation/__init__.py
bertopic/representation/_base.py
bertopic/representation/_cohere.py
bertopic/representation/_keybert.py
bertopic/representation/_langchain.py
bertopic/representation/_mmr.py
bertopic/representation/_openai.py
bertopic/representation/_pos.py
bertopic/representation/_textgeneration.py
bertopic/representation/_zeroshot.py
bertopic/vectorizers/__init__.py
bertopic/vectorizers/_ctfidf.py
bertopic/vectorizers/_online_cv.py
tests/__init__.py
tests/conftest.py
tests/test_bertopic.py
tests/test_other.py
tests/test_utils.py
tests/test_plotting/__init__.py
tests/test_plotting/test_approximate.py
tests/test_plotting/test_bar.py
tests/test_plotting/test_documents.py
tests/test_plotting/test_dynamic.py
tests/test_plotting/test_heatmap.py
tests/test_plotting/test_term_rank.py
tests/test_plotting/test_topics.py
tests/test_reduction/__init__.py
tests/test_reduction/test_merge.py
tests/test_representation/__init__.py
tests/test_representation/test_get.py
tests/test_representation/test_labels.py
tests/test_representation/test_representations.py
tests/test_sub_models/__init__.py
tests/test_sub_models/test_cluster.py
tests/test_sub_models/test_dim_reduction.py
tests/test_sub_models/test_embeddings.py
tests/test_variations/__init__.py
tests/test_variations/test_class.py
tests/test_variations/test_dynamic.py
tests/test_variations/test_hierarchy.py
tests/test_vectorizers/__init__.py
tests/test_vectorizers/test_ctfidf.py
tests/test_vectorizers/test_online_cv.py