Skip to content

Conversation

@ex00
Copy link
Contributor

@ex00 ex00 commented Jun 21, 2020

No description provided.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB

Comment on lines +196 to +201
print("Download FactRu corpus to ", data_path)
with TqdmUpTo(unit='B', unit_scale=True, unit_divisor=1024, miniters=1,
desc="FactRu corpus downloading") as tqdm_:
try:
urllib.request.urlretrieve(nerus_const.FACTRU_URL, data_path, reporthook=tqdm_.update_to)
tqdm_.total = tqdm_.n
Copy link
Contributor Author

@ex00 ex00 Jun 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drop downloading logic. add instruction to set/download the path to data.
example download in a notebook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants