Skip to content

Commit 2b16e6d

Browse files
committed
Update common.py
1 parent 74a2563 commit 2b16e6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythainlp/corpus/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def thai_syllables() -> FrozenSet[str]:
112112
"โมน", "โม่ง", "กา", "ก่า", and, "ก้า".
113113
\n(See: `dev/pythainlp/corpus/syllables_th.txt\
114114
<https://github.com/PyThaiNLP/pythainlp/blob/dev/pythainlp/corpus/syllables_th.txt>`_)
115+
We using thai syllables list from `KuCut <https://github.com/Thanabhat/KUCut>`_.
115116
116117
:return: :class:`frozenset` containing syllables in Thai language.
117118
:rtype: :class:`frozenset`

0 commit comments

Comments
 (0)