Load Latin & AG
Browse files
.github/load_ancient_greek.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
from wilhelm_python_sdk.ancient_greek_neo4j_loader import load_into_database
|
2 |
|
3 |
if __name__ == "__main__":
|
4 |
-
cleanup_neo4j()
|
5 |
load_into_database("ancient-greek.yaml")
|
|
|
1 |
from wilhelm_python_sdk.ancient_greek_neo4j_loader import load_into_database
|
2 |
|
3 |
if __name__ == "__main__":
|
|
|
4 |
load_into_database("ancient-greek.yaml")
|