We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63a040 commit 9f202ffCopy full SHA for 9f202ff
pythainlp/word_vector/thai2vec.py
@@ -31,7 +31,7 @@ def download():
31
if not os.path.exists(path):
32
print("Download models...")
33
from urllib import request
34
- request.urlretrieve("https://www.dropbox.com/sh/t9qfj2ethst8g20/AAC_vnHM5xmiyz1B9ouz_8Kna/data/thaiwiki/models/thai2vec.vec?dl=1",path)
+ request.urlretrieve("https://www.dropbox.com/s/upnbmiebkfma7oy/thai2vec.vec?dl=1",path)
35
print("OK.")
36
return path
37
def get_model():
@@ -62,4 +62,4 @@ def about():
62
63
Development : Charin Polpanumas
64
GitHub : https://github.com/cstorm125/thai2vec
65
- '''
+ '''
0 commit comments