adelr / trove-refugee

Topic modelling of Australian parliamentary press releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Topic modelling of Australian parliamentary press releases


Created by Adel Rahmani

The data

The data comes from the GLAM Workbench website (follow the link at the bottom of the page to download the data), and represents 12,619 parliamentary press releases harvested and kindly made available by Tim Sherratt.

The analysis

The code Analyses.ipynb file is a Jupyter notebook documenting my initial exploration of the data. The code is written in Python 3.7. The notebook can also be viewed here.

Requirements

If you are using the Anaconda distribution, you can reproduce my virtual environment by using the provided environment.yml configuration file. This can be done by running

conda env create -f environment.yml

in a terminal.

Credits

Adel Rahmani

The text is released under a Creative Commons Attribution 4.0 International License, and the code is released under the MIT license.

About

Topic modelling of Australian parliamentary press releases

License:MIT License


Languages

Language:Jupyter Notebook 100.0%