Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/centrefordigitalhumanities/idioms
Database of Dutch Dialect Idioms
https://github.com/centrefordigitalhumanities/idioms
datasette dutch-language language-link linguistics
Last synced: 23 days ago
JSON representation
Database of Dutch Dialect Idioms
- Host: GitHub
- URL: https://github.com/centrefordigitalhumanities/idioms
- Owner: CentreForDigitalHumanities
- License: other
- Created: 2022-04-06T14:54:28.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-22T12:22:07.000Z (5 months ago)
- Last Synced: 2024-10-03T22:04:06.283Z (about 1 month ago)
- Topics: datasette, dutch-language, language-link, linguistics
- Language: HTML
- Homepage: https://dutchdialectidioms.uu.nl/
- Size: 1.63 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Database of Dutch Dialect Idioms
This repository contains a [Datasette](https://datasette.io/) app for serving the [Database of Dutch Dialect Idioms](https://dutchdialectidioms.uu.nl/). It preserves the data structures of the now-retired original project database, and includes the data in TSV format.
## Datasette
Installing and running Datasette.
### Prerequisites
- Python (v3.9+)
- SQLite
- pipOptional:
- virtualenv### Project setup
Create and activate your virtual environment:
virtualenv .env --prompt="(idiomsdb) "
source .env/bin/activateInstall Datasette dependencies:
pip install -r requirements.txt
Import the data into a SQLite database:
python scripts/create-db.py
Alternatively, download [idioms.db](https://dutchdialectidioms.uu.nl/idioms.db) and place it in the root directory of the project.
### Running Datasette
source .env/bin/activate
datasette serve .## License
The data are licensed under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).
The source code is licensed under the [3-Clause BSD License](https://opensource.org/license/bsd-3-clause/).
See the `LICENSE` file for details.