Skip to content

Commit a5bf6b4

Browse files
authored
Merge pull request #219 from bact/dev
clean word lists
2 parents 6fc7c34 + 0155f6f commit a5bf6b4

File tree

12 files changed

+70464
-71292
lines changed

12 files changed

+70464
-71292
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PyThaiNLP is a Python package for text processing and linguistic analysis, simil
1616

1717
**This is a document for development branch (post 2.0). Things will break.**
1818

19-
- The latest stable release is [2.0.4](https://github.com/PyThaiNLP/pythainlp/tree/master)
19+
- The latest stable release is [2.0.5](https://github.com/PyThaiNLP/pythainlp/tree/master)
2020
- PyThaiNLP 2 supports Python 3.6+. Some functions may work with older version of Python 3, but it is not well-tested and will not be supported. See [change log](https://github.com/PyThaiNLP/pythainlp/issues/118).
2121
- [Upgrading from 1.7](https://thainlp.org/pythainlp/docs/2.0/notes/pythainlp-1_7-2_0.html)
2222
- [Upgrade ThaiNER from 1.7](https://github.com/PyThaiNLP/pythainlp/wiki/Upgrade-ThaiNER-from-PyThaiNLP-1.7-to-PyThaiNLP-2.0)
@@ -106,7 +106,7 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนเพื่
106106
107107
**เอกสารนี้สำหรับรุ่นพัฒนา อาจมีการเปลี่ยนแปลงได้ตลอด**
108108

109-
- รุ่นเสถียรล่าสุดคือรุ่น [2.0.4](https://github.com/PyThaiNLP/pythainlp/tree/master)
109+
- รุ่นเสถียรล่าสุดคือรุ่น [2.0.5](https://github.com/PyThaiNLP/pythainlp/tree/master)
110110
- PyThaiNLP 2 รองรับ Python 3.6 ขึ้นไป
111111
- ผู้ใช้ Python 2.7+ ยังสามารถใช้ PyThaiNLP 1.6 ได้
112112

bin/pythainlp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!python3
22
# -*- coding: utf-8 -*-
33

4-
_VERSION = "2.0.4"
4+
_VERSION = "2.0.5"
55

66
import argparse
77

conda.recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "2.0.4" %}
1+
{% set version = "2.0.5" %}
22

33
package:
44
name: pythainlp

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "2.0.4" %}
1+
{% set version = "2.0.5" %}
22

33
package:
44
name: pythainlp

pythainlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "2.0.4"
3+
__version__ = "2.0.5"
44

55
thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
66
thai_vowels = "ฤฦะ\u0e31าำ\u0e34\u0e35\u0e36\u0e37\u0e38\u0e39เแโใไ\u0e45\u0e47" # 19

0 commit comments

Comments
 (0)