Skip to content

Commit

Permalink
Merge pull request #145 from Semantics-of-Sustainability/update/notebook
Browse files Browse the repository at this point in the history
Update/notebook
  • Loading branch information
carschno authored Dec 9, 2024
2 parents 26fb53e + 5057af7 commit a6ce0ba
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 566 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,23 @@ git clone [email protected]:Semantics-of-Sustainability/tempo-embeddings.git
cd tempo-embeddings
python3 -m pip install .
```

## Data Analysis

The [`term_frequency` notebook](notebooks/term_frequency.ipynb) provides a sample case for investigate a set of text corpora.

## How to use tempo_embeddings on SURF Research Cloud?

(outdated; you can now run the notebook on your local machine, with the processing being done by a remote database server)

SURF Research Cloud offers a ready-to-use environment for running tools without the need to install Python and other required libraries.

[Here](https://www.surf.nl/en/services/surf-research-cloud) 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:
- Log in to [Research cloud](https://portal.live.surfresearchcloud.nl) environment.
- Create a new workspace using the "semantics-of-sustainability" catalog item.
- Log in to the workspace you created in the previous step.
- Log in to the workspace you created in the previous step.
- Open a new terminal and run:
```console
/etc/miniconda/bin/conda init
Expand Down
Loading

0 comments on commit a6ce0ba

Please sign in to comment.