(Customize these badges with your own links, and check https://shields.io/ or https://badgen.net/ to see which other badges are available.)
A library for analysing (temporal) word embeddings.
The project setup is documented in project_setup.md. Feel free to remove this document (and/or the link to this document) if you don't need it.
See the design document for more information on the design of this project.
To install tempo_embeddings from GitHub repository, do:
git clone git@github.com:Semantics-of-Sustainability/tempo-embeddings.git
cd tempo-embeddings
python3 -m pip install .
SURF Research Cloud offers a ready-to-use environment for running tools without the need to install Python and other required libraries.
Here you can apply for access.
If your Research Cloud account is set up for the Semantics of Sustainability project, you can use the tempo-embeddings tool by following these steps:
/etc/miniconda/bin/conda init
cd /opt/tempo-embeddings/
conda activate tempo-embeddings
jupyter lab notebooks/[1_compute_embeddings_nl.ipynb]
Include a link to your project's full documentation here.
If you want to contribute to the development of tempo_embeddings, have a look at the contribution guidelines.
This package was created with Cookiecutter and the NLeSC/python-template.