Skip to content

Commit 5a9ed1f

Browse files
committed
update data
1 parent 0e51796 commit 5a9ed1f

File tree

3 files changed

+11
-18
lines changed

3 files changed

+11
-18
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Thai NLP in python package.
1111

1212
Thai Natural language processing in Python language.
1313

14-
Supports Python 3.4 +
14+
Supports Python 2.7 and Python 3.4 +
1515

1616
- Document : [https://sites.google.com/view/pythainlp/home](https://sites.google.com/view/pythainlp/home)
1717
- GitHub Home : [https://github.com/wannaphongcom/pythainlp](https://github.com/wannaphongcom/pythainlp)
@@ -24,7 +24,8 @@ Developing
2424
1.2
2525

2626
### New !
27-
- add thai Sentiment
27+
- add Thai Sentiment (Python 3.4 + only)
28+
- Supports Python 2.7
2829

2930
### Capabilities
3031
- Thai Segment
@@ -39,7 +40,7 @@ Developing
3940

4041
# Install
4142

42-
Supports Python 3.4 +
43+
Supports Python 2.7 and Python 3.4 +
4344

4445
Stable version
4546

@@ -93,7 +94,7 @@ Thai NLP in python package.
9394

9495
Natural language processing หรือ การประมวลภาษาธรรมชาติ โมดูล PyThaiNLP เป็นโมดูลที่ถูกพัฒนาขึ้นเพื่องานวิจัยและพัฒนาการประมวลภาษาธรรมชาติภาษาไทยในภาษา Python
9596

96-
รองรับ Python 3.4 ขึ้นไป
97+
รองรับ Python 2.7 และ Python 3.4 ขึ้นไป
9798

9899
- เอกสารการใช้งาน : [https://sites.google.com/view/pythainlp/home](https://sites.google.com/view/pythainlp/home)
99100
- หน้าหลัก GitHub : [https://github.com/wannaphongcom/pythainlp](https://github.com/wannaphongcom/pythainlp)
@@ -106,7 +107,8 @@ Natural language processing หรือ การประมวลภาษา
106107
1.2
107108

108109
### มีอะไรใหม่
109-
- เพิ่มการรองรับ Sentiment ภาษาไทย
110+
- เพิ่มการรองรับ Sentiment ภาษาไทย (Python 3.4 ขึ้นไป)
111+
- รองรับ Python 2.7
110112

111113
### ความสามารถ
112114
- ตัดคำภาษาไทย
@@ -120,7 +122,7 @@ Natural language processing หรือ การประมวลภาษา
120122

121123
# ติดตั้ง
122124

123-
รองรับ Python 3.4 ขึ้นไป
125+
รองรับ Python 2.7 และ Python 3.4 ขึ้นไป
124126

125127
รุ่นเสถียร
126128

README.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
PyThaiNLP
22
=========
33

4-
[|PyPI Downloads|][|pypi|](https://pypi.python.org/pypi/pythainlp)
5-
|Build Status|
6-
74
Thai NLP in python package.
85

96
- Homepage : https://sites.google.com/view/pythainlp/home
@@ -19,18 +16,12 @@ Version
1916
Install
2017
=======
2118

22-
2319
.. code:: sh
2420
2521
$ pip install pythainlp
2622
2723
License
2824
~~~~~~~
29-
.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/pythainlp.png
30-
.. |pypi| image:: https://img.shields.io/pypi/v/pythainlp.svg
31-
.. |Build Status| image:: https://travis-ci.org/wannaphongcom/pythainlp.svg?branch=develop
32-
:target: https://travis-ci.org/wannaphongcom/pythainlp
33-
3425

3526
Apache Software License 2.0
3627

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.7
2+
current_version = 1.2
33
commit = True
44
tag = True
55

@@ -11,5 +11,5 @@ replace = version='{new_version}'
1111
search = __version__ = '{current_version}'
1212
replace = __version__ = '{new_version}'
1313

14-
[wheel]
15-
python-tag = py34
14+
[bdist_wheel]
15+
universal=1

0 commit comments

Comments
 (0)