Skip to content

Commit 88519fa

Browse files
authored
Fixed wikiconv download bug and updated docs (#351)
Co-authored-by: ex36 <96800594+Torchee@users.noreply.github.com>
1 parent ccfc8e8 commit 88519fa

4 files changed

Lines changed: 136 additions & 619 deletions

File tree

convokit/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def _get_wikiconv_year_info(language: str, year: str = None) -> str:
369369

370370
# base directory of wikicon corpuses
371371
wikiconv_base = "http://zissou.infosci.cornell.edu/convokit/datasets/wikiconv-corpus/"
372-
data_dir = wikiconv_base + "corpus_zipped/"
372+
data_dir = wikiconv_base + "corpus-zipped/"
373373
final_dir = (
374374
data_dir + language + "/wikiconv-" + year + "/full.corpus.zip"
375375
if year is not None

0 commit comments

Comments
 (0)