Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
QubitPi
/
wilhelm-vocabulary
like
0
Modalities:
Text
Formats:
json
Languages:
English
German
Latin
+ 1
Size:
1K - 10K
Tags:
Natural Language Processing
NLP
Vocabulary
German
Latin
Ancient Greek
+ 1
Libraries:
Datasets
pandas
Croissant
+ 1
License:
apache-2.0
Dataset card
Viewer
Files
Files and versions
Community
1
366bca1
wilhelm-vocabulary
/
.github
/
load.py
QubitPi
Cleanup DB before loading
daeddb4
verified
3 months ago
raw
Copy download link
history
blame
218 Bytes
from
wilhelm_python_sdk.database_manager
import
cleanup_neo4j
from
wilhelm_python_sdk.german_neo4j_loader
import
load_into_database
if
__name__ ==
"__main__"
:
cleanup_neo4j()
load_into_database(
"german.yaml"
)