Views
No views yet
pip install -U bertopic1from bertopic import BERTopic
2topic_model = BERTopic.load("AIDA-UPM/MARTINI_enrich_BERTopic_TheWellnessCompany")
3
4topic_model.get_topic_info()| Topic ID | Topic Keywords | Topic Frequency | Label |
|---|---|---|---|
| -1 | fauci - vaccinated - cancers - ivermectin - makis | 21 | -1_fauci_vaccinated_cancers_ivermectin |
| 0 | livestream - healthcare - supplements - tucker - amazing | 228 | 0_livestream_healthcare_supplements_tucker |
| 1 | nattokinase - bromelain - spikesymposium - curcumin - supplement | 87 | 1_nattokinase_bromelain_spikesymposium_curcumin |
| 2 | myocarditis - vaccinated - deaths - c19 - causally | 69 | 2_myocarditis_vaccinated_deaths_c19 |
| 3 | nattokinase - protease - fibrinolytic - neutralize - japan | 23 | 3_nattokinase_protease_fibrinolytic_neutralize |
| 4 | cardiologists - suicide - prescribed - negligent - houston | 22 | 4_cardiologists_suicide_prescribed_negligent |