Views
No views yet
pip install -U bertopic1from bertopic import BERTopic
2topic_model = BERTopic.load("AIDA-UPM/MARTINI_enrich_BERTopic_protest")
3
4topic_model.get_topic_info()| Topic ID | Topic Keywords | Topic Frequency | Label |
|---|---|---|---|
| -1 | nationalists - trudeau - crash - news - tbilisi | 58 | -1_nationalists_trudeau_crash_news |
| 0 | palestinians - hamas - protestors - antifa - march | 55 | 0_palestinians_hamas_protestors_antifa |
| 1 | protesting - ukraine - europe - farmer - tyranny | 106 | 1_protesting_ukraine_europe_farmer |
| 2 | riots - macron - rennes - pension - parliament | 69 | 2_riots_macron_rennes_pension |