https://github.com/centre-for-humanities-computing/grundtvig-map
A Semantic map over all of Grundtvig's word use
https://github.com/centre-for-humanities-computing/grundtvig-map
Last synced: 3 months ago
JSON representation
A Semantic map over all of Grundtvig's word use
- Host: GitHub
- URL: https://github.com/centre-for-humanities-computing/grundtvig-map
- Owner: centre-for-humanities-computing
- License: mit
- Created: 2025-02-20T11:55:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T08:07:56.000Z (over 1 year ago)
- Last Synced: 2025-09-09T23:59:29.853Z (9 months ago)
- Language: HTML
- Size: 3.76 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grundtvig-map
A Semantic map over all of Grundtvig's word use.

## Usage
Install dependencies:
```bash
pip install -r requirements.txt
```
Download data and train word embeddings:
```python
python3 src/train_model.py
```
Produce map:
```python
python3 src/produce_graph.py
```
This outputs a graph to `figure/grundtvigs_ordforraad.html`