Datasets:
Update WikiCCC.py
Browse filesChange the path to datasets
- WikiCCC.py +1 -1
WikiCCC.py
CHANGED
@@ -23,7 +23,7 @@ _LICENSE = """\
|
|
23 |
GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
|
24 |
"""
|
25 |
|
26 |
-
_URL = "
|
27 |
_BASE_DATA_URL = "dataset_{corpus_id}"
|
28 |
_CORPUS_NAME = "wikicorpus_{corpus_id}.json"
|
29 |
_INFO_NAME = "topic_information_{corpus_id}.json"
|
|
|
23 |
GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
|
24 |
"""
|
25 |
|
26 |
+
_URL = ""
|
27 |
_BASE_DATA_URL = "dataset_{corpus_id}"
|
28 |
_CORPUS_NAME = "wikicorpus_{corpus_id}.json"
|
29 |
_INFO_NAME = "topic_information_{corpus_id}.json"
|