Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chainsawriot/methodshub-weat
https://github.com/chainsawriot/methodshub-weat
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chainsawriot/methodshub-weat
- Owner: chainsawriot
- Created: 2023-01-06T11:03:22.000Z (almost 2 years ago)
- Default Branch: v0.0
- Last Pushed: 2024-04-08T15:55:28.000Z (7 months ago)
- Last Synced: 2024-04-09T14:59:48.242Z (7 months ago)
- Language: Jupyter Notebook
- Size: 194 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Quantifying implicit associations among words using word embeddings
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/chainsawriot/methodshub-weat/HEAD)
# Notes
Only four files are essential:
1. `index.qmd`
2. `references.bib`
3. `apa.csl`
4. `install.R`Other files were generated automatically
* `_quarto.yml` - `cd ..; quarto create methodshub-weat; cd methodshub-weat`
* `index.ipynb` - `quarto convert index.qmd --output index.ipynb` (or `quarto render`)
* `runtime.txt`, `postBuild`, `apt.txt` - `quarto use binder`Other files are optional
* `Makefile`
* `readme.md`