We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89498c commit 2565cf3Copy full SHA for 2565cf3
1 file changed
pythainlp/__init__.py
@@ -1,7 +1,7 @@
1
# SPDX-FileCopyrightText: 2016-2026 PyThaiNLP Project
2
# SPDX-FileType: SOURCE
3
# SPDX-License-Identifier: Apache-2.0
4
-__version__: str = "5.2.0"
+__version__ = "5.2.0" # type: ignore
5
6
thai_consonants: str = (
7
"กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
0 commit comments