Update to use to new loader (#23)
Browse files- .github/load_ancient_greek.py +1 -1
- .github/load_german.py +1 -1
- .github/load_latin.py +1 -1
- README.md +8 -0
- german.yaml +4 -4
.github/load_ancient_greek.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from wilhelm_python_sdk.
|
2 |
|
3 |
if __name__ == "__main__":
|
4 |
load_into_database("ancient-greek.yaml")
|
|
|
1 |
+
from wilhelm_python_sdk.ancient_greek_loader import load_into_database
|
2 |
|
3 |
if __name__ == "__main__":
|
4 |
load_into_database("ancient-greek.yaml")
|
.github/load_german.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from wilhelm_python_sdk.
|
2 |
|
3 |
if __name__ == "__main__":
|
4 |
load_into_database("german.yaml")
|
|
|
1 |
+
from wilhelm_python_sdk.german_loader import load_into_database
|
2 |
|
3 |
if __name__ == "__main__":
|
4 |
load_into_database("german.yaml")
|
.github/load_latin.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from wilhelm_python_sdk.
|
2 |
|
3 |
if __name__ == "__main__":
|
4 |
load_into_database("latin.yaml")
|
|
|
1 |
+
from wilhelm_python_sdk.latin_loader import load_into_database
|
2 |
|
3 |
if __name__ == "__main__":
|
4 |
load_into_database("latin.yaml")
|
README.md
CHANGED
@@ -3,6 +3,8 @@ Wilhelm Vocabulary
|
|
3 |
|
4 |
[![GitHub workflow status badge][GitHub workflow status badge]][GitHub workflow status URL]
|
5 |
[![Docker Hub][Docker Pulls Badge]][Docker Hub URL]
|
|
|
|
|
6 |
[![Apache License Badge]][Apache License, Version 2.0]
|
7 |
|
8 |
<!-- TOC -->
|
@@ -480,5 +482,11 @@ The use and distribution terms for [wilhelm-vocabulary]() are covered by the [Ap
|
|
480 |
[Docker Pulls Badge]: https://img.shields.io/docker/pulls/jack20191124/wilhelm-vocabulary?style=for-the-badge&logo=docker&color=2596EC
|
481 |
[Docker Hub URL]: https://hub.docker.com/r/jack20191124/wilhelm-vocabulary
|
482 |
|
|
|
|
|
|
|
|
|
|
|
|
|
483 |
[GitHub workflow status badge]: https://img.shields.io/github/actions/workflow/status/QubitPi/wilhelm-vocabulary/ci-cd.yaml?branch=master&style=for-the-badge&logo=github&logoColor=white&label=Database%20Loading
|
484 |
[GitHub workflow status URL]: https://github.com/QubitPi/wilhelm-vocabulary/actions/workflows/ci-cd.yaml
|
|
|
3 |
|
4 |
[![GitHub workflow status badge][GitHub workflow status badge]][GitHub workflow status URL]
|
5 |
[![Docker Hub][Docker Pulls Badge]][Docker Hub URL]
|
6 |
+
[![Hugging Face dataset badge]][Hugging Face dataset URL]
|
7 |
+
[![Hugging Face sync status badge]][Hugging Face sync status URL]
|
8 |
[![Apache License Badge]][Apache License, Version 2.0]
|
9 |
|
10 |
<!-- TOC -->
|
|
|
482 |
[Docker Pulls Badge]: https://img.shields.io/docker/pulls/jack20191124/wilhelm-vocabulary?style=for-the-badge&logo=docker&color=2596EC
|
483 |
[Docker Hub URL]: https://hub.docker.com/r/jack20191124/wilhelm-vocabulary
|
484 |
|
485 |
+
[Hugging Face dataset badge]: https://img.shields.io/badge/Hugging%20Face%20Dataset-wilhelm--vocabulary-FFD21E?style=for-the-badge&logo=huggingface&logoColor=white
|
486 |
+
[Hugging Face dataset URL]: https://huggingface.co/datasets/QubitPi/wilhelm-vocabulary
|
487 |
+
|
488 |
+
[Hugging Face sync status badge]: https://img.shields.io/github/actions/workflow/status/QubitPi/wilhelm-vocabulary/ci-cd.yaml?branch=master&style=for-the-badge&logo=github&logoColor=white&label=Hugging%20Face%20Sync%20Up
|
489 |
+
[Hugging Face sync status URL]: https://github.com/QubitPi/wilhelm-vocabulary/actions/workflows/ci-cd.yaml
|
490 |
+
|
491 |
[GitHub workflow status badge]: https://img.shields.io/github/actions/workflow/status/QubitPi/wilhelm-vocabulary/ci-cd.yaml?branch=master&style=for-the-badge&logo=github&logoColor=white&label=Database%20Loading
|
492 |
[GitHub workflow status URL]: https://github.com/QubitPi/wilhelm-vocabulary/actions/workflows/ci-cd.yaml
|
german.yaml
CHANGED
@@ -2651,10 +2651,6 @@ vocabulary:
|
|
2651 |
- (par.) on the contrary
|
2652 |
- term: immer mehr
|
2653 |
definition: more and more
|
2654 |
-
- term: letzte
|
2655 |
-
definition: (adj.) last
|
2656 |
-
- term: in den letzten Jahren
|
2657 |
-
definition: in recent years
|
2658 |
- term: gefragt
|
2659 |
definition: (adj.) requested
|
2660 |
|
@@ -2763,6 +2759,10 @@ vocabulary:
|
|
2763 |
- [accusative, Jahr, "Jahre, Jahr" ]
|
2764 |
- term: seit zwei Jahren
|
2765 |
definition: for two years
|
|
|
|
|
|
|
|
|
2766 |
- term: seit wann?
|
2767 |
definition: since when?
|
2768 |
- term: vielleicht
|
|
|
2651 |
- (par.) on the contrary
|
2652 |
- term: immer mehr
|
2653 |
definition: more and more
|
|
|
|
|
|
|
|
|
2654 |
- term: gefragt
|
2655 |
definition: (adj.) requested
|
2656 |
|
|
|
2759 |
- [accusative, Jahr, "Jahre, Jahr" ]
|
2760 |
- term: seit zwei Jahren
|
2761 |
definition: for two years
|
2762 |
+
- term: letzte
|
2763 |
+
definition: (adj.) last
|
2764 |
+
- term: in den letzten Jahren
|
2765 |
+
definition: in recent years
|
2766 |
- term: seit wann?
|
2767 |
definition: since when?
|
2768 |
- term: vielleicht
|