Skip to content

Commit d6b7c08

Browse files
committed
pythainlp 0.0.9
1 parent 44180e2 commit d6b7c08

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ Natural language processing หรือ การประมวลภาษา
1616
กำลังพัฒนา
1717

1818
### Version
19-
0.0.8
20-
21-
### มีอะไรใหม่
22-
- เพิ่มระบบเช็คคำผิด spll โดยใช้ hunspell
19+
0.0.9
2320

2421
### ความสามารถ
2522
- ตัดคำภาษาไทย

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Thai NLP in python package.
1212

1313
Version
1414
--------
15-
0.0.8
15+
0.0.9
1616

1717
* Free software: Apache Software License 2.0
1818
* Documentation: https://pythonhosted.org/pythainlp/

pythainlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from __future__ import absolute_import
33
__author__ = 'Wannaphong Phatthiyaphaibun'
44
__email__ = '[email protected]'
5-
__version__ = '0.0.8'
5+
__version__ = '0.0.9'
66
from . import romanization
77
from . import segment
88
from . import rank

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name='pythainlp',
26-
version='0.0.8',
26+
version='0.0.9',
2727
description="Thai NLP in python package.",
2828
long_description=readme,# + '\n\n' + history,
2929
author='Wannaphong Phatthiyaphaibun',

0 commit comments

Comments
 (0)