File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- cff-version : 1.1.0
1
+ cff-version : " 1.2.0 "
2
2
message : " If you use this software, please cite it as below."
3
3
authors :
4
4
- family-names : " Phatthiyaphaibun"
@@ -20,5 +20,6 @@ authors:
20
20
given-names : " Pattarawat"
21
21
orcid : " https://orcid.org/0000-0000-0000-0000"
22
22
title : " PyThaiNLP: Thai Natural Language Processing in Python"
23
- version : v5.0.3
24
- date-released : 2024-05-12
23
+ version : v5.0.4
24
+ license : Apache-2.0
25
+ date-released : 2024-06-02
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
23
23
24
24
| Version | Description | Status |
25
25
| :------:| :--:| :------:|
26
- | [ 5.0.3 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/788 ) |
26
+ | [ 5.0.4 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/788 ) |
27
27
| [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 5.1 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/900 ) |
28
28
29
29
## Getting Started
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
20
20
21
21
| รุ่น | คำอธิบาย | สถานะ |
22
22
| :------:| :--:| :------:|
23
- | [ 5.0.3 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/788 ) |
23
+ | [ 5.0.4 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/788 ) |
24
24
| [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 5.1 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/900 ) |
25
25
26
26
ติดตามพวกเราบน [ PyThaiNLP Facebook page] ( https://www.facebook.com/pythainlp/ ) เพื่อรับข่าวสารเพิ่มเติม
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
3
3
# SPDX-License-Identifier: Apache-2.0
4
- __version__ = "5.0.3 "
4
+ __version__ = "5.0.4 "
5
5
6
6
thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
7
7
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 5.0.3
2
+ current_version = 5.0.4
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Original file line number Diff line number Diff line change 161
161
162
162
setup (
163
163
name = "pythainlp" ,
164
- version = "5.0.3 " ,
164
+ version = "5.0.4 " ,
165
165
description = "Thai Natural Language Processing library" ,
166
166
long_description = readme ,
167
167
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments