Class 12 Topic Modeling Assignment

After updating Anaconda, downloading Spacy and PylDavis through Anaconda Prompt, I started going through the tm_experiment_sample workbook step-by-step. I had to change a couple of things in the original code since Jupyter Notebook did not understand spacy for lemmatization so I just passed import spacy into it. Regarding matplotlib, some... [Read More]

Class 11 Text-to-map Assignment No. 2.

The assignment for class 11 is mostly based on the same code as used for class 10. Since I have already explained it in the previous post, I will focus on the additional lines necessary to create frequency/coordinate dictionaries fall all months and days (for years they were already created... [Read More]

Class 10 Text-to-Map Assignment

For this assignment I initially used the first version of the code provided for class 11 as an aid, and successfully created the “frequency » city, state/country name » tgn ID” formatted CSV file. The code starts with importing the necessary Python libraries, setting the source and target folders and creating the... [Read More]

Class 10 - Some issues with QGIS

A reoccurring problem while using QGIS was that when I was trying to add a delimited text layer to the Google Maps layer, it basically loaded all the points on a minimal scale around the 0 degree of the coordinate system (thus, not far from Sao Tome and Principe in... [Read More]

Class 9 Structuring Data Assignment

I tried using the following method: First collecting all the articles into one text file and removing the #ID tag and data, the other #… tags, and substituting those tags with tabs. Then I split the new text file into elements along the tabs. However, I did not manage to... [Read More]