Views
No views yet
pip install -U bertopic1from bertopic import BERTopic
2topic_model = BERTopic.load("AIDA-UPM/MARTINI_enrich_BERTopic_PAYorkshire")
3
4topic_model.get_topic_info()| Topic ID | Topic Keywords | Topic Frequency | Label |
|---|---|---|---|
| -1 | patrioticalternative - protest - wales - everybody - speeches | 28 | -1_patrioticalternative_protest_wales_everybody |
| 0 | migrants - britain - village - cottingham - centres | 192 | 0_migrants_britain_village_cottingham |
| 1 | patrioticalternative - lancastrian - celebrated - whitby - supporters | 70 | 1_patrioticalternative_lancastrian_celebrated_whitby |
| 2 | livestream - 7pm - paul - nationalist - white | 52 | 2_livestream_7pm_paul_nationalist |
| 3 | patrioticalternative - sheffield - flyering - active - megaphone | 45 | 3_patrioticalternative_sheffield_flyering_active |