Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stscoundrel/norse-dictionaries-sqlite
Build Norse language group dictionaries into SQLite databases
https://github.com/stscoundrel/norse-dictionaries-sqlite
kotlin medieval-languages medieval-studies old-danish old-icelandic old-norse old-norwegian old-swedish sqlite
Last synced: 18 days ago
JSON representation
Build Norse language group dictionaries into SQLite databases
- Host: GitHub
- URL: https://github.com/stscoundrel/norse-dictionaries-sqlite
- Owner: stscoundrel
- License: mit
- Created: 2024-03-24T17:07:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-29T19:12:09.000Z (8 months ago)
- Last Synced: 2024-03-29T20:25:52.183Z (8 months ago)
- Topics: kotlin, medieval-languages, medieval-studies, old-danish, old-icelandic, old-norse, old-norwegian, old-swedish, sqlite
- Language: Kotlin
- Homepage:
- Size: 23.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Norse Dictionaries SQLite
Build Norse language group dictionaries into SQLite databases.
Dictionaries available:
- Old Norse Dictionary
- Old Icelandic Dictionary
- Old Norwegian Dictionary
- Old Swedish Dictionary
- Old Danish Dictionary## Build
Run in norsedictionaries folder:
`./gradlew run`
The script will take some minutes. It will generate all SQLite DB files in the `resources` folder. Original JSON files used to populate the database are in the same folder.
## Dictionaries in other formats
The dictionaries are also available as standalone websites. This SQLite dataset is provided as additional dataformat, should one have need for these as a database.
- [Old Norse Dictionary](https://cleasby-vigfusson-dictionary.vercel.app/)
- [Old Icelandic Dictionary](https://old-icelandic.vercel.app/)
- [Old Norwegian Dictionary](https://old-norwegian-dictionary.vercel.app/)
- [Old Swedish Dictionary](https://old-swedish-dictionary.vercel.app/)
- [Old Danish Dictionary](https://old-danish-dictionary.vercel.app/)