Views
No views yet
pip install -U bertopic1from bertopic import BERTopic
2topic_model = BERTopic.load("AIDA-UPM/MARTINI_enrich_BERTopic_RestoredPuritanism")
3
4topic_model.get_topic_info()| Topic ID | Topic Keywords | Topic Frequency | Label |
|---|---|---|---|
| -1 | israelites - genesis - souls - christian - scripture | 20 | -1_israelites_genesis_souls_christian |
| 0 | population - abortion - decline - china - 2022 | 215 | 0_population_abortion_decline_china |
| 1 | caucasians - adamic - solomon - genesis - hyperdepigmentised | 47 | 1_caucasians_adamic_solomon_genesis |
| 2 | caucasians - neanderthals - haplogroups - ethnogenesis - siberian | 25 | 2_caucasians_neanderthals_haplogroups_ethnogenesis |
| 3 | protestantism - catechism - preterism - orthodox - puritan | 24 | 3_protestantism_catechism_preterism_orthodox |