Skip to content

Commit 7b7c192

Browse files
committed
Update PyThaiNLP v5.0.5
1 parent 2ab64f6 commit 7b7c192

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@ Notable changes between versions.
1212
- For detailed commit changes, see:
1313
<https://github.com/PyThaiNLP/pythainlp/compare/v5.0.4...dev> (select tags to compare)
1414

15-
## Version 5.0.4 -> Dev
15+
## Version 5.0.5 -> Dev
1616

1717
- Add Thai Discourse Treebank postag #910
1818
- Add Thai Universal Dependency Treebank postag #916
1919
- Add Thai G2P v2 Grapheme-to-Phoneme model #923
2020
- Add support for list of strings as input to sent_tokenize() #927
2121
- Add pythainlp.tools.safe_print to handle UnicodeEncodeError on console #969
2222
- Fix collate() to consider tonemark in ordering #926
23+
24+
## Version 5.0.4 -> 5.0.5
25+
26+
- Add clause_tokenize warnings #1026
2327
- Fix maiyamok() that expanding the wrong word #962
2428

2529
## Version 5.0.3 -> 5.0.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pip install pythainlp
3030
3131
| Version | Description | Status |
3232
|:------:|:--:|:------:|
33-
| [5.0.4](https://github.com/PyThaiNLP/pythainlp/releases) | Stable | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/788) |
33+
| [5.0.5](https://github.com/PyThaiNLP/pythainlp/releases) | Stable | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/788) |
3434
| [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) | Release Candidate for 5.1 | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/900) |
3535

3636
## Getting Started

README_TH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pip install pythainlp
2626
2727
| รุ่น | คำอธิบาย | สถานะ |
2828
|:------:|:--:|:------:|
29-
| [5.0.4](https://github.com/PyThaiNLP/pythainlp/releases) | Stable | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/788) |
29+
| [5.0.5](https://github.com/PyThaiNLP/pythainlp/releases) | Stable | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/788) |
3030
| [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) | Release Candidate for 5.1 | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/900) |
3131

3232
ติดตามพวกเราบน [PyThaiNLP Facebook page](https://www.facebook.com/pythainlp/) เพื่อรับข่าวสารเพิ่มเติม

setup.py

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

150150
setup(
151151
name="pythainlp",
152-
version="5.0.5-dev",
152+
version="5.0.6-dev",
153153
description="Thai Natural Language Processing library",
154154
long_description=LONG_DESC,
155155
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)