feat: add grimm-scroller script

This commit is contained in:
2022-09-06 21:45:00 +02:00
parent 688e141047
commit 51c641ac3c
5 changed files with 330273 additions and 0 deletions

3
grimm-scroller/fetch.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
curl 'https://api.woerterbuchnetz.de/open-api/dictionaries/DWB/lemmata/*' \
| jq -c '.result_set | .[] | {lemma: .lemma, id: .wbnetzid}' > dwb-compact.json