Skip to content

Commit 9f202ff

Browse files
committed
edit dropbox url @cstorm125
1 parent c63a040 commit 9f202ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythainlp/word_vector/thai2vec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def download():
3131
if not os.path.exists(path):
3232
print("Download models...")
3333
from urllib import request
34-
request.urlretrieve("https://www.dropbox.com/sh/t9qfj2ethst8g20/AAC_vnHM5xmiyz1B9ouz_8Kna/data/thaiwiki/models/thai2vec.vec?dl=1",path)
34+
request.urlretrieve("https://www.dropbox.com/s/upnbmiebkfma7oy/thai2vec.vec?dl=1",path)
3535
print("OK.")
3636
return path
3737
def get_model():
@@ -62,4 +62,4 @@ def about():
6262
6363
Development : Charin Polpanumas
6464
GitHub : https://github.com/cstorm125/thai2vec
65-
'''
65+
'''

0 commit comments

Comments
 (0)