makcedward / nlpaug

Data augmentation for NLP

Home Page:https://makcedward.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Util for downloading from Google Drive no longer works

MarkusSagen opened this issue · comments

Downloading files from Google Drive no longer works with the provided script.
Below is a test for downloading the Word2Vec weights. Similar happens with other files.

from nlpaug.util.file.download import DownloadUtil
DownloadUtil.download_from_google_drive(
            _id='0B7XkCwpI5KDYNlNUTTlSS21pQmM', dest_dir=dest_dir, dest_file='GoogleNews-vectors-negative300.zip'
        )

A fix has been added with PR #300