Skip to content

Commit

Permalink
rename modification dataset in wikidata
Browse files Browse the repository at this point in the history
  • Loading branch information
Binh Vu committed Jan 19, 2024
1 parent 3a0b8ca commit 801e6f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions kgdata/wikidata/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def __init__(self, datadir: Path) -> None:
# directorys contain dumps and their splitted files
# for the name of the dumps, see the corresponding function `self.get_X_file` in this class
self.dumps = datadir / "000_dumps"
self.modification = datadir / "001_modifications"
self.entity_dump = datadir / "012_entity_dump"
self.page_dump = datadir / "010_page_dump"
self.entity_redirection_dump = datadir / "011_entity_redirection_dump"
Expand All @@ -28,8 +29,6 @@ def __init__(self, datadir: Path) -> None:
self.entities = datadir / "023_entities"
self.entity_types = datadir / "024_entity_types"

self.modification = datadir / "030_modifications"

self.classes = datadir / "040_classes"
self.properties = datadir / "041_properties"
self.class_count = datadir / "042_class_count"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kgdata"
version = "6.3.0"
version = "6.3.1"
description = "Library to process dumps of knowledge graphs (Wikipedia, DBpedia, Wikidata)"
readme = "README.md"
authors = [{ name = "Binh Vu", email = "binh@toan2.com" }]
Expand Down

0 comments on commit 801e6f9

Please sign in to comment.