Emil Bakkensen Johansen

Results 5 comments of Emil Bakkensen Johansen

Thanks for reply. Python version is 3.9.7 Allennlp version is 2.9.0

I do not think this is possible. However, if you have a list of tweet IDs, you can feed them to tweepy and fetch tweets through the official Twitter API....

> > > Has anyone has success extracting media? I have been trying to get this to work via backwards engineering the code, but it is a bit beyond my...

I also have issues getting datamapplot to work. Here is my code: ```py import datamapplot print(bertopic.__version__) 0.16.1 topic_model.visualize_document_datamap(docs, embeddings=embeddings, title='', width=1200, height=1200,) ``` Error output: ``` --------------------------------------------------------------------------- NameError Traceback (most...

> @emilbakke Assuming `datamapplot` was correctly installed, it might be that you need to restart the notebook and try again. Not sure, but it might be that the try/except clause...