Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FactRu ner to spacy implementation #21

Open
wants to merge 13 commits into
base: v2.1
Choose a base branch
from
Open

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