File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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/ ) เพื่อรับข่าวสารเพิ่มเติม
Original file line number Diff line number Diff line change 149149
150150setup (
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" ,
You can’t perform that action at this time.
0 commit comments