File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
from __future__ import absolute_import
3
- __version__ = 1.5
3
+ __version__ = 1.6
4
4
import six
5
5
if six .PY3 :
6
6
"""
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- from __future__ import absolute_import,unicode_literals
2
+ from __future__ import absolute_import,unicode_literals
3
+ from .thai2vec import *
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def download():
31
31
if not os .path .exists (path ):
32
32
print ("Download models..." )
33
33
from urllib import request
34
- request .urlretrieve ("https://github. com/cstorm125/thai2vec/raw/master/ data/thaiwiki/models/thai2vec.vec" ,path )
34
+ request .urlretrieve ("https://www.dropbox. com/sh/t9qfj2ethst8g20/AAC_vnHM5xmiyz1B9ouz_8Kna/ data/thaiwiki/models/thai2vec.vec?dl=1 " ,path )
35
35
print ("OK." )
36
36
return path
37
37
def get_model ():
Original file line number Diff line number Diff line change 19
19
20
20
setup (
21
21
name = 'pythainlp' ,
22
- version = '1.6.0.2 ' ,
22
+ version = '1.6.0.4 ' ,
23
23
description = "Thai natural language processing in Python package." ,
24
24
long_description = readme ,
25
25
author = 'PyThaiNLP' ,
You can’t perform that action at this time.
0 commit comments