This repository contains the code to generate keywords for topics based on Wikipeida articles and then find the keywords in text data. This code is used to assess sustainability reports for the Prototype Fund project businessresponsibility.ch For more information visit https://github.com/bizres or https://www.businessresponsibility.ch/
... go to our main repository to read up on our project.
... look at our Jupyter Notebook to see how we use Wikipeida articles to generate topic keywords and detect topics in sustainability reports.
- For development we use Ubuntu 20.04 with Python ^3.9. But the code should also run on Windows with Python ^3.9
- If necessary, install Python 3.9 and Pipenv and spawn a virtual environment with
pipenv shell
- Install libraries using the Pipfile with
pipenv install
- Have fun developing ;-)