Skip to content

Commit ce7ac9e

Browse files
committed
Update codemeta
1 parent 518c278 commit ce7ac9e

3 files changed

Lines changed: 10 additions & 13 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
SPDX-FileCopyrightText: 2025 PyThaiNLP Project
2+
SPDX-FileCopyrightText: 2025-2026 PyThaiNLP Project
33
SPDX-FileType: DOCUMENTATION
44
SPDX-License-Identifier: CC0-1.0
55
---
@@ -108,9 +108,7 @@ Make sure the tests pass on GitHub Actions.
108108

109109
See more in [tests/README.md](./tests/README.md)
110110

111-
## Building and Installing
112-
113-
PyThaiNLP uses modern Python packaging with all configuration in `pyproject.toml` (PEP 517/518/621).
111+
## Installing and Building
114112

115113
### Installing for Development
116114

codemeta.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@type": "SoftwareSourceCode",
44
"name": "PyThaiNLP",
55
"description": "Thai Natural Language Processing in Python",
6-
"version": "5.1.0",
6+
"version": "5.2.0",
77
"author": [
88
{
99
"@type": "Person",
@@ -61,15 +61,15 @@
6161
"issueTracker": "https://github.com/PyThaiNLP/pythainlp/issues",
6262
"url": "https://pythainlp.org/",
6363
"keywords": [
64+
"NLP",
6465
"natural language processing",
65-
"Thai",
66-
"Python",
66+
"tokenization",
6767
"text processing",
68+
"linguistics",
69+
"localization",
6870
"computational linguistics",
69-
"tokenization",
70-
"word segmentation",
71-
"NLP",
72-
"Thai language",
73-
"Thai NLP"
71+
"ThaiNLP",
72+
"Thai NLP",
73+
"Thai language"
7474
]
7575
}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ keywords = [
3434
"NLP",
3535
"natural language processing",
3636
"tokenization",
37-
"text analytics",
3837
"text processing",
3938
"linguistics",
4039
"localization",

0 commit comments

Comments
 (0)