Metadata-Version: 2.1
Name: westac-statistics
Version: 0.1
Summary: Python statistics package for WeStAc, and the Swedish parliamentary proceedings
License: MIT
Author: TomasSkotare
Author-email: tomas.skotare@umu.se
Requires-Python: >=3.7,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: bs4
Requires-Dist: nltk
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: scipy
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# Package for parsing the Swedish parlimentary proceedings
The proceedings can be found [here](https://github.com/welfare-state-analytics/riksdagen-corpus)

This can create a Pandas dataframe containing all speeches found, along with who spoke and when.

The usual way to use this method is in combination with Jupyter notebooks that are not included as part of this package.
